COLOR #FEF9E5

HEX: #FEF9E5
RGB: (254,249,229)

Color info

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

RGB color model

#FEF9E5 color RGB value is (254,249,229).

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

RGB channels and saturation

R 254 of 255 = 100%
G 249 of 255 = 98%
B 229 of 255 = 90%

254
249
229

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

Portions of RGB colors in percentages

R + G + B =
254 + 249 + 229 = 732 (100%)
R 254 of 732 ~ 34.7%
G 249 of 732 ~ 34.02%
B 229 of 732 ~ 31.28%

%34.7
%34.02
%31.28

CMYK color model

#FEF9E5 color CMYK value is (0,2,10,0).

  • cyan value is 0.00%
  • magenta value is 1.97%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(0,2,10,0)
C0M2Y10K0 
(0%,2%,10%,0%)
(0.00/0.02/0.10/0.00)	

CMYK percentages

%0
%1.97
%9.84
%0.39

Codes

Color #FEF9E5 in popluar color models

FEF9E5
RGB254249229
HSL48°92.59%94.71%
HSB/HSV48°9.84%99.61%
CMYK0.00%1.97%9.84%
0.39%

Color #FEF9E5 in popluar number systems.

HEXFEF9E5
Decimal254249229
Binary111111101111100111100101
Octal376371345

Shades and tints

Shades of #FEF9E5

#FEF9E5
(254,249,229)
#E7E3D1
(231,227,209)
#D0CDBD
(208,205,189)
#B9B7A9
(185,183,169)
#A2A195
(162,161,149)
#8B8B81
(139,139,129)
#74756D
(116,117,109)
#5D5F59
(93,95,89)
#464945
(70,73,69)
#2F3331
(47,51,49)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #FEF9E5

#FEF9E5
(254,249,229)
#FEF9E7
(254,249,231)
#FEF9E9
(254,249,233)
#FEF9EB
(254,249,235)
#FEF9ED
(254,249,237)
#FEF9EF
(254,249,239)
#FEF9F1
(254,249,241)
#FEF9F3
(254,249,243)
#FEF9F5
(254,249,245)
#FEF9F7
(254,249,247)
#FEF9F9
(254,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9E5; }

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

This text font color is #FEF9E5.


Background Color

.myBgColor { background-color: #FEF9E5; }

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

This div background color is #FEF9E5.


Border color

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

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

This div border color is #FEF9E5.


Opacity

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

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

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

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

This text has shadow with #FEF9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9E5 on black background.


Color preview on white background

This text has color #FEF9E5 on white background.



Black color preview on #FEF9E5 background

This text has black color on #FEF9E5 background.


White color preview on #FEF9E5 background

This text has white color on #FEF9E5 background.