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