HEX: #FCF0DE
RGB: (252,240,222)
#FCF0DE contains red, green and blue colors in about the same proportion. Web safe color of #FCF0DE is #FFFFCC (or #FFC).
#FCF0DE color RGB value is (252,240,222).
RGB: (252,240,222)
(99%, 94%, 87%)
R 252 of 255 = 99%
G 240 of 255 = 94%
B 222 of 255 = 87%
R + G + B ~ 93%. #FCF0DE is light color.
R + G + B = 252 + 240 + 222 = 714 (100%)
R 252 of 714 ~ 35.29%
G 240 of 714 ~ 33.61%
B 222 of 714 ~ 31.09'%
#FCF0DE color CMYK value is (0,5,12,1).
CMYK: (0,5,12,1)
C0M5Y12K1 (0%, 5%, 12%, 1%)
(0.00 / 0.05 / 0.12 / 0.01)
Color #FCF0DE in popluar color models
FC | F0 | DE | |
---|---|---|---|
RGB | 252 | 240 | 222 |
HSL | 36° | 83.33% | 92.94% |
HSB/HSV | 36° | 11.90% | 98.82% |
CMYK | 0.00% | 4.76% | 11.90% |
1.18% |
Color #FCF0DE in popluar number systems.
HEX | FC | F0 | DE |
Decimal | 252 | 240 | 222 |
Binary | 11111100 | 11110000 | 11011110 |
Octal | 374 | 360 | 336 |
Shades of #FCF0DE
Tints of #FCF0DE
Examples of css and html codes for elements with #FCF0DE color. Also use rgb(252,240,222) instead hex code.
.myTextColor { color: #FCF0DE; }
<p style="color:#FCF0DE">This sample text font color is #FCF0DE.</p>
This text font color is #FCF0DE.
.myBgColor { background-color: #FCF0DE; }
<div style="background-color:#FCF0DE">Inner text</div>
This div background color is #FCF0DE.
.myBorderColor { border: 1px solid #FCF0DE; }
<div style="border:3px solid #FCF0DE">Div</div>
This div border color is #FCF0DE.
.myOpacity80 { color: #FCF0DE; opacity: 0.8; }
<p style="color:#FCF0DE;opacity:0.8;">80%</p>
Text with #FCF0DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCF0DE;}
<p style="text-shadow: 3px 3px 1px #FCF0DE">Text here.</p>
This text has shadow with #FCF0DE color.
.textShadow {text-shadow: 3px 3px 1px #FCF0DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCF0DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCF0DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF0DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCF0DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCF0DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCF0DE;
-webkit-box-shadow: 1px 1px 3px 2px #FCF0DE;
box-shadow: 1px 1px 3px 2px #FCF0DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF0DE; -webkit-box-shadow: 1px 1px 3px 2px #FCF0DE; box-shadow:1px 1px 3px 2px #FCF0DE;">
Div content here
</div>
This text has color #FCF0DE on black background.
This text has color #FCF0DE on white background.
This text has black color on #FCF0DE background.
This text has white color on #FCF0DE background.
Complementary color for #hex is #030F21.