COLOR #FDE5D0

HEX: #FDE5D0
RGB: (253,229,208)

Color info

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

RGB color model

#FDE5D0 color RGB value is (253,229,208).

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

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 208 of 255 = 82%

253
229
208

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

Portions of RGB colors in percentages

R + G + B =
253 + 229 + 208 = 690 (100%)
R 253 of 690 ~ 36.67%
G 229 of 690 ~ 33.19%
B 208 of 690 ~ 30.14%

%36.67
%33.19
%30.14

CMYK color model

#FDE5D0 color CMYK value is (0,9,18,1).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(0,9,18,1)
C0M9Y18K1 
(0%,9%,18%,1%)
(0.00/0.09/0.18/0.01)	

CMYK percentages

%0
%9.49
%17.79
%0.78

Codes

Color #FDE5D0 in popluar color models

FDE5D0
RGB253229208
HSL28°91.84%90.39%
HSB/HSV28°17.79%99.22%
CMYK0.00%9.49%17.79%
0.78%

Color #FDE5D0 in popluar number systems.

HEXFDE5D0
Decimal253229208
Binary111111011110010111010000
Octal375345320

Shades and tints

Shades of #FDE5D0

#FDE5D0
(253,229,208)
#E6D1BE
(230,209,190)
#CFBDAC
(207,189,172)
#B8A99A
(184,169,154)
#A19588
(161,149,136)
#8A8176
(138,129,118)
#736D64
(115,109,100)
#5C5952
(92,89,82)
#454540
(69,69,64)
#2E312E
(46,49,46)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #FDE5D0

#FDE5D0
(253,229,208)
#FDE7D4
(253,231,212)
#FDE9D8
(253,233,216)
#FDEBDC
(253,235,220)
#FDEDE0
(253,237,224)
#FDEFE4
(253,239,228)
#FDF1E8
(253,241,232)
#FDF3EC
(253,243,236)
#FDF5F0
(253,245,240)
#FDF7F4
(253,247,244)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE5D0; }

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

This text font color is #FDE5D0.


Background Color

.myBgColor { background-color: #FDE5D0; }

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

This div background color is #FDE5D0.


Border color

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

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

This div border color is #FDE5D0.


Opacity

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

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

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

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

This text has shadow with #FDE5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE5D0 on black background.


Color preview on white background

This text has color #FDE5D0 on white background.



Black color preview on #FDE5D0 background

This text has black color on #FDE5D0 background.


White color preview on #FDE5D0 background

This text has white color on #FDE5D0 background.