HEX: #FCF5EC
RGB: (252,245,236)
#FCF5EC contains red, green and blue colors in about the same proportion. Web safe color of #FCF5EC is #FFFFFF (or #FFF).
#FCF5EC color RGB value is (252,245,236).
RGB: (252,245,236)
(99%, 96%, 93%)
R 252 of 255 = 99%
G 245 of 255 = 96%
B 236 of 255 = 93%
R + G + B ~ 96%. #FCF5EC is light color.
R + G + B = 252 + 245 + 236 = 733 (100%)
R 252 of 733 ~ 34.38%
G 245 of 733 ~ 33.42%
B 236 of 733 ~ 32.2'%
#FCF5EC color CMYK value is (0,3,6,1).
CMYK: (0,3,6,1) C0M3Y6K1 (0%,3%,6%,1%) (0.00/0.03/0.06/0.01)
Color #FCF5EC in popluar color models
FC | F5 | EC | |
---|---|---|---|
RGB | 252 | 245 | 236 |
HSL | 34° | 72.73% | 95.69% |
HSB/HSV | 34° | 6.35% | 98.82% |
CMYK | 0.00% | 2.78% | 6.35% |
1.18% |
Color #FCF5EC in popluar number systems.
HEX | FC | F5 | EC |
Decimal | 252 | 245 | 236 |
Binary | 11111100 | 11110101 | 11101100 |
Octal | 374 | 365 | 354 |
Shades of #FCF5EC
Tints of #FCF5EC
Examples of css and html codes for elements with #FCF5EC color. Also use rgb(252,245,236) instead hex code.
.myTextColor { color: #FCF5EC; }
<p style="color:#FCF5EC">This sample text font color is #FCF5EC.</p>
This text font color is #FCF5EC.
.myBgColor { background-color: #FCF5EC; }
<div style="background-color:#FCF5EC">Inner text</div>
This div background color is #FCF5EC.
.myBorderColor { border: 1px solid #FCF5EC; }
<div style="border:3px solid #FCF5EC">Div</div>
This div border color is #FCF5EC.
.myOpacity80 { color: #FCF5EC; opacity: 0.8; }
<p style="color:#FCF5EC;opacity:0.8;">80%</p>
Text with #FCF5EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCF5EC;}
<p style="text-shadow: 3px 3px 1px #FCF5EC">Text here.</p>
This text has shadow with #FCF5EC color.
.textShadow {text-shadow: 3px 3px 1px #FCF5EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCF5EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCF5EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCF5EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCF5EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCF5EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCF5EC;
-webkit-box-shadow: 1px 1px 3px 2px #FCF5EC;
box-shadow: 1px 1px 3px 2px #FCF5EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCF5EC; -webkit-box-shadow: 1px 1px 3px 2px #FCF5EC; box-shadow:1px 1px 3px 2px #FCF5EC;">
Div content here
</div>
This text has color #FCF5EC on black background.
This text has color #FCF5EC on white background.
This text has black color on #FCF5EC background.
This text has white color on #FCF5EC background.
Complementary color for #hex is #030A13.