COLOR #F9FCFB

HEX: #F9FCFB RGB: (249,252,251)

Color info

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

RGB color model

#F9FCFB color RGB value is (249,252,251).

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

RGB channels and saturation

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

249
252
251

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

Portions of RGB colors in percentages

R + G + B = 249 + 252 + 251 = 752 (100%)
R 249 of 752 ~ 33.11%
G 252 of 752 ~ 33.51%
B 251 of 752 ~ 33.38'%

%33.11
%33.51
%33.38

CMYK color model

#F9FCFB color CMYK value is (1,0,0,1).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.18%

CMYK: (1,0,0,1)
C1M0Y0K1 (1%, 0%, 0%, 1%)
(0.01 / 0.00 / 0.00 / 0.01)

CMYK percentages

%1.19
%0
%0.4
%1.18

Codes

Color #F9FCFB in popluar color models

F9 FC FB
RGB 249 252 251
HSL 160° 33.33% 98.24%
HSB/HSV 160° 1.19% 98.82%
CMYK 1.19% 0.00% 0.40%
1.18%

Color #F9FCFB in popluar number systems.

HEX F9 FC FB
Decimal 249 252 251
Binary 11111001 11111100 11111011
Octal 371 374 373

Shades and tints

Shades of #F9FCFB

#F9FCFB
(249,252,251)
#E3E6E5
(227,230,229)
#CDD0CF
(205,208,207)
#B7BAB9
(183,186,185)
#A1A4A3
(161,164,163)
#8B8E8D
(139,142,141)
#757877
(117,120,119)
#5F6261
(95,98,97)
#494C4B
(73,76,75)
#333635
(51,54,53)
#1D201F
(29,32,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FCFB; }

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

This text font color is #F9FCFB.

Background Color

.myBgColor { background-color: #F9FCFB; }

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

This div background color is #F9FCFB.

Border color

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

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

This div border color is #F9FCFB.

Opacity

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

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

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

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

This text has shadow with #F9FCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FCFB.

Preview

Color preview on black background

This text has color #F9FCFB on black background.


Color preview on white background

This text has color #F9FCFB on white background.


Black color preview on #F9FCFB background

This text has black color on #F9FCFB background.


White color preview on #F9FCFB background

This text has white color on #F9FCFB background.


Related colors

Complementary color

Complementary color for #hex is #060304.


I love getcolorcode.com

Triadic colors

1 #FBF9FC and #FCFBF9 with #F9FCFB are triadic colors.

2 #FBFCF9 and #FCF9FB with #F9FCFB are triadic colors.