crispedge.com

Color picker

Loading...

#fca6cc hex color - Red - Warm color - Information

#fca6cc hex color - Red - Warm color

Color Hue/Base color: Red

Hex #fca6cc Color code in RGB color code model is created after adding 98.82% red color, 65.1% green color and 80% blue color. Hex #fca6cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 19% yellow and 1% black.

Hex #fca6cc color code is between #ffaabb web safe hex color code and #ee99dd web safe hex color code. #ffaabb is the nearest web safe color code. You can see here many more shades of #fca6cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefca6cc#fca6cc
RGB Decimal252, 166, 204rgb(252, 166, 204)
RGB Percent99%, 65%, 80%rgb(99%, 65%, 80%)
CSS RGBa252, 166, 204,1rgba(252,166,204,1)
CMYK Modelcmyk(0%,34%,19%,1%)
HSL Color Space333,93% ,82%hsl(333,93% ,82%)
HSV Color Space333°, 34%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001010011011001100
Octal374246314
Decimal252166204
Hexfca6cc

Different shades of #fca6cc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fca6cc
#fed7e8
Dark Shade of #fca6cc
#fa75b0
Saturated Shade of #fca6cc
#ffa3cc
Desaturated Shade of #fca6cc
#f7abcd
Grey scale Shade of #fca6cc
#d1d1d1
Brighten Shade
#ffbfe5
Most Readable Shade
#000000

Shades of #fca6cc color code

Generate more color scales with scales (color stack) generator.

#fca6cc
#e093b5
#c4819e
#a86e88
#8c5c71
#70495a
#543744
#38242d
#1c1216
#000000

Similar Color like #fca6cc color

Find visually similar hex color codes nearing to #fca6cc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fda7cd
#fea8ce
#ffa9cf
#ffaad0
#ffabd1
#ffacd2
#ffadd3
#ffaed4
#ffafd5
#ffb0d6
#ffb1d7
#ffb2d8
#ffb3d9
#ffb4da
#fba5cb
#faa4ca
#f9a3c9
#f8a2c8
#f7a1c7
#f6a0c6
#f59fc5
#f49ec4
#f39dc3
#f29cc2
#f19bc1
#f09ac0
#ef99bf
#ee98be

Monochromatic Color with #fca6cc

#fca6cc
#271a20
#523642
#7c5265
#a76e87
#d18aaa

Tints of #fca6cc Color

#fca6cc
#fcafd1
#fcb9d7
#fdc3dd
#fdcde2
#fdd7e8
#fee1ee
#feebf3
#fef5f9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fca6cc
#a6fcd6

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fca6cc
#a6fcab
#a6f7fc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fca6ee
#fca6dd
#fca6cc
#fca6bb
#fca6aa

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fca6cc
#ccfca6
#a6ccfc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fca6cc
#f7fca6
#a6fcd6
#aba6fc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fca6cc
#a6fcd6
#a6f7fc
#fcaba6

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fca6cc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fca6cc Color Code Preview on Black Background Color

This is how #fca6cc Color will look on black background color. Color contrast ratio is 11.47

#fca6cc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fca6cc">Your Example Paragraph content text in with font color #fca6cc </p>

Your Example Paragraph content text in with font color #fca6cc

HTML with inline CSS

<div style="color:#fca6cc">Your Paragraph text in with font color #fca6cc </div>

Your Example Paragraph content text in with font color #fca6cc

#fca6cc color code is use for CSS Background Color

Background color for the above div is #fca6cc

HTML with inline CSS

<div style="background-color:#fca6cc;"></div>

#fca6cc color code is use for CSS Border Color

CSS Border color for the above div is #fca6cc

HTML with inline CSS

<div style="border:5px solid #fca6cc;"></div>

CSS Border Left color for the above div is #fca6cc

HTML with inline CSS

<div style="border-left:5px solid #fca6cc;"></div>

CSS Border Right color for the above div is #fca6cc

HTML with inline CSS

<div style="border-right:5px solid #fca6cc;"></div>

CSS Border Bottom color for the above div is #fca6cc

HTML with inline CSS

<div style="border-bottom:5px solid #fca6cc;"></div>

CSS Border Top color for the above div is #fca6cc

HTML with inline CSS

<div style="border-top:5px solid #fca6cc;"></div>

#fca6cc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fca6cc; } .examplecolorclass {color:#fca6cc; } .examplebordercolor {border:3px solid #fca6cc; }

#fca6cc Color code Preview on White Background

This is how #fca6cc Color code will look on white background color. Color contrast ratio is 1.83

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fca6cc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fca6cc; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(252,166,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,252,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,166,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.