COLOR #FAFAF9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
250
249

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

Portions of RGB colors in percentages

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

%33.38
%33.38
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • 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
%0
%0.4
%1.96

Codes

Color #FAFAF9 in popluar color models

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

Color #FAFAF9 in popluar number systems.

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

Shades and tints

Shades of #FAFAF9

#FAFAF9
(250,250,249)
#E4E4E3
(228,228,227)
#CECECD
(206,206,205)
#B8B8B7
(184,184,183)
#A2A2A1
(162,162,161)
#8C8C8B
(140,140,139)
#767675
(118,118,117)
#60605F
(96,96,95)
#4A4A49
(74,74,73)
#343433
(52,52,51)
#1E1E1D
(30,30,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAF9; }

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

This text font color is #FAFAF9.

Background Color

.myBgColor { background-color: #FAFAF9; }

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

This div background color is #FAFAF9.

Border color

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

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

This div border color is #FAFAF9.

Opacity

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

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

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

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

This text has shadow with #FAFAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFAF9.

Preview

Color preview on black background

This text has color #FAFAF9 on black background.


Color preview on white background

This text has color #FAFAF9 on white background.


Black color preview on #FAFAF9 background

This text has black color on #FAFAF9 background.


White color preview on #FAFAF9 background

This text has white color on #FAFAF9 background.


Related colors

Complementary color

Complementary color for #hex is #050506.


I love getcolorcode.com