HEX: #FCE4DC
RGB: (252,228,220)
#FCE4DC contains red, green and blue colors in about the same proportion. Web safe color of #FCE4DC is #FFCCCC (or #FCC).
#FCE4DC color RGB value is (252,228,220).
RGB: (252,228,220)
(99%, 89%, 86%)
R 252 of 255 = 99%
G 228 of 255 = 89%
B 220 of 255 = 86%
R + G + B ~ 91%. #FCE4DC is light color.
R + G + B = 252 + 228 + 220 = 700 (100%)
R 252 of 700 ~ 36%
G 228 of 700 ~ 32.57%
B 220 of 700 ~ 31.43'%
#FCE4DC color CMYK value is (0,10,13,1).
CMYK: (0,10,13,1)
C0M10Y13K1 (0%, 10%, 13%, 1%)
(0.00 / 0.10 / 0.13 / 0.01)
Color #FCE4DC in popluar color models
FC | E4 | DC | |
---|---|---|---|
RGB | 252 | 228 | 220 |
HSL | 15° | 84.21% | 92.55% |
HSB/HSV | 15° | 12.70% | 98.82% |
CMYK | 0.00% | 9.52% | 12.70% |
1.18% |
Color #FCE4DC in popluar number systems.
HEX | FC | E4 | DC |
Decimal | 252 | 228 | 220 |
Binary | 11111100 | 11100100 | 11011100 |
Octal | 374 | 344 | 334 |
Shades of #FCE4DC
Tints of #FCE4DC
Examples of css and html codes for elements with #FCE4DC color. Also use rgb(252,228,220) instead hex code.
.myTextColor { color: #FCE4DC; }
<p style="color:#FCE4DC">This sample text font color is #FCE4DC.</p>
This text font color is #FCE4DC.
.myBgColor { background-color: #FCE4DC; }
<div style="background-color:#FCE4DC">Inner text</div>
This div background color is #FCE4DC.
.myBorderColor { border: 1px solid #FCE4DC; }
<div style="border:3px solid #FCE4DC">Div</div>
This div border color is #FCE4DC.
.myOpacity80 { color: #FCE4DC; opacity: 0.8; }
<p style="color:#FCE4DC;opacity:0.8;">80%</p>
Text with #FCE4DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE4DC;}
<p style="text-shadow: 3px 3px 1px #FCE4DC">Text here.</p>
This text has shadow with #FCE4DC color.
.textShadow {text-shadow: 3px 3px 1px #FCE4DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE4DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE4DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE4DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE4DC;
-webkit-box-shadow: 1px 1px 3px 2px #FCE4DC;
box-shadow: 1px 1px 3px 2px #FCE4DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE4DC; -webkit-box-shadow: 1px 1px 3px 2px #FCE4DC; box-shadow:1px 1px 3px 2px #FCE4DC;">
Div content here
</div>
This text has color #FCE4DC on black background.
This text has color #FCE4DC on white background.
This text has black color on #FCE4DC background.
This text has white color on #FCE4DC background.
Complementary color for #hex is #031B23.