COLOR #F9FAFC

HEX: #F9FAFC RGB: (249,250,252)

Color info

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

RGB color model

#F9FAFC color RGB value is (249,250,252).

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

RGB channels and saturation

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

249
250
252

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

Portions of RGB colors in percentages

R + G + B = 249 + 250 + 252 = 751 (100%)
R 249 of 751 ~ 33.16%
G 250 of 751 ~ 33.29%
B 252 of 751 ~ 33.56'%

%33.16
%33.29
%33.56

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (1,1,0,1) C1M1Y0K1 (1%,1%,0%,1%) (0.01/0.01/0.00/0.01) 

CMYK percentages

%1.19
%0.79
%0
%1.18

Codes

Color #F9FAFC in popluar color models

F9 FA FC
RGB 249 250 252
HSL 220° 33.33% 98.24%
HSB/HSV 220° 1.19% 98.82%
CMYK 1.19% 0.79% 0.00%
1.18%

Color #F9FAFC in popluar number systems.

HEX F9 FA FC
Decimal 249 250 252
Binary 11111001 11111010 11111100
Octal 371 372 374

Shades and tints

Shades of #F9FAFC

#F9FAFC
(249,250,252)
#E3E4E6
(227,228,230)
#CDCED0
(205,206,208)
#B7B8BA
(183,184,186)
#A1A2A4
(161,162,164)
#8B8C8E
(139,140,142)
#757678
(117,118,120)
#5F6062
(95,96,98)
#494A4C
(73,74,76)
#333436
(51,52,54)
#1D1E20
(29,30,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FAFC; }

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

This text font color is #F9FAFC.

Background Color

.myBgColor { background-color: #F9FAFC; }

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

This div background color is #F9FAFC.

Border color

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

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

This div border color is #F9FAFC.

Opacity

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

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

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

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

This text has shadow with #F9FAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FAFC.

Preview

Color preview on black background

This text has color #F9FAFC on black background.


Color preview on white background

This text has color #F9FAFC on white background.


Black color preview on #F9FAFC background

This text has black color on #F9FAFC background.


White color preview on #F9FAFC background

This text has white color on #F9FAFC background.


Related colors

Complementary color

Complementary color for #hex is #060503.


I love getcolorcode.com

Triadic colors

1 #FCF9FA and #FAFCF9 with #F9FAFC are triadic colors.

2 #FCFAF9 and #FAF9FC with #F9FAFC are triadic colors.