COLOR #FEF0EE

HEX: #FEF0EE RGB: (254,240,238)

Color info

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

RGB color model

#FEF0EE color RGB value is (254,240,238).

RGB: (254,240,238) (100%, 94%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 240 of 255 = 94%
B 238 of 255 = 93%

254
240
238

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

Portions of RGB colors in percentages

R + G + B = 254 + 240 + 238 = 732 (100%)
R 254 of 732 ~ 34.7%
G 240 of 732 ~ 32.79%
B 238 of 732 ~ 32.51'%

%34.7
%32.79
%32.51

CMYK color model

#FEF0EE color CMYK value is (0,6,6,0).

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

CMYK: (0,6,6,0)
C0M6Y6K0 (0%, 6%, 6%, 0%)
(0.00 / 0.06 / 0.06 / 0.00)

CMYK percentages

%0
%5.51
%6.3
%0.39

Codes

Color #FEF0EE in popluar color models

FE F0 EE
RGB 254 240 238
HSL 88.89% 96.47%
HSB/HSV 6.30% 99.61%
CMYK 0.00% 5.51% 6.30%
0.39%

Color #FEF0EE in popluar number systems.

HEX FE F0 EE
Decimal 254 240 238
Binary 11111110 11110000 11101110
Octal 376 360 356

Shades and tints

Shades of #FEF0EE

#FEF0EE
(254,240,238)
#E7DBD9
(231,219,217)
#D0C6C4
(208,198,196)
#B9B1AF
(185,177,175)
#A29C9A
(162,156,154)
#8B8785
(139,135,133)
#747270
(116,114,112)
#5D5D5B
(93,93,91)
#464846
(70,72,70)
#2F3331
(47,51,49)
#181E1C
(24,30,28)
#000000
(0,0,0)

Tints of #FEF0EE

#FEF0EE
(254,240,238)
#FEF1EF
(254,241,239)
#FEF2F0
(254,242,240)
#FEF3F1
(254,243,241)
#FEF4F2
(254,244,242)
#FEF5F3
(254,245,243)
#FEF6F4
(254,246,244)
#FEF7F5
(254,247,245)
#FEF8F6
(254,248,246)
#FEF9F7
(254,249,247)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF0EE; }

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

This text font color is #FEF0EE.

Background Color

.myBgColor { background-color: #FEF0EE; }

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

This div background color is #FEF0EE.

Border color

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

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

This div border color is #FEF0EE.

Opacity

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

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

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

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

This text has shadow with #FEF0EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF0EE.

Preview

Color preview on black background

This text has color #FEF0EE on black background.


Color preview on white background

This text has color #FEF0EE on white background.


Black color preview on #FEF0EE background

This text has black color on #FEF0EE background.


White color preview on #FEF0EE background

This text has white color on #FEF0EE background.


Related colors

Complementary color

Complementary color for #hex is #010F11.


I love getcolorcode.com

Triadic colors

1 #EEFEF0 and #F0EEFE with #FEF0EE are triadic colors.

2 #EEF0FE and #F0FEEE with #FEF0EE are triadic colors.