COLOR #FEFAEE

HEX: #FEFAEE RGB: (254,250,238)

Color info

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

RGB color model

#FEFAEE color RGB value is (254,250,238).

RGB: (254,250,238) (100%, 98%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 250 of 255 = 98%
B 238 of 255 = 93%

254
250
238

R + G + B ~ 97%. #FEFAEE is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 250 + 238 = 742 (100%)
R 254 of 742 ~ 34.23%
G 250 of 742 ~ 33.69%
B 238 of 742 ~ 32.08'%

%34.23
%33.69
%32.08

CMYK color model

#FEFAEE color CMYK value is (0,2,6,0).

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

CMYK: (0,2,6,0)
C0M2Y6K0 (0%, 2%, 6%, 0%)
(0.00 / 0.02 / 0.06 / 0.00)

CMYK percentages

%0
%1.57
%6.3
%0.39

Codes

Color #FEFAEE in popluar color models

FE FA EE
RGB 254 250 238
HSL 45° 88.89% 96.47%
HSB/HSV 45° 6.30% 99.61%
CMYK 0.00% 1.57% 6.30%
0.39%

Color #FEFAEE in popluar number systems.

HEX FE FA EE
Decimal 254 250 238
Binary 11111110 11111010 11101110
Octal 376 372 356

Shades and tints

Shades of #FEFAEE

#FEFAEE
(254,250,238)
#E7E4D9
(231,228,217)
#D0CEC4
(208,206,196)
#B9B8AF
(185,184,175)
#A2A29A
(162,162,154)
#8B8C85
(139,140,133)
#747670
(116,118,112)
#5D605B
(93,96,91)
#464A46
(70,74,70)
#2F3431
(47,52,49)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #FEFAEE

#FEFAEE
(254,250,238)
#FEFAEF
(254,250,239)
#FEFAF0
(254,250,240)
#FEFAF1
(254,250,241)
#FEFAF2
(254,250,242)
#FEFAF3
(254,250,243)
#FEFAF4
(254,250,244)
#FEFAF5
(254,250,245)
#FEFAF6
(254,250,246)
#FEFAF7
(254,250,247)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAEE; }

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

This text font color is #FEFAEE.

Background Color

.myBgColor { background-color: #FEFAEE; }

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

This div background color is #FEFAEE.

Border color

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

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

This div border color is #FEFAEE.

Opacity

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

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

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

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

This text has shadow with #FEFAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFAEE.

Preview

Color preview on black background

This text has color #FEFAEE on black background.


Color preview on white background

This text has color #FEFAEE on white background.


Black color preview on #FEFAEE background

This text has black color on #FEFAEE background.


White color preview on #FEFAEE background

This text has white color on #FEFAEE background.


Related colors

Complementary color

Complementary color for #hex is #010511.


I love getcolorcode.com

Triadic colors

1 #EEFEFA and #FAEEFE with #FEFAEE are triadic colors.

2 #EEFAFE and #FAFEEE with #FEFAEE are triadic colors.