COLOR #FEF7DD

HEX: #FEF7DD
RGB: (254,247,221)

Color info

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

RGB color model

#FEF7DD color RGB value is (254,247,221).

  • red value is 254;
  • green value is 247;
  • blue value is 221.
RGB:
(254,247,221)
(100%,97%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 221 of 255 = 87%

254
247
221

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

Portions of RGB colors in percentages

R + G + B =
254 + 247 + 221 = 722 (100%)
R 254 of 722 ~ 35.18%
G 247 of 722 ~ 34.21%
B 221 of 722 ~ 30.61%

%35.18
%34.21
%30.61

CMYK color model

#FEF7DD color CMYK value is (0,3,13,0).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(0,3,13,0)
C0M3Y13K0 
(0%,3%,13%,0%)
(0.00/0.03/0.13/0.00)	

CMYK percentages

%0
%2.76
%12.99
%0.39

Codes

Color #FEF7DD in popluar color models

FEF7DD
RGB254247221
HSL47°94.29%93.14%
HSB/HSV47°12.99%99.61%
CMYK0.00%2.76%12.99%
0.39%

Color #FEF7DD in popluar number systems.

HEXFEF7DD
Decimal254247221
Binary111111101111011111011101
Octal376367335

Shades and tints

Shades of #FEF7DD

#FEF7DD
(254,247,221)
#E7E1C9
(231,225,201)
#D0CBB5
(208,203,181)
#B9B5A1
(185,181,161)
#A29F8D
(162,159,141)
#8B8979
(139,137,121)
#747365
(116,115,101)
#5D5D51
(93,93,81)
#46473D
(70,71,61)
#2F3129
(47,49,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #FEF7DD

#FEF7DD
(254,247,221)
#FEF7E0
(254,247,224)
#FEF7E3
(254,247,227)
#FEF7E6
(254,247,230)
#FEF7E9
(254,247,233)
#FEF7EC
(254,247,236)
#FEF7EF
(254,247,239)
#FEF7F2
(254,247,242)
#FEF7F5
(254,247,245)
#FEF7F8
(254,247,248)
#FEF7FB
(254,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF7DD color. Also use rgb(254,247,221) instead hex code.

Text Font Color

.myTextColor { color: #FEF7DD; }

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

This text font color is #FEF7DD.


Background Color

.myBgColor { background-color: #FEF7DD; }

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

This div background color is #FEF7DD.


Border color

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

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

This div border color is #FEF7DD.


Opacity

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

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

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

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

This text has shadow with #FEF7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF7DD on black background.


Color preview on white background

This text has color #FEF7DD on white background.



Black color preview on #FEF7DD background

This text has black color on #FEF7DD background.


White color preview on #FEF7DD background

This text has white color on #FEF7DD background.