HEX: #FACE9E
RGB: (250,206,158)
#FACE9E contains mainly red and green colors. Web safe color of #FACE9E is #FFCC99 (or #FC9).
#FACE9E color RGB value is (250,206,158).
RGB: (250,206,158)
(98%, 81%, 62%)
R 250 of 255 = 98%
G 206 of 255 = 81%
B 158 of 255 = 62%
R + G + B ~ 80%. #FACE9E is quite light color.
R + G + B = 250 + 206 + 158 = 614 (100%)
R 250 of 614 ~ 40.72%
G 206 of 614 ~ 33.55%
B 158 of 614 ~ 25.73'%
#FACE9E color CMYK value is (0,18,37,2).
CMYK: (0,18,37,2)
C0M18Y37K2 (0%, 18%, 37%, 2%)
(0.00 / 0.18 / 0.37 / 0.02)
Color #FACE9E in popluar color models
FA | CE | 9E | |
---|---|---|---|
RGB | 250 | 206 | 158 |
HSL | 31° | 90.20% | 80.00% |
HSB/HSV | 31° | 36.80% | 98.04% |
CMYK | 0.00% | 17.60% | 36.80% |
1.96% |
Color #FACE9E in popluar number systems.
HEX | FA | CE | 9E |
Decimal | 250 | 206 | 158 |
Binary | 11111010 | 11001110 | 10011110 |
Octal | 372 | 316 | 236 |
Shades of #FACE9E
Tints of #FACE9E
Examples of css and html codes for elements with #FACE9E color. Also use rgb(250,206,158) instead hex code.
.myTextColor { color: #FACE9E; }
<p style="color:#FACE9E">This sample text font color is #FACE9E.</p>
This text font color is #FACE9E.
.myBgColor { background-color: #FACE9E; }
<div style="background-color:#FACE9E">Inner text</div>
This div background color is #FACE9E.
.myBorderColor { border: 1px solid #FACE9E; }
<div style="border:3px solid #FACE9E">Div</div>
This div border color is #FACE9E.
.myOpacity80 { color: #FACE9E; opacity: 0.8; }
<p style="color:#FACE9E;opacity:0.8;">80%</p>
Text with #FACE9E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FACE9E;}
<p style="text-shadow: 3px 3px 1px #FACE9E">Text here.</p>
This text has shadow with #FACE9E color.
.textShadow {text-shadow: 3px 3px 1px #FACE9E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FACE9E, 5px 5px 20px red">Text here.</p>
This text has shadow with #FACE9E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FACE9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FACE9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #FACE9E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FACE9E;
-webkit-box-shadow: 1px 1px 3px 2px #FACE9E;
box-shadow: 1px 1px 3px 2px #FACE9E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FACE9E; -webkit-box-shadow: 1px 1px 3px 2px #FACE9E; box-shadow:1px 1px 3px 2px #FACE9E;">
Div content here
</div>
This text has color #FACE9E on black background.
This text has color #FACE9E on white background.
This text has black color on #FACE9E background.
This text has white color on #FACE9E background.
Complementary color for #hex is #053161.