COLOR #FEF4E5

HEX: #FEF4E5
RGB: (254,244,229)

Color info

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

RGB color model

#FEF4E5 color RGB value is (254,244,229).

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

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 229 of 255 = 90%

254
244
229

R + G + B ~ 95%. #FEF4E5 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 244 + 229 = 727 (100%)
R 254 of 727 ~ 34.94%
G 244 of 727 ~ 33.56%
B 229 of 727 ~ 31.5%

%34.94
%33.56
%31.5

CMYK color model

#FEF4E5 color CMYK value is (0,4,10,0).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(0,4,10,0)
C0M4Y10K0 
(0%,4%,10%,0%)
(0.00/0.04/0.10/0.00)	

CMYK percentages

%0
%3.94
%9.84
%0.39

Codes

Color #FEF4E5 in popluar color models

FEF4E5
RGB254244229
HSL36°92.59%94.71%
HSB/HSV36°9.84%99.61%
CMYK0.00%3.94%9.84%
0.39%

Color #FEF4E5 in popluar number systems.

HEXFEF4E5
Decimal254244229
Binary111111101111010011100101
Octal376364345

Shades and tints

Shades of #FEF4E5

#FEF4E5
(254,244,229)
#E7DED1
(231,222,209)
#D0C8BD
(208,200,189)
#B9B2A9
(185,178,169)
#A29C95
(162,156,149)
#8B8681
(139,134,129)
#74706D
(116,112,109)
#5D5A59
(93,90,89)
#464445
(70,68,69)
#2F2E31
(47,46,49)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #FEF4E5

#FEF4E5
(254,244,229)
#FEF5E7
(254,245,231)
#FEF6E9
(254,246,233)
#FEF7EB
(254,247,235)
#FEF8ED
(254,248,237)
#FEF9EF
(254,249,239)
#FEFAF1
(254,250,241)
#FEFBF3
(254,251,243)
#FEFCF5
(254,252,245)
#FEFDF7
(254,253,247)
#FEFEF9
(254,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF4E5; }

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

This text font color is #FEF4E5.


Background Color

.myBgColor { background-color: #FEF4E5; }

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

This div background color is #FEF4E5.


Border color

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

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

This div border color is #FEF4E5.


Opacity

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

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

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

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

This text has shadow with #FEF4E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF4E5 on black background.


Color preview on white background

This text has color #FEF4E5 on white background.



Black color preview on #FEF4E5 background

This text has black color on #FEF4E5 background.


White color preview on #FEF4E5 background

This text has white color on #FEF4E5 background.