COLOR #F9FBFA

HEX: #F9FBFA
RGB: (249,251,250)

Color info

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

RGB color model

#F9FBFA color RGB value is (249,251,250).

  • red value is 249;
  • green value is 251;
  • blue value is 250.
RGB:
(249,251,250)
(98%,98%,98%)

RGB channels and saturation

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

249
251
250

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

Portions of RGB colors in percentages

R + G + B =
249 + 251 + 250 = 750 (100%)
R 249 of 750 ~ 33.2%
G 251 of 750 ~ 33.47%
B 250 of 750 ~ 33.33%

%33.2
%33.47
%33.33

CMYK color model

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

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.57%
CMYK:
(1,0,0,2)
C1M0Y0K2 
(1%,0%,0%,2%)
(0.01/0.00/0.00/0.02)	

CMYK percentages

%0.8
%0
%0.4
%1.57

Codes

Color #F9FBFA in popluar color models

F9FBFA
RGB249251250
HSL150°20.00%98.04%
HSB/HSV150°0.80%98.43%
CMYK0.80%0.00%0.40%
1.57%

Color #F9FBFA in popluar number systems.

HEXF9FBFA
Decimal249251250
Binary111110011111101111111010
Octal371373372

Shades and tints

Shades of #F9FBFA

#F9FBFA
(249,251,250)
#E3E5E4
(227,229,228)
#CDCFCE
(205,207,206)
#B7B9B8
(183,185,184)
#A1A3A2
(161,163,162)
#8B8D8C
(139,141,140)
#757776
(117,119,118)
#5F6160
(95,97,96)
#494B4A
(73,75,74)
#333534
(51,53,52)
#1D1F1E
(29,31,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FBFA; }

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

This text font color is #F9FBFA.


Background Color

.myBgColor { background-color: #F9FBFA; }

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

This div background color is #F9FBFA.


Border color

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

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

This div border color is #F9FBFA.


Opacity

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

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

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

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

This text has shadow with #F9FBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FBFA on black background.


Color preview on white background

This text has color #F9FBFA on white background.



Black color preview on #F9FBFA background

This text has black color on #F9FBFA background.


White color preview on #F9FBFA background

This text has white color on #F9FBFA background.