COLOR #F9FEFB

HEX: #F9FEFB RGB: (249,254,251)

Color info

#F9FEFB contains red, green and blue colors in about the same proportion. Web safe color of #F9FEFB is #FFFFFF (or #FFF).

RGB color model

#F9FEFB color RGB value is (249,254,251).

RGB: (249,254,251) (98%, 100%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 254 of 255 = 100%
B 251 of 255 = 98%

249
254
251

R + G + B ~ 99%. #F9FEFB is light color.

Portions of RGB colors in percentages

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'%

%33.02
%33.69
%33.29

CMYK color model

#F9FEFB color CMYK value is (2,0,1,0).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%

CMYK: (2,0,1,0)
C2M0Y1K0 (2%, 0%, 1%, 0%)
(0.02 / 0.00 / 0.01 / 0.00)

CMYK percentages

%1.97
%0
%1.18
%0.39

Codes

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 and tints

Shades of #F9FEFB

#F9FEFB
(249,254,251)
#E3E7E5
(227,231,229)
#CDD0CF
(205,208,207)
#B7B9B9
(183,185,185)
#A1A2A3
(161,162,163)
#8B8B8D
(139,139,141)
#757477
(117,116,119)
#5F5D61
(95,93,97)
#49464B
(73,70,75)
#332F35
(51,47,53)
#1D181F
(29,24,31)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F9FEFB color. Also use rgb(249,254,251) instead hex code.

Text Font Color

.myTextColor { color: #F9FEFB; }

<p style="color:#F9FEFB">This sample text font color is #F9FEFB.</p>

This text font color is #F9FEFB.

Background Color

.myBgColor { background-color: #F9FEFB; }

<div style="background-color:#F9FEFB">Inner text</div>

This div background color is #F9FEFB.

Border color

.myBorderColor { border: 1px solid #F9FEFB; }

<div style="border:3px solid #F9FEFB">Div</div>

This div border color is #F9FEFB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #F9FEFB.

Preview

Color preview on black background

This text has color #F9FEFB on black background.


Color preview on white background

This text has color #F9FEFB on white background.


Black color preview on #F9FEFB background

This text has black color on #F9FEFB background.


White color preview on #F9FEFB background

This text has white color on #F9FEFB background.


Related colors

Complementary color

Complementary color for #hex is #060104.


I love getcolorcode.com

Triadic colors

1 #FBF9FE and #FEFBF9 with #F9FEFB are triadic colors.

2 #FBFEF9 and #FEF9FB with #F9FEFB are triadic colors.