COLOR #FEF0E5

HEX: #FEF0E5
RGB: (254,240,229)

Color info

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

RGB color model

#FEF0E5 color RGB value is (254,240,229).

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

RGB channels and saturation

R 254 of 255 = 100%
G 240 of 255 = 94%
B 229 of 255 = 90%

254
240
229

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

Portions of RGB colors in percentages

R + G + B =
254 + 240 + 229 = 723 (100%)
R 254 of 723 ~ 35.13%
G 240 of 723 ~ 33.2%
B 229 of 723 ~ 31.67%

%35.13
%33.2
%31.67

CMYK color model

#FEF0E5 color CMYK value is (0,6,10,0).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(0,6,10,0)
C0M6Y10K0 
(0%,6%,10%,0%)
(0.00/0.06/0.10/0.00)	

CMYK percentages

%0
%5.51
%9.84
%0.39

Codes

Color #FEF0E5 in popluar color models

FEF0E5
RGB254240229
HSL26°92.59%94.71%
HSB/HSV26°9.84%99.61%
CMYK0.00%5.51%9.84%
0.39%

Color #FEF0E5 in popluar number systems.

HEXFEF0E5
Decimal254240229
Binary111111101111000011100101
Octal376360345

Shades and tints

Shades of #FEF0E5

#FEF0E5
(254,240,229)
#E7DBD1
(231,219,209)
#D0C6BD
(208,198,189)
#B9B1A9
(185,177,169)
#A29C95
(162,156,149)
#8B8781
(139,135,129)
#74726D
(116,114,109)
#5D5D59
(93,93,89)
#464845
(70,72,69)
#2F3331
(47,51,49)
#181E1D
(24,30,29)
#000000
(0,0,0)

Tints of #FEF0E5

#FEF0E5
(254,240,229)
#FEF1E7
(254,241,231)
#FEF2E9
(254,242,233)
#FEF3EB
(254,243,235)
#FEF4ED
(254,244,237)
#FEF5EF
(254,245,239)
#FEF6F1
(254,246,241)
#FEF7F3
(254,247,243)
#FEF8F5
(254,248,245)
#FEF9F7
(254,249,247)
#FEFAF9
(254,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF0E5; }

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

This text font color is #FEF0E5.


Background Color

.myBgColor { background-color: #FEF0E5; }

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

This div background color is #FEF0E5.


Border color

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

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

This div border color is #FEF0E5.


Opacity

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

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

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

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

This text has shadow with #FEF0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF0E5 on black background.


Color preview on white background

This text has color #FEF0E5 on white background.



Black color preview on #FEF0E5 background

This text has black color on #FEF0E5 background.


White color preview on #FEF0E5 background

This text has white color on #FEF0E5 background.