COLOR #FEF0DE

HEX: #FEF0DE RGB: (254,240,222)

Color info

#FEF0DE contains red, green and blue colors in about the same proportion. Web safe color of #FEF0DE is #FFFFCC (or #FFC).

RGB color model

#FEF0DE color RGB value is (254,240,222).

RGB: (254,240,222) (100%, 94%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 240 of 255 = 94%
B 222 of 255 = 87%

254
240
222

R + G + B ~ 94%. #FEF0DE is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 240 + 222 = 716 (100%)
R 254 of 716 ~ 35.47%
G 240 of 716 ~ 33.52%
B 222 of 716 ~ 31.01'%

%35.47
%33.52
%31.01

CMYK color model

#FEF0DE color CMYK value is (0,6,13,0).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 12.60%
  • key color value is 0.39%
CMYK: (0,6,13,0) C0M6Y13K0 (0%,6%,13%,0%) (0.00/0.06/0.13/0.00) 

CMYK percentages

%0
%5.51
%12.6
%0.39

Codes

Color #FEF0DE in popluar color models

FE F0 DE
RGB 254 240 222
HSL 34° 94.12% 93.33%
HSB/HSV 34° 12.60% 99.61%
CMYK 0.00% 5.51% 12.60%
0.39%

Color #FEF0DE in popluar number systems.

HEX FE F0 DE
Decimal 254 240 222
Binary 11111110 11110000 11011110
Octal 376 360 336

Shades and tints

Shades of #FEF0DE

#FEF0DE
(254,240,222)
#E7DBCA
(231,219,202)
#D0C6B6
(208,198,182)
#B9B1A2
(185,177,162)
#A29C8E
(162,156,142)
#8B877A
(139,135,122)
#747266
(116,114,102)
#5D5D52
(93,93,82)
#46483E
(70,72,62)
#2F332A
(47,51,42)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #FEF0DE

#FEF0DE
(254,240,222)
#FEF1E1
(254,241,225)
#FEF2E4
(254,242,228)
#FEF3E7
(254,243,231)
#FEF4EA
(254,244,234)
#FEF5ED
(254,245,237)
#FEF6F0
(254,246,240)
#FEF7F3
(254,247,243)
#FEF8F6
(254,248,246)
#FEF9F9
(254,249,249)
#FEFAFC
(254,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF0DE; }

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

This text font color is #FEF0DE.

Background Color

.myBgColor { background-color: #FEF0DE; }

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

This div background color is #FEF0DE.

Border color

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

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

This div border color is #FEF0DE.

Opacity

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

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

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

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

This text has shadow with #FEF0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF0DE.

Preview

Color preview on black background

This text has color #FEF0DE on black background.


Color preview on white background

This text has color #FEF0DE on white background.


Black color preview on #FEF0DE background

This text has black color on #FEF0DE background.


White color preview on #FEF0DE background

This text has white color on #FEF0DE background.


Related colors

Complementary color

Complementary color for #hex is #010F21.


I love getcolorcode.com

Triadic colors

1 #DEFEF0 and #F0DEFE with #FEF0DE are triadic colors.

2 #DEF0FE and #F0FEDE with #FEF0DE are triadic colors.