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