COLOR #FCD6CA

HEX: #FCD6CA
RGB: (252,214,202)

Color info

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

RGB color model

#FCD6CA color RGB value is (252,214,202).

  • red value is 252;
  • green value is 214;
  • blue value is 202.
RGB:
(252,214,202)
(99%,84%,79%)

RGB channels and saturation

R 252 of 255 = 99%
G 214 of 255 = 84%
B 202 of 255 = 79%

252
214
202

R + G + B ~ 87%. #FCD6CA is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 214 + 202 = 668 (100%)
R 252 of 668 ~ 37.72%
G 214 of 668 ~ 32.04%
B 202 of 668 ~ 30.24%

%37.72
%32.04
%30.24

CMYK color model

#FCD6CA color CMYK value is (0,15,20,1).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK:
(0,15,20,1)
C0M15Y20K1 
(0%,15%,20%,1%)
(0.00/0.15/0.20/0.01)	

CMYK percentages

%0
%15.08
%19.84
%1.18

Codes

Color #FCD6CA in popluar color models

FCD6CA
RGB252214202
HSL14°89.29%89.02%
HSB/HSV14°19.84%98.82%
CMYK0.00%15.08%19.84%
1.18%

Color #FCD6CA in popluar number systems.

HEXFCD6CA
Decimal252214202
Binary111111001101011011001010
Octal374326312

Shades and tints

Shades of #FCD6CA

#FCD6CA
(252,214,202)
#E6C3B8
(230,195,184)
#D0B0A6
(208,176,166)
#BA9D94
(186,157,148)
#A48A82
(164,138,130)
#8E7770
(142,119,112)
#78645E
(120,100,94)
#62514C
(98,81,76)
#4C3E3A
(76,62,58)
#362B28
(54,43,40)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCD6CA

#FCD6CA
(252,214,202)
#FCD9CE
(252,217,206)
#FCDCD2
(252,220,210)
#FCDFD6
(252,223,214)
#FCE2DA
(252,226,218)
#FCE5DE
(252,229,222)
#FCE8E2
(252,232,226)
#FCEBE6
(252,235,230)
#FCEEEA
(252,238,234)
#FCF1EE
(252,241,238)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD6CA; }

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

This text font color is #FCD6CA.


Background Color

.myBgColor { background-color: #FCD6CA; }

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

This div background color is #FCD6CA.


Border color

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

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

This div border color is #FCD6CA.


Opacity

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

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

Text with #FCD6CA 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 #FCD6CA;}

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

This text has shadow with #FCD6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD6CA on black background.


Color preview on white background

This text has color #FCD6CA on white background.



Black color preview on #FCD6CA background

This text has black color on #FCD6CA background.


White color preview on #FCD6CA background

This text has white color on #FCD6CA background.