COLOR #FEF4EE

HEX: #FEF4EE RGB: (254,244,238)

Color info

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

RGB color model

#FEF4EE color RGB value is (254,244,238).

RGB: (254,244,238) (100%, 96%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 238 of 255 = 93%

254
244
238

R + G + B ~ 96%. #FEF4EE is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 244 + 238 = 736 (100%)
R 254 of 736 ~ 34.51%
G 244 of 736 ~ 33.15%
B 238 of 736 ~ 32.34'%

%34.51
%33.15
%32.34

CMYK color model

#FEF4EE color CMYK value is (0,4,6,0).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 6.30%
  • key color value is 0.39%
CMYK: (0,4,6,0) C0M4Y6K0 (0%,4%,6%,0%) (0.00/0.04/0.06/0.00) 

CMYK percentages

%0
%3.94
%6.3
%0.39

Codes

Color #FEF4EE in popluar color models

FE F4 EE
RGB 254 244 238
HSL 23° 88.89% 96.47%
HSB/HSV 23° 6.30% 99.61%
CMYK 0.00% 3.94% 6.30%
0.39%

Color #FEF4EE in popluar number systems.

HEX FE F4 EE
Decimal 254 244 238
Binary 11111110 11110100 11101110
Octal 376 364 356

Shades and tints

Shades of #FEF4EE

#FEF4EE
(254,244,238)
#E7DED9
(231,222,217)
#D0C8C4
(208,200,196)
#B9B2AF
(185,178,175)
#A29C9A
(162,156,154)
#8B8685
(139,134,133)
#747070
(116,112,112)
#5D5A5B
(93,90,91)
#464446
(70,68,70)
#2F2E31
(47,46,49)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #FEF4EE

#FEF4EE
(254,244,238)
#FEF5EF
(254,245,239)
#FEF6F0
(254,246,240)
#FEF7F1
(254,247,241)
#FEF8F2
(254,248,242)
#FEF9F3
(254,249,243)
#FEFAF4
(254,250,244)
#FEFBF5
(254,251,245)
#FEFCF6
(254,252,246)
#FEFDF7
(254,253,247)
#FEFEF8
(254,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF4EE; }

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

This text font color is #FEF4EE.

Background Color

.myBgColor { background-color: #FEF4EE; }

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

This div background color is #FEF4EE.

Border color

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

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

This div border color is #FEF4EE.

Opacity

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

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

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

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

This text has shadow with #FEF4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF4EE.

Preview

Color preview on black background

This text has color #FEF4EE on black background.


Color preview on white background

This text has color #FEF4EE on white background.


Black color preview on #FEF4EE background

This text has black color on #FEF4EE background.


White color preview on #FEF4EE background

This text has white color on #FEF4EE background.


Related colors

Complementary color

Complementary color for #hex is #010B11.


I love getcolorcode.com

Triadic colors

1 #EEFEF4 and #F4EEFE with #FEF4EE are triadic colors.

2 #EEF4FE and #F4FEEE with #FEF4EE are triadic colors.