HEX: #FCD8CB
RGB: (252,216,203)
#FCD8CB contains red, green and blue colors in about the same proportion. Web safe color of #FCD8CB is #FFCCCC (or #FCC).
#FCD8CB color RGB value is (252,216,203).
RGB: (252,216,203)
(99%, 85%, 80%)
R 252 of 255 = 99%
G 216 of 255 = 85%
B 203 of 255 = 80%
R + G + B ~ 88%. #FCD8CB is light color.
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'%
#FCD8CB color CMYK value is (0,14,19,1).
CMYK: (0,14,19,1)
C0M14Y19K1 (0%, 14%, 19%, 1%)
(0.00 / 0.14 / 0.19 / 0.01)
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 of #FCD8CB
Tints of #FCD8CB
Examples of css and html codes for elements with #FCD8CB color. Also use rgb(252,216,203) instead hex code.
.myTextColor { color: #FCD8CB; }
<p style="color:#FCD8CB">This sample text font color is #FCD8CB.</p>
This text font color is #FCD8CB.
.myBgColor { background-color: #FCD8CB; }
<div style="background-color:#FCD8CB">Inner text</div>
This div background color is #FCD8CB.
.myBorderColor { border: 1px solid #FCD8CB; }
<div style="border:3px solid #FCD8CB">Div</div>
This div border color is #FCD8CB.
.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%.
.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.
/* 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 text has color #FCD8CB on black background.
This text has color #FCD8CB on white background.
This text has black color on #FCD8CB background.
This text has white color on #FCD8CB background.
Complementary color for #hex is #032734.