COLOR #F9FBFD

HEX: #F9FBFD RGB: (249,251,253)

Color info

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

RGB color model

#F9FBFD color RGB value is (249,251,253).

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

RGB channels and saturation

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

249
251
253

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 253 = 753 (100%)
R 249 of 753 ~ 33.07%
G 251 of 753 ~ 33.33%
B 253 of 753 ~ 33.6'%

%33.07
%33.33
%33.6

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 0.78%

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

CMYK percentages

%1.58
%0.79
%0
%0.78

Codes

Color #F9FBFD in popluar color models

F9 FB FD
RGB 249 251 253
HSL 210° 50.00% 98.43%
HSB/HSV 210° 1.58% 99.22%
CMYK 1.58% 0.79% 0.00%
0.78%

Color #F9FBFD in popluar number systems.

HEX F9 FB FD
Decimal 249 251 253
Binary 11111001 11111011 11111101
Octal 371 373 375

Shades and tints

Shades of #F9FBFD

#F9FBFD
(249,251,253)
#E3E5E6
(227,229,230)
#CDCFCF
(205,207,207)
#B7B9B8
(183,185,184)
#A1A3A1
(161,163,161)
#8B8D8A
(139,141,138)
#757773
(117,119,115)
#5F615C
(95,97,92)
#494B45
(73,75,69)
#33352E
(51,53,46)
#1D1F17
(29,31,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBFD; }

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

This text font color is #F9FBFD.

Background Color

.myBgColor { background-color: #F9FBFD; }

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

This div background color is #F9FBFD.

Border color

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

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

This div border color is #F9FBFD.

Opacity

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

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

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

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

This text has shadow with #F9FBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FBFD.

Preview

Color preview on black background

This text has color #F9FBFD on black background.


Color preview on white background

This text has color #F9FBFD on white background.


Black color preview on #F9FBFD background

This text has black color on #F9FBFD background.


White color preview on #F9FBFD background

This text has white color on #F9FBFD background.


Related colors

Complementary color

Complementary color for #hex is #060402.


I love getcolorcode.com

Triadic colors

1 #FDF9FB and #FBFDF9 with #F9FBFD are triadic colors.

2 #FDFBF9 and #FBF9FD with #F9FBFD are triadic colors.