COLOR #FAF9FB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
249
251

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

Portions of RGB colors in percentages

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

%33.33
%33.2
%33.47

CMYK color model

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

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

CMYK percentages

%0.4
%0.8
%0
%1.57

Codes

Color #FAF9FB in popluar color models

FA F9 FB
RGB 250 249 251
HSL 270° 20.00% 98.04%
HSB/HSV 270° 0.80% 98.43%
CMYK 0.40% 0.80% 0.00%
1.57%

Color #FAF9FB in popluar number systems.

HEX FA F9 FB
Decimal 250 249 251
Binary 11111010 11111001 11111011
Octal 372 371 373

Shades and tints

Shades of #FAF9FB

#FAF9FB
(250,249,251)
#E4E3E5
(228,227,229)
#CECDCF
(206,205,207)
#B8B7B9
(184,183,185)
#A2A1A3
(162,161,163)
#8C8B8D
(140,139,141)
#767577
(118,117,119)
#605F61
(96,95,97)
#4A494B
(74,73,75)
#343335
(52,51,53)
#1E1D1F
(30,29,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF9FB; }

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

This text font color is #FAF9FB.

Background Color

.myBgColor { background-color: #FAF9FB; }

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

This div background color is #FAF9FB.

Border color

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

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

This div border color is #FAF9FB.

Opacity

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

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

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

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

This text has shadow with #FAF9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF9FB.

Preview

Color preview on black background

This text has color #FAF9FB on black background.


Color preview on white background

This text has color #FAF9FB on white background.


Black color preview on #FAF9FB background

This text has black color on #FAF9FB background.


White color preview on #FAF9FB background

This text has white color on #FAF9FB background.


Related colors

Complementary color

Complementary color for #hex is #050604.


I love getcolorcode.com

Triadic colors

1 #FBFAF9 and #F9FBFA with #FAF9FB are triadic colors.

2 #FBF9FA and #F9FAFB with #FAF9FB are triadic colors.