COLOR #FDE8D2

HEX: #FDE8D2
RGB: (253,232,210)

Color info

#FDE8D2 contains red, green and blue colors in about the same proportion. Web safe color of #FDE8D2 is #FFFFCC (or #FFC).

RGB color model

#FDE8D2 color RGB value is (253,232,210).

  • red value is 253;
  • green value is 232;
  • blue value is 210.
RGB:
(253,232,210)
(99%,91%,82%)

RGB channels and saturation

R 253 of 255 = 99%
G 232 of 255 = 91%
B 210 of 255 = 82%

253
232
210

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

Portions of RGB colors in percentages

R + G + B =
253 + 232 + 210 = 695 (100%)
R 253 of 695 ~ 36.4%
G 232 of 695 ~ 33.38%
B 210 of 695 ~ 30.22%

%36.4
%33.38
%30.22

CMYK color model

#FDE8D2 color CMYK value is (0,8,17,1).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK:
(0,8,17,1)
C0M8Y17K1 
(0%,8%,17%,1%)
(0.00/0.08/0.17/0.01)	

CMYK percentages

%0
%8.3
%17
%0.78

Codes

Color #FDE8D2 in popluar color models

FDE8D2
RGB253232210
HSL31°91.49%90.78%
HSB/HSV31°17.00%99.22%
CMYK0.00%8.30%17.00%
0.78%

Color #FDE8D2 in popluar number systems.

HEXFDE8D2
Decimal253232210
Binary111111011110100011010010
Octal375350322

Shades and tints

Shades of #FDE8D2

#FDE8D2
(253,232,210)
#E6D3BF
(230,211,191)
#CFBEAC
(207,190,172)
#B8A999
(184,169,153)
#A19486
(161,148,134)
#8A7F73
(138,127,115)
#736A60
(115,106,96)
#5C554D
(92,85,77)
#45403A
(69,64,58)
#2E2B27
(46,43,39)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #FDE8D2

#FDE8D2
(253,232,210)
#FDEAD6
(253,234,214)
#FDECDA
(253,236,218)
#FDEEDE
(253,238,222)
#FDF0E2
(253,240,226)
#FDF2E6
(253,242,230)
#FDF4EA
(253,244,234)
#FDF6EE
(253,246,238)
#FDF8F2
(253,248,242)
#FDFAF6
(253,250,246)
#FDFCFA
(253,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE8D2 color. Also use rgb(253,232,210) instead hex code.

Text Font Color

.myTextColor { color: #FDE8D2; }

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

This text font color is #FDE8D2.


Background Color

.myBgColor { background-color: #FDE8D2; }

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

This div background color is #FDE8D2.


Border color

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

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

This div border color is #FDE8D2.


Opacity

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

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

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

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

This text has shadow with #FDE8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE8D2 on black background.


Color preview on white background

This text has color #FDE8D2 on white background.



Black color preview on #FDE8D2 background

This text has black color on #FDE8D2 background.


White color preview on #FDE8D2 background

This text has white color on #FDE8D2 background.