COLOR #FEFAF9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
250
249

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

Portions of RGB colors in percentages

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

%33.73
%33.2
%33.07

CMYK color model

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

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

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

CMYK percentages

%0
%1.57
%1.97
%0.39

Codes

Color #FEFAF9 in popluar color models

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

Color #FEFAF9 in popluar number systems.

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

Shades and tints

Shades of #FEFAF9

#FEFAF9
(254,250,249)
#E7E4E3
(231,228,227)
#D0CECD
(208,206,205)
#B9B8B7
(185,184,183)
#A2A2A1
(162,162,161)
#8B8C8B
(139,140,139)
#747675
(116,118,117)
#5D605F
(93,96,95)
#464A49
(70,74,73)
#2F3433
(47,52,51)
#181E1D
(24,30,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAF9; }

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

This text font color is #FEFAF9.

Background Color

.myBgColor { background-color: #FEFAF9; }

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

This div background color is #FEFAF9.

Border color

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

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

This div border color is #FEFAF9.

Opacity

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

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

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

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

This text has shadow with #FEFAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFAF9.

Preview

Color preview on black background

This text has color #FEFAF9 on black background.


Color preview on white background

This text has color #FEFAF9 on white background.


Black color preview on #FEFAF9 background

This text has black color on #FEFAF9 background.


White color preview on #FEFAF9 background

This text has white color on #FEFAF9 background.


Related colors

Complementary color

Complementary color for #hex is #010506.


I love getcolorcode.com

Triadic colors

1 #F9FEFA and #FAF9FE with #FEFAF9 are triadic colors.

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