HEX: #F9EEFB
RGB: (249,238,251)
#F9EEFB contains red, green and blue colors in about the same proportion. Web safe color of #F9EEFB is #FFFFFF (or #FFF).
#F9EEFB color RGB value is (249,238,251).
RGB: (249,238,251)
(98%, 93%, 98%)
R 249 of 255 = 98%
G 238 of 255 = 93%
B 251 of 255 = 98%
R + G + B ~ 96%. #F9EEFB is light color.
R + G + B = 249 + 238 + 251 = 738 (100%)
R 249 of 738 ~ 33.74%
G 238 of 738 ~ 32.25%
B 251 of 738 ~ 34.01'%
#F9EEFB color CMYK value is (1,5,0,2).
CMYK: (1,5,0,2)
C1M5Y0K2 (1%, 5%, 0%, 2%)
(0.01 / 0.05 / 0.00 / 0.02)
Color #F9EEFB in popluar color models
F9 | EE | FB | |
---|---|---|---|
RGB | 249 | 238 | 251 |
HSL | 291° | 61.90% | 95.88% |
HSB/HSV | 291° | 5.18% | 98.43% |
CMYK | 0.80% | 5.18% | 0.00% |
1.57% |
Color #F9EEFB in popluar number systems.
HEX | F9 | EE | FB |
Decimal | 249 | 238 | 251 |
Binary | 11111001 | 11101110 | 11111011 |
Octal | 371 | 356 | 373 |
Shades of #F9EEFB
Tints of #F9EEFB
Examples of css and html codes for elements with #F9EEFB color. Also use rgb(249,238,251) instead hex code.
.myTextColor { color: #F9EEFB; }
<p style="color:#F9EEFB">This sample text font color is #F9EEFB.</p>
This text font color is #F9EEFB.
.myBgColor { background-color: #F9EEFB; }
<div style="background-color:#F9EEFB">Inner text</div>
This div background color is #F9EEFB.
.myBorderColor { border: 1px solid #F9EEFB; }
<div style="border:3px solid #F9EEFB">Div</div>
This div border color is #F9EEFB.
.myOpacity80 { color: #F9EEFB; opacity: 0.8; }
<p style="color:#F9EEFB;opacity:0.8;">80%</p>
Text with #F9EEFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9EEFB;}
<p style="text-shadow: 3px 3px 1px #F9EEFB">Text here.</p>
This text has shadow with #F9EEFB color.
.textShadow {text-shadow: 3px 3px 1px #F9EEFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9EEFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9EEFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9EEFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9EEFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9EEFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9EEFB;
-webkit-box-shadow: 1px 1px 3px 2px #F9EEFB;
box-shadow: 1px 1px 3px 2px #F9EEFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9EEFB; -webkit-box-shadow: 1px 1px 3px 2px #F9EEFB; box-shadow:1px 1px 3px 2px #F9EEFB;">
Div content here
</div>
This text has color #F9EEFB on black background.
This text has color #F9EEFB on white background.
This text has black color on #F9EEFB background.
This text has white color on #F9EEFB background.
Complementary color for #hex is #061104.