COLOR #F9FAFA

HEX: #F9FAFA RGB: (249,250,250)

Color info

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

RGB color model

#F9FAFA color RGB value is (249,250,250).

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

RGB channels and saturation

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

249
250
250

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

Portions of RGB colors in percentages

R + G + B = 249 + 250 + 250 = 749 (100%)
R 249 of 749 ~ 33.24%
G 250 of 749 ~ 33.38%
B 250 of 749 ~ 33.38'%

%33.24
%33.38
%33.38

CMYK color model

#F9FAFA color CMYK value is (0,0,0,2).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (0,0,0,2)
C0M0Y0K2 (0%, 0%, 0%, 2%)
(0.00 / 0.00 / 0.00 / 0.02)

CMYK percentages

%0.4
%0
%0
%1.96

Codes

Color #F9FAFA in popluar color models

F9 FA FA
RGB 249 250 250
HSL 180° 9.09% 97.84%
HSB/HSV 180° 0.40% 98.04%
CMYK 0.40% 0.00% 0.00%
1.96%

Color #F9FAFA in popluar number systems.

HEX F9 FA FA
Decimal 249 250 250
Binary 11111001 11111010 11111010
Octal 371 372 372

Shades and tints

Shades of #F9FAFA

#F9FAFA
(249,250,250)
#E3E4E4
(227,228,228)
#CDCECE
(205,206,206)
#B7B8B8
(183,184,184)
#A1A2A2
(161,162,162)
#8B8C8C
(139,140,140)
#757676
(117,118,118)
#5F6060
(95,96,96)
#494A4A
(73,74,74)
#333434
(51,52,52)
#1D1E1E
(29,30,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FAFA; }

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

This text font color is #F9FAFA.

Background Color

.myBgColor { background-color: #F9FAFA; }

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

This div background color is #F9FAFA.

Border color

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

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

This div border color is #F9FAFA.

Opacity

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

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

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

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

This text has shadow with #F9FAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FAFA.

Preview

Color preview on black background

This text has color #F9FAFA on black background.


Color preview on white background

This text has color #F9FAFA on white background.


Black color preview on #F9FAFA background

This text has black color on #F9FAFA background.


White color preview on #F9FAFA background

This text has white color on #F9FAFA background.


Related colors

Complementary color

Complementary color for #hex is #060505.


I love getcolorcode.com