COLOR #FDE7D9

HEX: #FDE7D9
RGB: (253,231,217)

Color info

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

RGB color model

#FDE7D9 color RGB value is (253,231,217).

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

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 217 of 255 = 85%

253
231
217

R + G + B ~ 92%. #FDE7D9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 217 = 701 (100%)
R 253 of 701 ~ 36.09%
G 231 of 701 ~ 32.95%
B 217 of 701 ~ 30.96%

%36.09
%32.95
%30.96

CMYK color model

#FDE7D9 color CMYK value is (0,9,14,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(0,9,14,1)
C0M9Y14K1 
(0%,9%,14%,1%)
(0.00/0.09/0.14/0.01)	

CMYK percentages

%0
%8.7
%14.23
%0.78

Codes

Color #FDE7D9 in popluar color models

FDE7D9
RGB253231217
HSL23°90.00%92.16%
HSB/HSV23°14.23%99.22%
CMYK0.00%8.70%14.23%
0.78%

Color #FDE7D9 in popluar number systems.

HEXFDE7D9
Decimal253231217
Binary111111011110011111011001
Octal375347331

Shades and tints

Shades of #FDE7D9

#FDE7D9
(253,231,217)
#E6D2C6
(230,210,198)
#CFBDB3
(207,189,179)
#B8A8A0
(184,168,160)
#A1938D
(161,147,141)
#8A7E7A
(138,126,122)
#736967
(115,105,103)
#5C5454
(92,84,84)
#453F41
(69,63,65)
#2E2A2E
(46,42,46)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #FDE7D9

#FDE7D9
(253,231,217)
#FDE9DC
(253,233,220)
#FDEBDF
(253,235,223)
#FDEDE2
(253,237,226)
#FDEFE5
(253,239,229)
#FDF1E8
(253,241,232)
#FDF3EB
(253,243,235)
#FDF5EE
(253,245,238)
#FDF7F1
(253,247,241)
#FDF9F4
(253,249,244)
#FDFBF7
(253,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7D9; }

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

This text font color is #FDE7D9.


Background Color

.myBgColor { background-color: #FDE7D9; }

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

This div background color is #FDE7D9.


Border color

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

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

This div border color is #FDE7D9.


Opacity

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

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

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

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

This text has shadow with #FDE7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7D9 on black background.


Color preview on white background

This text has color #FDE7D9 on white background.



Black color preview on #FDE7D9 background

This text has black color on #FDE7D9 background.


White color preview on #FDE7D9 background

This text has white color on #FDE7D9 background.