COLOR #F9FBFB

HEX: #F9FBFB RGB: (249,251,251)

Color info

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

RGB color model

#F9FBFB color RGB value is (249,251,251).

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

RGB channels and saturation

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

249
251
251

R + G + B ~ 98%. #F9FBFB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 251 = 751 (100%)
R 249 of 751 ~ 33.16%
G 251 of 751 ~ 33.42%
B 251 of 751 ~ 33.42'%

%33.16
%33.42
%33.42

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.57%

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

CMYK percentages

%0.8
%0
%0
%1.57

Codes

Color #F9FBFB in popluar color models

F9 FB FB
RGB 249 251 251
HSL 180° 20.00% 98.04%
HSB/HSV 180° 0.80% 98.43%
CMYK 0.80% 0.00% 0.00%
1.57%

Color #F9FBFB in popluar number systems.

HEX F9 FB FB
Decimal 249 251 251
Binary 11111001 11111011 11111011
Octal 371 373 373

Shades and tints

Shades of #F9FBFB

#F9FBFB
(249,251,251)
#E3E5E5
(227,229,229)
#CDCFCF
(205,207,207)
#B7B9B9
(183,185,185)
#A1A3A3
(161,163,163)
#8B8D8D
(139,141,141)
#757777
(117,119,119)
#5F6161
(95,97,97)
#494B4B
(73,75,75)
#333535
(51,53,53)
#1D1F1F
(29,31,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBFB; }

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

This text font color is #F9FBFB.

Background Color

.myBgColor { background-color: #F9FBFB; }

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

This div background color is #F9FBFB.

Border color

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

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

This div border color is #F9FBFB.

Opacity

.myOpacity80 { color: #F9FBFB; opacity: 0.8; }

<p style="color:#F9FBFB;opacity:0.8;">80%</p>

Text with #F9FBFB 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 #F9FBFB;}

<p style="text-shadow: 3px 3px 1px #F9FBFB">Text here.</p>

This text has shadow with #F9FBFB color.


.textShadow {text-shadow: 3px 3px 1px #F9FBFB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F9FBFB, 5px 5px 20px red">Text here.</p>

This text has shadow with #F9FBFB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9FBFB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F9FBFB, Direction=45, Strength=4)">Text</p>

This text has shadow with #F9FBFB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9FBFB;
-webkit-box-shadow: 1px 1px 3px 2px #F9FBFB;
box-shadow: 1px 1px 3px 2px #F9FBFB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9FBFB; -webkit-box-shadow: 1px 1px 3px 2px #F9FBFB; box-shadow:1px 1px 3px 2px #F9FBFB;">
Div content here
</div>

This div box has shadow with color #F9FBFB.

Preview

Color preview on black background

This text has color #F9FBFB on black background.


Color preview on white background

This text has color #F9FBFB on white background.


Black color preview on #F9FBFB background

This text has black color on #F9FBFB background.


White color preview on #F9FBFB background

This text has white color on #F9FBFB background.


Related colors

Complementary color

Complementary color for #hex is #060404.


I love getcolorcode.com