COLOR #FCC6CA

HEX: #FCC6CA RGB: (252,198,202)

Color info

#FCC6CA contains red, green and blue colors in about the same proportion. Web safe color of #FCC6CA is #FFCCCC (or #FCC).

RGB color model

#FCC6CA color RGB value is (252,198,202).

RGB: (252,198,202) (99%, 78%, 79%)

RGB channels and saturation

R 252 of 255 = 99%
G 198 of 255 = 78%
B 202 of 255 = 79%

252
198
202

R + G + B ~ 85%. #FCC6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 198 + 202 = 652 (100%)
R 252 of 652 ~ 38.65%
G 198 of 652 ~ 30.37%
B 202 of 652 ~ 30.98'%

%38.65
%30.37
%30.98

CMYK color model

#FCC6CA color CMYK value is (0,21,20,1).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK: (0,21,20,1) C0M21Y20K1 (0%,21%,20%,1%) (0.00/0.21/0.20/0.01) 

CMYK percentages

%0
%21.43
%19.84
%1.18

Codes

Color #FCC6CA in popluar color models

FC C6 CA
RGB 252 198 202
HSL 356° 90.00% 88.24%
HSB/HSV 356° 21.43% 98.82%
CMYK 0.00% 21.43% 19.84%
1.18%

Color #FCC6CA in popluar number systems.

HEX FC C6 CA
Decimal 252 198 202
Binary 11111100 11000110 11001010
Octal 374 306 312

Shades and tints

Shades of #FCC6CA

#FCC6CA
(252,198,202)
#E6B4B8
(230,180,184)
#D0A2A6
(208,162,166)
#BA9094
(186,144,148)
#A47E82
(164,126,130)
#8E6C70
(142,108,112)
#785A5E
(120,90,94)
#62484C
(98,72,76)
#4C363A
(76,54,58)
#362428
(54,36,40)
#201216
(32,18,22)
#000000
(0,0,0)

Tints of #FCC6CA

#FCC6CA
(252,198,202)
#FCCBCE
(252,203,206)
#FCD0D2
(252,208,210)
#FCD5D6
(252,213,214)
#FCDADA
(252,218,218)
#FCDFDE
(252,223,222)
#FCE4E2
(252,228,226)
#FCE9E6
(252,233,230)
#FCEEEA
(252,238,234)
#FCF3EE
(252,243,238)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC6CA color. Also use rgb(252,198,202) instead hex code.

Text Font Color

.myTextColor { color: #FCC6CA; }

<p style="color:#FCC6CA">This sample text font color is #FCC6CA.</p>

This text font color is #FCC6CA.

Background Color

.myBgColor { background-color: #FCC6CA; }

<div style="background-color:#FCC6CA">Inner text</div>

This div background color is #FCC6CA.

Border color

.myBorderColor { border: 1px solid #FCC6CA; }

<div style="border:3px solid #FCC6CA">Div</div>

This div border color is #FCC6CA.

Opacity

.myOpacity80 { color: #FCC6CA; opacity: 0.8; }

<p style="color:#FCC6CA;opacity:0.8;">80%</p>

Text with #FCC6CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FCC6CA;}

<p style="text-shadow: 3px 3px 1px #FCC6CA">Text here.</p>

This text has shadow with #FCC6CA color.


.textShadow {text-shadow: 3px 3px 1px #FCC6CA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FCC6CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #FCC6CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCC6CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FCC6CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #FCC6CA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCC6CA;
-webkit-box-shadow: 1px 1px 3px 2px #FCC6CA;
box-shadow: 1px 1px 3px 2px #FCC6CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCC6CA; -webkit-box-shadow: 1px 1px 3px 2px #FCC6CA; box-shadow:1px 1px 3px 2px #FCC6CA;">
Div content here
</div>

This div box has shadow with color #FCC6CA.

Preview

Color preview on black background

This text has color #FCC6CA on black background.


Color preview on white background

This text has color #FCC6CA on white background.


Black color preview on #FCC6CA background

This text has black color on #FCC6CA background.


White color preview on #FCC6CA background

This text has white color on #FCC6CA background.


Related colors

Complementary color

Complementary color for #hex is #033935.


I love getcolorcode.com

Triadic colors

1 #CAFCC6 and #C6CAFC with #FCC6CA are triadic colors.

2 #CAC6FC and #C6FCCA with #FCC6CA are triadic colors.