COLOR #FEF9ED

HEX: #FEF9ED RGB: (254,249,237)

Color info

#FEF9ED contains red, green and blue colors in about the same proportion. Web safe color of #FEF9ED is #FFFFFF (or #FFF).

RGB color model

#FEF9ED color RGB value is (254,249,237).

RGB: (254,249,237) (100%, 98%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 249 of 255 = 98%
B 237 of 255 = 93%

254
249
237

R + G + B ~ 97%. #FEF9ED is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 249 + 237 = 740 (100%)
R 254 of 740 ~ 34.32%
G 249 of 740 ~ 33.65%
B 237 of 740 ~ 32.03'%

%34.32
%33.65
%32.03

CMYK color model

#FEF9ED color CMYK value is (0,2,7,0).

  • cyan value is 0.00%
  • magenta value is 1.97%
  • yellow value is 6.69%
  • key color value is 0.39%
CMYK: (0,2,7,0) C0M2Y7K0 (0%,2%,7%,0%) (0.00/0.02/0.07/0.00) 

CMYK percentages

%0
%1.97
%6.69
%0.39

Codes

Color #FEF9ED in popluar color models

FE F9 ED
RGB 254 249 237
HSL 42° 89.47% 96.27%
HSB/HSV 42° 6.69% 99.61%
CMYK 0.00% 1.97% 6.69%
0.39%

Color #FEF9ED in popluar number systems.

HEX FE F9 ED
Decimal 254 249 237
Binary 11111110 11111001 11101101
Octal 376 371 355

Shades and tints

Shades of #FEF9ED

#FEF9ED
(254,249,237)
#E7E3D8
(231,227,216)
#D0CDC3
(208,205,195)
#B9B7AE
(185,183,174)
#A2A199
(162,161,153)
#8B8B84
(139,139,132)
#74756F
(116,117,111)
#5D5F5A
(93,95,90)
#464945
(70,73,69)
#2F3330
(47,51,48)
#181D1B
(24,29,27)
#000000
(0,0,0)

Tints of #FEF9ED

#FEF9ED
(254,249,237)
#FEF9EE
(254,249,238)
#FEF9EF
(254,249,239)
#FEF9F0
(254,249,240)
#FEF9F1
(254,249,241)
#FEF9F2
(254,249,242)
#FEF9F3
(254,249,243)
#FEF9F4
(254,249,244)
#FEF9F5
(254,249,245)
#FEF9F6
(254,249,246)
#FEF9F7
(254,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9ED; }

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

This text font color is #FEF9ED.

Background Color

.myBgColor { background-color: #FEF9ED; }

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

This div background color is #FEF9ED.

Border color

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

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

This div border color is #FEF9ED.

Opacity

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

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

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

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

This text has shadow with #FEF9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF9ED.

Preview

Color preview on black background

This text has color #FEF9ED on black background.


Color preview on white background

This text has color #FEF9ED on white background.


Black color preview on #FEF9ED background

This text has black color on #FEF9ED background.


White color preview on #FEF9ED background

This text has white color on #FEF9ED background.


Related colors

Complementary color

Complementary color for #hex is #010612.


I love getcolorcode.com

Triadic colors

1 #EDFEF9 and #F9EDFE with #FEF9ED are triadic colors.

2 #EDF9FE and #F9FEED with #FEF9ED are triadic colors.