HEX: #F9EBDC
RGB: (249,235,220)
#F9EBDC contains red, green and blue colors in about the same proportion. Web safe color of #F9EBDC is #FFFFCC (or #FFC).
#F9EBDC color RGB value is (249,235,220).
RGB: (249,235,220)
(98%, 92%, 86%)
R 249 of 255 = 98%
G 235 of 255 = 92%
B 220 of 255 = 86%
R + G + B ~ 92%. #F9EBDC is light color.
R + G + B = 249 + 235 + 220 = 704 (100%)
R 249 of 704 ~ 35.37%
G 235 of 704 ~ 33.38%
B 220 of 704 ~ 31.25'%
#F9EBDC color CMYK value is (0,6,12,2).
CMYK: (0,6,12,2)
C0M6Y12K2 (0%, 6%, 12%, 2%)
(0.00 / 0.06 / 0.12 / 0.02)
Color #F9EBDC in popluar color models
F9 | EB | DC | |
---|---|---|---|
RGB | 249 | 235 | 220 |
HSL | 31° | 70.73% | 91.96% |
HSB/HSV | 31° | 11.65% | 97.65% |
CMYK | 0.00% | 5.62% | 11.65% |
2.35% |
Color #F9EBDC in popluar number systems.
HEX | F9 | EB | DC |
Decimal | 249 | 235 | 220 |
Binary | 11111001 | 11101011 | 11011100 |
Octal | 371 | 353 | 334 |
Shades of #F9EBDC
Tints of #F9EBDC
Examples of css and html codes for elements with #F9EBDC color. Also use rgb(249,235,220) instead hex code.
.myTextColor { color: #F9EBDC; }
<p style="color:#F9EBDC">This sample text font color is #F9EBDC.</p>
This text font color is #F9EBDC.
.myBgColor { background-color: #F9EBDC; }
<div style="background-color:#F9EBDC">Inner text</div>
This div background color is #F9EBDC.
.myBorderColor { border: 1px solid #F9EBDC; }
<div style="border:3px solid #F9EBDC">Div</div>
This div border color is #F9EBDC.
.myOpacity80 { color: #F9EBDC; opacity: 0.8; }
<p style="color:#F9EBDC;opacity:0.8;">80%</p>
Text with #F9EBDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9EBDC;}
<p style="text-shadow: 3px 3px 1px #F9EBDC">Text here.</p>
This text has shadow with #F9EBDC color.
.textShadow {text-shadow: 3px 3px 1px #F9EBDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9EBDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9EBDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9EBDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9EBDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9EBDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9EBDC;
-webkit-box-shadow: 1px 1px 3px 2px #F9EBDC;
box-shadow: 1px 1px 3px 2px #F9EBDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9EBDC; -webkit-box-shadow: 1px 1px 3px 2px #F9EBDC; box-shadow:1px 1px 3px 2px #F9EBDC;">
Div content here
</div>
This text has color #F9EBDC on black background.
This text has color #F9EBDC on white background.
This text has black color on #F9EBDC background.
This text has white color on #F9EBDC background.
Complementary color for #hex is #061423.