COLOR #FDE1D9

HEX: #FDE1D9
RGB: (253,225,217)

Color info

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

RGB color model

#FDE1D9 color RGB value is (253,225,217).

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

RGB channels and saturation

R 253 of 255 = 99%
G 225 of 255 = 88%
B 217 of 255 = 85%

253
225
217

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

Portions of RGB colors in percentages

R + G + B =
253 + 225 + 217 = 695 (100%)
R 253 of 695 ~ 36.4%
G 225 of 695 ~ 32.37%
B 217 of 695 ~ 31.22%

%36.4
%32.37
%31.22

CMYK color model

#FDE1D9 color CMYK value is (0,11,14,1).

  • cyan value is 0.00%
  • magenta value is 11.07%
  • yellow value is 14.23%
  • key color value is 0.78%
CMYK:
(0,11,14,1)
C0M11Y14K1 
(0%,11%,14%,1%)
(0.00/0.11/0.14/0.01)	

CMYK percentages

%0
%11.07
%14.23
%0.78

Codes

Color #FDE1D9 in popluar color models

FDE1D9
RGB253225217
HSL13°90.00%92.16%
HSB/HSV13°14.23%99.22%
CMYK0.00%11.07%14.23%
0.78%

Color #FDE1D9 in popluar number systems.

HEXFDE1D9
Decimal253225217
Binary111111011110000111011001
Octal375341331

Shades and tints

Shades of #FDE1D9

#FDE1D9
(253,225,217)
#E6CDC6
(230,205,198)
#CFB9B3
(207,185,179)
#B8A5A0
(184,165,160)
#A1918D
(161,145,141)
#8A7D7A
(138,125,122)
#736967
(115,105,103)
#5C5554
(92,85,84)
#454141
(69,65,65)
#2E2D2E
(46,45,46)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #FDE1D9

#FDE1D9
(253,225,217)
#FDE3DC
(253,227,220)
#FDE5DF
(253,229,223)
#FDE7E2
(253,231,226)
#FDE9E5
(253,233,229)
#FDEBE8
(253,235,232)
#FDEDEB
(253,237,235)
#FDEFEE
(253,239,238)
#FDF1F1
(253,241,241)
#FDF3F4
(253,243,244)
#FDF5F7
(253,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE1D9; }

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

This text font color is #FDE1D9.


Background Color

.myBgColor { background-color: #FDE1D9; }

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

This div background color is #FDE1D9.


Border color

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

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

This div border color is #FDE1D9.


Opacity

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

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

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

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

This text has shadow with #FDE1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE1D9 on black background.


Color preview on white background

This text has color #FDE1D9 on white background.



Black color preview on #FDE1D9 background

This text has black color on #FDE1D9 background.


White color preview on #FDE1D9 background

This text has white color on #FDE1D9 background.