HEX: #FCEEAD
RGB: (252,238,173)
#FCEEAD contains mainly red and green colors. Web safe color of #FCEEAD is #FFFF99 (or #FF9).
#FCEEAD color RGB value is (252,238,173).
RGB: (252,238,173)
(99%, 93%, 68%)
R 252 of 255 = 99%
G 238 of 255 = 93%
B 173 of 255 = 68%
R + G + B ~ 87%. #FCEEAD is light color.
R + G + B = 252 + 238 + 173 = 663 (100%)
R 252 of 663 ~ 38.01%
G 238 of 663 ~ 35.9%
B 173 of 663 ~ 26.09'%
#FCEEAD color CMYK value is (0,6,31,1).
CMYK: (0,6,31,1)
C0M6Y31K1 (0%, 6%, 31%, 1%)
(0.00 / 0.06 / 0.31 / 0.01)
Color #FCEEAD in popluar color models
FC | EE | AD | |
---|---|---|---|
RGB | 252 | 238 | 173 |
HSL | 49° | 92.94% | 83.33% |
HSB/HSV | 49° | 31.35% | 98.82% |
CMYK | 0.00% | 5.56% | 31.35% |
1.18% |
Color #FCEEAD in popluar number systems.
HEX | FC | EE | AD |
Decimal | 252 | 238 | 173 |
Binary | 11111100 | 11101110 | 10101101 |
Octal | 374 | 356 | 255 |
Shades of #FCEEAD
Tints of #FCEEAD
Examples of css and html codes for elements with #FCEEAD color. Also use rgb(252,238,173) instead hex code.
.myTextColor { color: #FCEEAD; }
<p style="color:#FCEEAD">This sample text font color is #FCEEAD.</p>
This text font color is #FCEEAD.
.myBgColor { background-color: #FCEEAD; }
<div style="background-color:#FCEEAD">Inner text</div>
This div background color is #FCEEAD.
.myBorderColor { border: 1px solid #FCEEAD; }
<div style="border:3px solid #FCEEAD">Div</div>
This div border color is #FCEEAD.
.myOpacity80 { color: #FCEEAD; opacity: 0.8; }
<p style="color:#FCEEAD;opacity:0.8;">80%</p>
Text with #FCEEAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FCEEAD;}
<p style="text-shadow: 3px 3px 1px #FCEEAD">Text here.</p>
This text has shadow with #FCEEAD color.
.textShadow {text-shadow: 3px 3px 1px #FCEEAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FCEEAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #FCEEAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FCEEAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FCEEAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #FCEEAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FCEEAD;
-webkit-box-shadow: 1px 1px 3px 2px #FCEEAD;
box-shadow: 1px 1px 3px 2px #FCEEAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FCEEAD; -webkit-box-shadow: 1px 1px 3px 2px #FCEEAD; box-shadow:1px 1px 3px 2px #FCEEAD;">
Div content here
</div>
This text has color #FCEEAD on black background.
This text has color #FCEEAD on white background.
This text has black color on #FCEEAD background.
This text has white color on #FCEEAD background.
Complementary color for #hex is #031152.