HEX: #F9EBAE
RGB: (249,235,174)
#F9EBAE contains mainly red and green colors. Web safe color of #F9EBAE is #FFFF99 (or #FF9).
#F9EBAE color RGB value is (249,235,174).
RGB: (249,235,174)
(98%, 92%, 68%)
R 249 of 255 = 98%
G 235 of 255 = 92%
B 174 of 255 = 68%
R + G + B ~ 86%. #F9EBAE is light color.
R + G + B = 249 + 235 + 174 = 658 (100%)
R 249 of 658 ~ 37.84%
G 235 of 658 ~ 35.71%
B 174 of 658 ~ 26.44'%
#F9EBAE color CMYK value is (0,6,30,2).
CMYK: (0,6,30,2)
C0M6Y30K2 (0%, 6%, 30%, 2%)
(0.00 / 0.06 / 0.30 / 0.02)
Color #F9EBAE in popluar color models
F9 | EB | AE | |
---|---|---|---|
RGB | 249 | 235 | 174 |
HSL | 49° | 86.21% | 82.94% |
HSB/HSV | 49° | 30.12% | 97.65% |
CMYK | 0.00% | 5.62% | 30.12% |
2.35% |
Color #F9EBAE in popluar number systems.
HEX | F9 | EB | AE |
Decimal | 249 | 235 | 174 |
Binary | 11111001 | 11101011 | 10101110 |
Octal | 371 | 353 | 256 |
Shades of #F9EBAE
Tints of #F9EBAE
Examples of css and html codes for elements with #F9EBAE color. Also use rgb(249,235,174) instead hex code.
.myTextColor { color: #F9EBAE; }
<p style="color:#F9EBAE">This sample text font color is #F9EBAE.</p>
This text font color is #F9EBAE.
.myBgColor { background-color: #F9EBAE; }
<div style="background-color:#F9EBAE">Inner text</div>
This div background color is #F9EBAE.
.myBorderColor { border: 1px solid #F9EBAE; }
<div style="border:3px solid #F9EBAE">Div</div>
This div border color is #F9EBAE.
.myOpacity80 { color: #F9EBAE; opacity: 0.8; }
<p style="color:#F9EBAE;opacity:0.8;">80%</p>
Text with #F9EBAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9EBAE;}
<p style="text-shadow: 3px 3px 1px #F9EBAE">Text here.</p>
This text has shadow with #F9EBAE color.
.textShadow {text-shadow: 3px 3px 1px #F9EBAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9EBAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9EBAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9EBAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9EBAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9EBAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9EBAE;
-webkit-box-shadow: 1px 1px 3px 2px #F9EBAE;
box-shadow: 1px 1px 3px 2px #F9EBAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9EBAE; -webkit-box-shadow: 1px 1px 3px 2px #F9EBAE; box-shadow:1px 1px 3px 2px #F9EBAE;">
Div content here
</div>
This text has color #F9EBAE on black background.
This text has color #F9EBAE on white background.
This text has black color on #F9EBAE background.
This text has white color on #F9EBAE background.
Complementary color for #hex is #061451.