COLOR #FEF4DE

HEX: #FEF4DE
RGB: (254,244,222)

Color info

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

RGB color model

#FEF4DE color RGB value is (254,244,222).

  • red value is 254;
  • green value is 244;
  • blue value is 222.
RGB:
(254,244,222)
(100%,96%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 222 of 255 = 87%

254
244
222

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

Portions of RGB colors in percentages

R + G + B =
254 + 244 + 222 = 720 (100%)
R 254 of 720 ~ 35.28%
G 244 of 720 ~ 33.89%
B 222 of 720 ~ 30.83%

%35.28
%33.89
%30.83

CMYK color model

#FEF4DE color CMYK value is (0,4,13,0).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 12.60%
  • key color value is 0.39%
CMYK:
(0,4,13,0)
C0M4Y13K0 
(0%,4%,13%,0%)
(0.00/0.04/0.13/0.00)	

CMYK percentages

%0
%3.94
%12.6
%0.39

Codes

Color #FEF4DE in popluar color models

FEF4DE
RGB254244222
HSL41°94.12%93.33%
HSB/HSV41°12.60%99.61%
CMYK0.00%3.94%12.60%
0.39%

Color #FEF4DE in popluar number systems.

HEXFEF4DE
Decimal254244222
Binary111111101111010011011110
Octal376364336

Shades and tints

Shades of #FEF4DE

#FEF4DE
(254,244,222)
#E7DECA
(231,222,202)
#D0C8B6
(208,200,182)
#B9B2A2
(185,178,162)
#A29C8E
(162,156,142)
#8B867A
(139,134,122)
#747066
(116,112,102)
#5D5A52
(93,90,82)
#46443E
(70,68,62)
#2F2E2A
(47,46,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #FEF4DE

#FEF4DE
(254,244,222)
#FEF5E1
(254,245,225)
#FEF6E4
(254,246,228)
#FEF7E7
(254,247,231)
#FEF8EA
(254,248,234)
#FEF9ED
(254,249,237)
#FEFAF0
(254,250,240)
#FEFBF3
(254,251,243)
#FEFCF6
(254,252,246)
#FEFDF9
(254,253,249)
#FEFEFC
(254,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF4DE; }

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

This text font color is #FEF4DE.


Background Color

.myBgColor { background-color: #FEF4DE; }

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

This div background color is #FEF4DE.


Border color

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

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

This div border color is #FEF4DE.


Opacity

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

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

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

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

This text has shadow with #FEF4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF4DE on black background.


Color preview on white background

This text has color #FEF4DE on white background.



Black color preview on #FEF4DE background

This text has black color on #FEF4DE background.


White color preview on #FEF4DE background

This text has white color on #FEF4DE background.