HEX: #FCE2CC
RGB: (252,226,204)
#FCE2CC contains red, green and blue colors in about the same proportion. Web safe color of #FCE2CC is #FFCCCC (or #FCC).
#FCE2CC color RGB value is (252,226,204).
RGB: (252,226,204)
(99%, 89%, 80%)
R 252 of 255 = 99%
G 226 of 255 = 89%
B 204 of 255 = 80%
R + G + B ~ 89%. #FCE2CC is light color.
R + G + B = 252 + 226 + 204 = 682 (100%)
R 252 of 682 ~ 36.95%
G 226 of 682 ~ 33.14%
B 204 of 682 ~ 29.91'%
#FCE2CC color CMYK value is (0,10,19,1).
CMYK: (0,10,19,1)
C0M10Y19K1 (0%, 10%, 19%, 1%)
(0.00 / 0.10 / 0.19 / 0.01)
Color #FCE2CC in popluar color models
FC | E2 | CC | |
---|---|---|---|
RGB | 252 | 226 | 204 |
HSL | 28° | 88.89% | 89.41% |
HSB/HSV | 28° | 19.05% | 98.82% |
CMYK | 0.00% | 10.32% | 19.05% |
1.18% |
Color #FCE2CC in popluar number systems.
HEX | FC | E2 | CC |
Decimal | 252 | 226 | 204 |
Binary | 11111100 | 11100010 | 11001100 |
Octal | 374 | 342 | 314 |
Shades of #FCE2CC
Tints of #FCE2CC
Examples of css and html codes for elements with #FCE2CC color. Also use rgb(252,226,204) instead hex code.
.myTextColor { color: #FCE2CC; }
<p style="color:#FCE2CC">This sample text font color is #FCE2CC.</p>
This text font color is #FCE2CC.
.myBgColor { background-color: #FCE2CC; }
<div style="background-color:#FCE2CC">Inner text</div>
This div background color is #FCE2CC.
.myBorderColor { border: 1px solid #FCE2CC; }
<div style="border:3px solid #FCE2CC">Div</div>
This div border color is #FCE2CC.
.myOpacity80 { color: #FCE2CC; opacity: 0.8; }
<p style="color:#FCE2CC;opacity:0.8;">80%</p>
Text with #FCE2CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCE2CC;}
<p style="text-shadow: 3px 3px 1px #FCE2CC">Text here.</p>
This text has shadow with #FCE2CC color.
.textShadow {text-shadow: 3px 3px 1px #FCE2CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCE2CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCE2CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCE2CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCE2CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCE2CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCE2CC;
-webkit-box-shadow: 1px 1px 3px 2px #FCE2CC;
box-shadow: 1px 1px 3px 2px #FCE2CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCE2CC; -webkit-box-shadow: 1px 1px 3px 2px #FCE2CC; box-shadow:1px 1px 3px 2px #FCE2CC;">
Div content here
</div>
This text has color #FCE2CC on black background.
This text has color #FCE2CC on white background.
This text has black color on #FCE2CC background.
This text has white color on #FCE2CC background.
Complementary color for #hex is #031D33.