COLOR #FEFAF4

HEX: #FEFAF4 RGB: (254,250,244)

Color info

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

RGB color model

#FEFAF4 color RGB value is (254,250,244).

RGB: (254,250,244) (100%, 98%, 96%)

RGB channels and saturation

R 254 of 255 = 100%
G 250 of 255 = 98%
B 244 of 255 = 96%

254
250
244

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

Portions of RGB colors in percentages

R + G + B = 254 + 250 + 244 = 748 (100%)
R 254 of 748 ~ 33.96%
G 250 of 748 ~ 33.42%
B 244 of 748 ~ 32.62'%

%33.96
%33.42
%32.62

CMYK color model

#FEFAF4 color CMYK value is (0,2,4,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 3.94%
  • key color value is 0.39%
CMYK: (0,2,4,0) C0M2Y4K0 (0%,2%,4%,0%) (0.00/0.02/0.04/0.00) 

CMYK percentages

%0
%1.57
%3.94
%0.39

Codes

Color #FEFAF4 in popluar color models

FE FA F4
RGB 254 250 244
HSL 36° 83.33% 97.65%
HSB/HSV 36° 3.94% 99.61%
CMYK 0.00% 1.57% 3.94%
0.39%

Color #FEFAF4 in popluar number systems.

HEX FE FA F4
Decimal 254 250 244
Binary 11111110 11111010 11110100
Octal 376 372 364

Shades and tints

Shades of #FEFAF4

#FEFAF4
(254,250,244)
#E7E4DE
(231,228,222)
#D0CEC8
(208,206,200)
#B9B8B2
(185,184,178)
#A2A29C
(162,162,156)
#8B8C86
(139,140,134)
#747670
(116,118,112)
#5D605A
(93,96,90)
#464A44
(70,74,68)
#2F342E
(47,52,46)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #FEFAF4

#FEFAF4
(254,250,244)
#FEFAF5
(254,250,245)
#FEFAF6
(254,250,246)
#FEFAF7
(254,250,247)
#FEFAF8
(254,250,248)
#FEFAF9
(254,250,249)
#FEFAFA
(254,250,250)
#FEFAFB
(254,250,251)
#FEFAFC
(254,250,252)
#FEFAFD
(254,250,253)
#FEFAFE
(254,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAF4; }

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

This text font color is #FEFAF4.

Background Color

.myBgColor { background-color: #FEFAF4; }

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

This div background color is #FEFAF4.

Border color

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

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

This div border color is #FEFAF4.

Opacity

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

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

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

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

This text has shadow with #FEFAF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFAF4.

Preview

Color preview on black background

This text has color #FEFAF4 on black background.


Color preview on white background

This text has color #FEFAF4 on white background.


Black color preview on #FEFAF4 background

This text has black color on #FEFAF4 background.


White color preview on #FEFAF4 background

This text has white color on #FEFAF4 background.


Related colors

Complementary color

Complementary color for #hex is #01050B.


I love getcolorcode.com

Triadic colors

1 #F4FEFA and #FAF4FE with #FEFAF4 are triadic colors.

2 #F4FAFE and #FAFEF4 with #FEFAF4 are triadic colors.