HEX: #F9FEFB
RGB: (249,254,251)
#F9FEFB contains red, green and blue colors in about the same proportion. Web safe color of #F9FEFB is #FFFFFF (or #FFF).
#F9FEFB color RGB value is (249,254,251).
RGB: (249,254,251)
(98%, 100%, 98%)
R 249 of 255 = 98%
G 254 of 255 = 100%
B 251 of 255 = 98%
R + G + B ~ 99%. #F9FEFB is light color.
R + G + B = 249 + 254 + 251 = 754 (100%)
R 249 of 754 ~ 33.02%
G 254 of 754 ~ 33.69%
B 251 of 754 ~ 33.29'%
#F9FEFB color CMYK value is (2,0,1,0).
CMYK: (2,0,1,0)
C2M0Y1K0 (2%, 0%, 1%, 0%)
(0.02 / 0.00 / 0.01 / 0.00)
Color #F9FEFB in popluar color models
F9 | FE | FB | |
---|---|---|---|
RGB | 249 | 254 | 251 |
HSL | 144° | 71.43% | 98.63% |
HSB/HSV | 144° | 1.97% | 99.61% |
CMYK | 1.97% | 0.00% | 1.18% |
0.39% |
Color #F9FEFB in popluar number systems.
HEX | F9 | FE | FB |
Decimal | 249 | 254 | 251 |
Binary | 11111001 | 11111110 | 11111011 |
Octal | 371 | 376 | 373 |
Shades of #F9FEFB
Examples of css and html codes for elements with #F9FEFB color. Also use rgb(249,254,251) instead hex code.
.myTextColor { color: #F9FEFB; }
<p style="color:#F9FEFB">This sample text font color is #F9FEFB.</p>
This text font color is #F9FEFB.
.myBgColor { background-color: #F9FEFB; }
<div style="background-color:#F9FEFB">Inner text</div>
This div background color is #F9FEFB.
.myBorderColor { border: 1px solid #F9FEFB; }
<div style="border:3px solid #F9FEFB">Div</div>
This div border color is #F9FEFB.
.myOpacity80 { color: #F9FEFB; opacity: 0.8; }
<p style="color:#F9FEFB;opacity:0.8;">80%</p>
Text with #F9FEFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9FEFB;}
<p style="text-shadow: 3px 3px 1px #F9FEFB">Text here.</p>
This text has shadow with #F9FEFB color.
.textShadow {text-shadow: 3px 3px 1px #F9FEFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9FEFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9FEFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9FEFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9FEFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9FEFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9FEFB;
-webkit-box-shadow: 1px 1px 3px 2px #F9FEFB;
box-shadow: 1px 1px 3px 2px #F9FEFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9FEFB; -webkit-box-shadow: 1px 1px 3px 2px #F9FEFB; box-shadow:1px 1px 3px 2px #F9FEFB;">
Div content here
</div>
This text has color #F9FEFB on black background.
This text has color #F9FEFB on white background.
This text has black color on #F9FEFB background.
This text has white color on #F9FEFB background.
Complementary color for #hex is #060104.