HEX: #FCD7CB
RGB: (252,215,203)
#FCD7CB contains red, green and blue colors in about the same proportion. Web safe color of #FCD7CB is #FFCCCC (or #FCC).
#FCD7CB color RGB value is (252,215,203).
RGB: (252,215,203)
(99%, 84%, 80%)
R 252 of 255 = 99%
G 215 of 255 = 84%
B 203 of 255 = 80%
R + G + B ~ 88%. #FCD7CB is light color.
R + G + B = 252 + 215 + 203 = 670 (100%)
R 252 of 670 ~ 37.61%
G 215 of 670 ~ 32.09%
B 203 of 670 ~ 30.3'%
#FCD7CB color CMYK value is (0,15,19,1).
CMYK: (0,15,19,1)
C0M15Y19K1 (0%, 15%, 19%, 1%)
(0.00 / 0.15 / 0.19 / 0.01)
Color #FCD7CB in popluar color models
FC | D7 | CB | |
---|---|---|---|
RGB | 252 | 215 | 203 |
HSL | 15° | 89.09% | 89.22% |
HSB/HSV | 15° | 19.44% | 98.82% |
CMYK | 0.00% | 14.68% | 19.44% |
1.18% |
Color #FCD7CB in popluar number systems.
HEX | FC | D7 | CB |
Decimal | 252 | 215 | 203 |
Binary | 11111100 | 11010111 | 11001011 |
Octal | 374 | 327 | 313 |
Shades of #FCD7CB
Tints of #FCD7CB
Examples of css and html codes for elements with #FCD7CB color. Also use rgb(252,215,203) instead hex code.
.myTextColor { color: #FCD7CB; }
<p style="color:#FCD7CB">This sample text font color is #FCD7CB.</p>
This text font color is #FCD7CB.
.myBgColor { background-color: #FCD7CB; }
<div style="background-color:#FCD7CB">Inner text</div>
This div background color is #FCD7CB.
.myBorderColor { border: 1px solid #FCD7CB; }
<div style="border:3px solid #FCD7CB">Div</div>
This div border color is #FCD7CB.
.myOpacity80 { color: #FCD7CB; opacity: 0.8; }
<p style="color:#FCD7CB;opacity:0.8;">80%</p>
Text with #FCD7CB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCD7CB;}
<p style="text-shadow: 3px 3px 1px #FCD7CB">Text here.</p>
This text has shadow with #FCD7CB color.
.textShadow {text-shadow: 3px 3px 1px #FCD7CB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCD7CB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCD7CB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCD7CB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCD7CB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCD7CB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCD7CB;
-webkit-box-shadow: 1px 1px 3px 2px #FCD7CB;
box-shadow: 1px 1px 3px 2px #FCD7CB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCD7CB; -webkit-box-shadow: 1px 1px 3px 2px #FCD7CB; box-shadow:1px 1px 3px 2px #FCD7CB;">
Div content here
</div>
This text has color #FCD7CB on black background.
This text has color #FCD7CB on white background.
This text has black color on #FCD7CB background.
This text has white color on #FCD7CB background.
Complementary color for #hex is #032834.