HEX: #F9EDEE
RGB: (249,237,238)
#F9EDEE contains red, green and blue colors in about the same proportion. Web safe color of #F9EDEE is #FFFFFF (or #FFF).
#F9EDEE color RGB value is (249,237,238).
RGB: (249,237,238)
(98%, 93%, 93%)
R 249 of 255 = 98%
G 237 of 255 = 93%
B 238 of 255 = 93%
R + G + B ~ 95%. #F9EDEE is light color.
R + G + B = 249 + 237 + 238 = 724 (100%)
R 249 of 724 ~ 34.39%
G 237 of 724 ~ 32.73%
B 238 of 724 ~ 32.87'%
#F9EDEE color CMYK value is (0,5,4,2).
CMYK: (0,5,4,2)
C0M5Y4K2 (0%, 5%, 4%, 2%)
(0.00 / 0.05 / 0.04 / 0.02)
Color #F9EDEE in popluar color models
F9 | ED | EE | |
---|---|---|---|
RGB | 249 | 237 | 238 |
HSL | 355° | 50.00% | 95.29% |
HSB/HSV | 355° | 4.82% | 97.65% |
CMYK | 0.00% | 4.82% | 4.42% |
2.35% |
Color #F9EDEE in popluar number systems.
HEX | F9 | ED | EE |
Decimal | 249 | 237 | 238 |
Binary | 11111001 | 11101101 | 11101110 |
Octal | 371 | 355 | 356 |
Shades of #F9EDEE
Tints of #F9EDEE
Examples of css and html codes for elements with #F9EDEE color. Also use rgb(249,237,238) instead hex code.
.myTextColor { color: #F9EDEE; }
<p style="color:#F9EDEE">This sample text font color is #F9EDEE.</p>
This text font color is #F9EDEE.
.myBgColor { background-color: #F9EDEE; }
<div style="background-color:#F9EDEE">Inner text</div>
This div background color is #F9EDEE.
.myBorderColor { border: 1px solid #F9EDEE; }
<div style="border:3px solid #F9EDEE">Div</div>
This div border color is #F9EDEE.
.myOpacity80 { color: #F9EDEE; opacity: 0.8; }
<p style="color:#F9EDEE;opacity:0.8;">80%</p>
Text with #F9EDEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9EDEE;}
<p style="text-shadow: 3px 3px 1px #F9EDEE">Text here.</p>
This text has shadow with #F9EDEE color.
.textShadow {text-shadow: 3px 3px 1px #F9EDEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9EDEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9EDEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9EDEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9EDEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9EDEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9EDEE;
-webkit-box-shadow: 1px 1px 3px 2px #F9EDEE;
box-shadow: 1px 1px 3px 2px #F9EDEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9EDEE; -webkit-box-shadow: 1px 1px 3px 2px #F9EDEE; box-shadow:1px 1px 3px 2px #F9EDEE;">
Div content here
</div>
This text has color #F9EDEE on black background.
This text has color #F9EDEE on white background.
This text has black color on #F9EDEE background.
This text has white color on #F9EDEE background.
Complementary color for #hex is #061211.