COLOR #F9FAFD

HEX: #F9FAFD RGB: (249,250,253)

Color info

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

RGB color model

#F9FAFD color RGB value is (249,250,253).

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

RGB channels and saturation

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

249
250
253

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

Portions of RGB colors in percentages

R + G + B = 249 + 250 + 253 = 752 (100%)
R 249 of 752 ~ 33.11%
G 250 of 752 ~ 33.24%
B 253 of 752 ~ 33.64'%

%33.11
%33.24
%33.64

CMYK color model

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

  • cyan value is 1.58%
  • magenta value is 1.19%
  • 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
%1.19
%0
%0.78

Codes

Color #F9FAFD in popluar color models

F9 FA FD
RGB 249 250 253
HSL 225° 50.00% 98.43%
HSB/HSV 225° 1.58% 99.22%
CMYK 1.58% 1.19% 0.00%
0.78%

Color #F9FAFD in popluar number systems.

HEX F9 FA FD
Decimal 249 250 253
Binary 11111001 11111010 11111101
Octal 371 372 375

Shades and tints

Shades of #F9FAFD

#F9FAFD
(249,250,253)
#E3E4E6
(227,228,230)
#CDCECF
(205,206,207)
#B7B8B8
(183,184,184)
#A1A2A1
(161,162,161)
#8B8C8A
(139,140,138)
#757673
(117,118,115)
#5F605C
(95,96,92)
#494A45
(73,74,69)
#33342E
(51,52,46)
#1D1E17
(29,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FAFD; }

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

This text font color is #F9FAFD.

Background Color

.myBgColor { background-color: #F9FAFD; }

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

This div background color is #F9FAFD.

Border color

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

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

This div border color is #F9FAFD.

Opacity

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

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

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

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

This text has shadow with #F9FAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FAFD.

Preview

Color preview on black background

This text has color #F9FAFD on black background.


Color preview on white background

This text has color #F9FAFD on white background.


Black color preview on #F9FAFD background

This text has black color on #F9FAFD background.


White color preview on #F9FAFD background

This text has white color on #F9FAFD background.


Related colors

Complementary color

Complementary color for #hex is #060502.


I love getcolorcode.com

Triadic colors

1 #FDF9FA and #FAFDF9 with #F9FAFD are triadic colors.

2 #FDFAF9 and #FAF9FD with #F9FAFD are triadic colors.