COLOR #FAFEF9

HEX: #FAFEF9 RGB: (250,254,249)

Color info

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

RGB color model

#FAFEF9 color RGB value is (250,254,249).

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

RGB channels and saturation

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

250
254
249

R + G + B ~ 99%. #FAFEF9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 254 + 249 = 753 (100%)
R 250 of 753 ~ 33.2%
G 254 of 753 ~ 33.73%
B 249 of 753 ~ 33.07'%

%33.2
%33.73
%33.07

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%

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

CMYK percentages

%1.57
%0
%1.97
%0.39

Codes

Color #FAFEF9 in popluar color models

FA FE F9
RGB 250 254 249
HSL 108° 71.43% 98.63%
HSB/HSV 108° 1.97% 99.61%
CMYK 1.57% 0.00% 1.97%
0.39%

Color #FAFEF9 in popluar number systems.

HEX FA FE F9
Decimal 250 254 249
Binary 11111010 11111110 11111001
Octal 372 376 371

Shades and tints

Shades of #FAFEF9

#FAFEF9
(250,254,249)
#E4E7E3
(228,231,227)
#CED0CD
(206,208,205)
#B8B9B7
(184,185,183)
#A2A2A1
(162,162,161)
#8C8B8B
(140,139,139)
#767475
(118,116,117)
#605D5F
(96,93,95)
#4A4649
(74,70,73)
#342F33
(52,47,51)
#1E181D
(30,24,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFEF9; }

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

This text font color is #FAFEF9.

Background Color

.myBgColor { background-color: #FAFEF9; }

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

This div background color is #FAFEF9.

Border color

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

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

This div border color is #FAFEF9.

Opacity

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

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

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

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

This text has shadow with #FAFEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFEF9.

Preview

Color preview on black background

This text has color #FAFEF9 on black background.


Color preview on white background

This text has color #FAFEF9 on white background.


Black color preview on #FAFEF9 background

This text has black color on #FAFEF9 background.


White color preview on #FAFEF9 background

This text has white color on #FAFEF9 background.


Related colors

Complementary color

Complementary color for #hex is #050106.


I love getcolorcode.com

Triadic colors

1 #F9FAFE and #FEF9FA with #FAFEF9 are triadic colors.

2 #F9FEFA and #FEFAF9 with #FAFEF9 are triadic colors.