COLOR #FDE0D5

HEX: #FDE0D5
RGB: (253,224,213)

Color info

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

RGB color model

#FDE0D5 color RGB value is (253,224,213).

  • red value is 253;
  • green value is 224;
  • blue value is 213.
RGB:
(253,224,213)
(99%,88%,84%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 213 of 255 = 84%

253
224
213

R + G + B ~ 90%. #FDE0D5 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 224 + 213 = 690 (100%)
R 253 of 690 ~ 36.67%
G 224 of 690 ~ 32.46%
B 213 of 690 ~ 30.87%

%36.67
%32.46
%30.87

CMYK color model

#FDE0D5 color CMYK value is (0,11,16,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 15.81%
  • key color value is 0.78%
CMYK:
(0,11,16,1)
C0M11Y16K1 
(0%,11%,16%,1%)
(0.00/0.11/0.16/0.01)	

CMYK percentages

%0
%11.46
%15.81
%0.78

Codes

Color #FDE0D5 in popluar color models

FDE0D5
RGB253224213
HSL17°90.91%91.37%
HSB/HSV17°15.81%99.22%
CMYK0.00%11.46%15.81%
0.78%

Color #FDE0D5 in popluar number systems.

HEXFDE0D5
Decimal253224213
Binary111111011110000011010101
Octal375340325

Shades and tints

Shades of #FDE0D5

#FDE0D5
(253,224,213)
#E6CCC2
(230,204,194)
#CFB8AF
(207,184,175)
#B8A49C
(184,164,156)
#A19089
(161,144,137)
#8A7C76
(138,124,118)
#736863
(115,104,99)
#5C5450
(92,84,80)
#45403D
(69,64,61)
#2E2C2A
(46,44,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDE0D5

#FDE0D5
(253,224,213)
#FDE2D8
(253,226,216)
#FDE4DB
(253,228,219)
#FDE6DE
(253,230,222)
#FDE8E1
(253,232,225)
#FDEAE4
(253,234,228)
#FDECE7
(253,236,231)
#FDEEEA
(253,238,234)
#FDF0ED
(253,240,237)
#FDF2F0
(253,242,240)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0D5 color. Also use rgb(253,224,213) instead hex code.

Text Font Color

.myTextColor { color: #FDE0D5; }

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

This text font color is #FDE0D5.


Background Color

.myBgColor { background-color: #FDE0D5; }

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

This div background color is #FDE0D5.


Border color

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

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

This div border color is #FDE0D5.


Opacity

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

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

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

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

This text has shadow with #FDE0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE0D5 on black background.


Color preview on white background

This text has color #FDE0D5 on white background.



Black color preview on #FDE0D5 background

This text has black color on #FDE0D5 background.


White color preview on #FDE0D5 background

This text has white color on #FDE0D5 background.