COLOR #FDE6D1

HEX: #FDE6D1
RGB: (253,230,209)

Color info

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

RGB color model

#FDE6D1 color RGB value is (253,230,209).

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

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 209 of 255 = 82%

253
230
209

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

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 209 = 692 (100%)
R 253 of 692 ~ 36.56%
G 230 of 692 ~ 33.24%
B 209 of 692 ~ 30.2%

%36.56
%33.24
%30.2

CMYK color model

#FDE6D1 color CMYK value is (0,9,17,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 17.39%
  • key color value is 0.78%
CMYK:
(0,9,17,1)
C0M9Y17K1 
(0%,9%,17%,1%)
(0.00/0.09/0.17/0.01)	

CMYK percentages

%0
%9.09
%17.39
%0.78

Codes

Color #FDE6D1 in popluar color models

FDE6D1
RGB253230209
HSL29°91.67%90.59%
HSB/HSV29°17.39%99.22%
CMYK0.00%9.09%17.39%
0.78%

Color #FDE6D1 in popluar number systems.

HEXFDE6D1
Decimal253230209
Binary111111011110011011010001
Octal375346321

Shades and tints

Shades of #FDE6D1

#FDE6D1
(253,230,209)
#E6D2BE
(230,210,190)
#CFBEAB
(207,190,171)
#B8AA98
(184,170,152)
#A19685
(161,150,133)
#8A8272
(138,130,114)
#736E5F
(115,110,95)
#5C5A4C
(92,90,76)
#454639
(69,70,57)
#2E3226
(46,50,38)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #FDE6D1

#FDE6D1
(253,230,209)
#FDE8D5
(253,232,213)
#FDEAD9
(253,234,217)
#FDECDD
(253,236,221)
#FDEEE1
(253,238,225)
#FDF0E5
(253,240,229)
#FDF2E9
(253,242,233)
#FDF4ED
(253,244,237)
#FDF6F1
(253,246,241)
#FDF8F5
(253,248,245)
#FDFAF9
(253,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE6D1 color. Also use rgb(253,230,209) instead hex code.

Text Font Color

.myTextColor { color: #FDE6D1; }

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

This text font color is #FDE6D1.


Background Color

.myBgColor { background-color: #FDE6D1; }

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

This div background color is #FDE6D1.


Border color

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

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

This div border color is #FDE6D1.


Opacity

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

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

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

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

This text has shadow with #FDE6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE6D1 on black background.


Color preview on white background

This text has color #FDE6D1 on white background.



Black color preview on #FDE6D1 background

This text has black color on #FDE6D1 background.


White color preview on #FDE6D1 background

This text has white color on #FDE6D1 background.