COLOR #FDE5D9

HEX: #FDE5D9
RGB: (253,229,217)

Color info

#FDE5D9 contains red, green and blue colors in about the same proportion. Web safe color of #FDE5D9 is #FFCCCC (or #FCC).

RGB color model

#FDE5D9 color RGB value is (253,229,217).

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

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 217 of 255 = 85%

253
229
217

R + G + B ~ 91%. #FDE5D9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 229 + 217 = 699 (100%)
R 253 of 699 ~ 36.19%
G 229 of 699 ~ 32.76%
B 217 of 699 ~ 31.04%

%36.19
%32.76
%31.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.49%
  • 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
%9.49
%14.23
%0.78

Codes

Color #FDE5D9 in popluar color models

FDE5D9
RGB253229217
HSL20°90.00%92.16%
HSB/HSV20°14.23%99.22%
CMYK0.00%9.49%14.23%
0.78%

Color #FDE5D9 in popluar number systems.

HEXFDE5D9
Decimal253229217
Binary111111011110010111011001
Octal375345331

Shades and tints

Shades of #FDE5D9

#FDE5D9
(253,229,217)
#E6D1C6
(230,209,198)
#CFBDB3
(207,189,179)
#B8A9A0
(184,169,160)
#A1958D
(161,149,141)
#8A817A
(138,129,122)
#736D67
(115,109,103)
#5C5954
(92,89,84)
#454541
(69,69,65)
#2E312E
(46,49,46)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #FDE5D9

#FDE5D9
(253,229,217)
#FDE7DC
(253,231,220)
#FDE9DF
(253,233,223)
#FDEBE2
(253,235,226)
#FDEDE5
(253,237,229)
#FDEFE8
(253,239,232)
#FDF1EB
(253,241,235)
#FDF3EE
(253,243,238)
#FDF5F1
(253,245,241)
#FDF7F4
(253,247,244)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE5D9; }

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

This text font color is #FDE5D9.


Background Color

.myBgColor { background-color: #FDE5D9; }

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

This div background color is #FDE5D9.


Border color

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

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

This div border color is #FDE5D9.


Opacity

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

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

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

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

This text has shadow with #FDE5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE5D9 on black background.


Color preview on white background

This text has color #FDE5D9 on white background.



Black color preview on #FDE5D9 background

This text has black color on #FDE5D9 background.


White color preview on #FDE5D9 background

This text has white color on #FDE5D9 background.