COLOR #FCD8CB

HEX: #FCD8CB RGB: (252,216,203)

Color info

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

RGB color model

#FCD8CB color RGB value is (252,216,203).

RGB: (252,216,203) (99%, 85%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 216 of 255 = 85%
B 203 of 255 = 80%

252
216
203

R + G + B ~ 88%. #FCD8CB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 216 + 203 = 671 (100%)
R 252 of 671 ~ 37.56%
G 216 of 671 ~ 32.19%
B 203 of 671 ~ 30.25'%

%37.56
%32.19
%30.25

CMYK color model

#FCD8CB color CMYK value is (0,14,19,1).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 19.44%
  • key color value is 1.18%

CMYK: (0,14,19,1)
C0M14Y19K1 (0%, 14%, 19%, 1%)
(0.00 / 0.14 / 0.19 / 0.01)

CMYK percentages

%0
%14.29
%19.44
%1.18

Codes

Color #FCD8CB in popluar color models

FC D8 CB
RGB 252 216 203
HSL 16° 89.09% 89.22%
HSB/HSV 16° 19.44% 98.82%
CMYK 0.00% 14.29% 19.44%
1.18%

Color #FCD8CB in popluar number systems.

HEX FC D8 CB
Decimal 252 216 203
Binary 11111100 11011000 11001011
Octal 374 330 313

Shades and tints

Shades of #FCD8CB

#FCD8CB
(252,216,203)
#E6C5B9
(230,197,185)
#D0B2A7
(208,178,167)
#BA9F95
(186,159,149)
#A48C83
(164,140,131)
#8E7971
(142,121,113)
#78665F
(120,102,95)
#62534D
(98,83,77)
#4C403B
(76,64,59)
#362D29
(54,45,41)
#201A17
(32,26,23)
#000000
(0,0,0)

Tints of #FCD8CB

#FCD8CB
(252,216,203)
#FCDBCF
(252,219,207)
#FCDED3
(252,222,211)
#FCE1D7
(252,225,215)
#FCE4DB
(252,228,219)
#FCE7DF
(252,231,223)
#FCEAE3
(252,234,227)
#FCEDE7
(252,237,231)
#FCF0EB
(252,240,235)
#FCF3EF
(252,243,239)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD8CB color. Also use rgb(252,216,203) instead hex code.

Text Font Color

.myTextColor { color: #FCD8CB; }

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

This text font color is #FCD8CB.

Background Color

.myBgColor { background-color: #FCD8CB; }

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

This div background color is #FCD8CB.

Border color

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

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

This div border color is #FCD8CB.

Opacity

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

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

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

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

This text has shadow with #FCD8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD8CB.

Preview

Color preview on black background

This text has color #FCD8CB on black background.


Color preview on white background

This text has color #FCD8CB on white background.


Black color preview on #FCD8CB background

This text has black color on #FCD8CB background.


White color preview on #FCD8CB background

This text has white color on #FCD8CB background.


Related colors

Complementary color

Complementary color for #hex is #032734.


I love getcolorcode.com

Triadic colors

1 #CBFCD8 and #D8CBFC with #FCD8CB are triadic colors.

2 #CBD8FC and #D8FCCB with #FCD8CB are triadic colors.