COLOR #FDE9E7

HEX: #FDE9E7
RGB: (253,233,231)

Color info

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

RGB color model

#FDE9E7 color RGB value is (253,233,231).

  • red value is 253;
  • green value is 233;
  • blue value is 231.
RGB:
(253,233,231)
(99%,91%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 231 of 255 = 91%

253
233
231

R + G + B ~ 94%. #FDE9E7 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 233 + 231 = 717 (100%)
R 253 of 717 ~ 35.29%
G 233 of 717 ~ 32.5%
B 231 of 717 ~ 32.22%

%35.29
%32.5
%32.22

CMYK color model

#FDE9E7 color CMYK value is (0,8,9,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 8.70%
  • key color value is 0.78%
CMYK:
(0,8,9,1)
C0M8Y9K1 
(0%,8%,9%,1%)
(0.00/0.08/0.09/0.01)	

CMYK percentages

%0
%7.91
%8.7
%0.78

Codes

Color #FDE9E7 in popluar color models

FDE9E7
RGB253233231
HSL84.62%94.90%
HSB/HSV8.70%99.22%
CMYK0.00%7.91%8.70%
0.78%

Color #FDE9E7 in popluar number systems.

HEXFDE9E7
Decimal253233231
Binary111111011110100111100111
Octal375351347

Shades and tints

Shades of #FDE9E7

#FDE9E7
(253,233,231)
#E6D4D2
(230,212,210)
#CFBFBD
(207,191,189)
#B8AAA8
(184,170,168)
#A19593
(161,149,147)
#8A807E
(138,128,126)
#736B69
(115,107,105)
#5C5654
(92,86,84)
#45413F
(69,65,63)
#2E2C2A
(46,44,42)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #FDE9E7

#FDE9E7
(253,233,231)
#FDEBE9
(253,235,233)
#FDEDEB
(253,237,235)
#FDEFED
(253,239,237)
#FDF1EF
(253,241,239)
#FDF3F1
(253,243,241)
#FDF5F3
(253,245,243)
#FDF7F5
(253,247,245)
#FDF9F7
(253,249,247)
#FDFBF9
(253,251,249)
#FDFDFB
(253,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE9E7 color. Also use rgb(253,233,231) instead hex code.

Text Font Color

.myTextColor { color: #FDE9E7; }

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

This text font color is #FDE9E7.


Background Color

.myBgColor { background-color: #FDE9E7; }

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

This div background color is #FDE9E7.


Border color

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

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

This div border color is #FDE9E7.


Opacity

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

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

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

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

This text has shadow with #FDE9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE9E7 on black background.


Color preview on white background

This text has color #FDE9E7 on white background.



Black color preview on #FDE9E7 background

This text has black color on #FDE9E7 background.


White color preview on #FDE9E7 background

This text has white color on #FDE9E7 background.