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