HEX: #F9EFFF
RGB: (249,239,255)
#F9EFFF contains red, green and blue colors in about the same proportion. Web safe color of #F9EFFF is #FFFFFF (or #FFF).
#F9EFFF color RGB value is (249,239,255).
RGB: (249,239,255)
(98%, 94%, 100%)
R 249 of 255 = 98%
G 239 of 255 = 94%
B 255 of 255 = 100%
R + G + B ~ 97%. #F9EFFF is light color.
R + G + B = 249 + 239 + 255 = 743 (100%)
R 249 of 743 ~ 33.51%
G 239 of 743 ~ 32.17%
B 255 of 743 ~ 34.32'%
#F9EFFF color CMYK value is (2,6,0,0).
CMYK: (2,6,0,0)
C2M6Y0K0 (2%, 6%, 0%, 0%)
(0.02 / 0.06 / 0.00 / 0.00)
Color #F9EFFF in popluar color models
F9 | EF | FF | |
---|---|---|---|
RGB | 249 | 239 | 255 |
HSL | 278° | 100.00% | 96.86% |
HSB/HSV | 278° | 6.27% | 100.00% |
CMYK | 2.35% | 6.27% | 0.00% |
0.00% |
Color #F9EFFF in popluar number systems.
HEX | F9 | EF | FF |
Decimal | 249 | 239 | 255 |
Binary | 11111001 | 11101111 | 11111111 |
Octal | 371 | 357 | 377 |
Shades of #F9EFFF
Tints of #F9EFFF
Examples of css and html codes for elements with #F9EFFF color. Also use rgb(249,239,255) instead hex code.
.myTextColor { color: #F9EFFF; }
<p style="color:#F9EFFF">This sample text font color is #F9EFFF.</p>
This text font color is #F9EFFF.
.myBgColor { background-color: #F9EFFF; }
<div style="background-color:#F9EFFF">Inner text</div>
This div background color is #F9EFFF.
.myBorderColor { border: 1px solid #F9EFFF; }
<div style="border:3px solid #F9EFFF">Div</div>
This div border color is #F9EFFF.
.myOpacity80 { color: #F9EFFF; opacity: 0.8; }
<p style="color:#F9EFFF;opacity:0.8;">80%</p>
Text with #F9EFFF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9EFFF;}
<p style="text-shadow: 3px 3px 1px #F9EFFF">Text here.</p>
This text has shadow with #F9EFFF color.
.textShadow {text-shadow: 3px 3px 1px #F9EFFF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9EFFF, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9EFFF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9EFFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9EFFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9EFFF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9EFFF;
-webkit-box-shadow: 1px 1px 3px 2px #F9EFFF;
box-shadow: 1px 1px 3px 2px #F9EFFF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9EFFF; -webkit-box-shadow: 1px 1px 3px 2px #F9EFFF; box-shadow:1px 1px 3px 2px #F9EFFF;">
Div content here
</div>
This text has color #F9EFFF on black background.
This text has color #F9EFFF on white background.
This text has black color on #F9EFFF background.
This text has white color on #F9EFFF background.
Complementary color for #hex is #061000.