COLOR #FDE7D8

HEX: #FDE7D8
RGB: (253,231,216)

Color info

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

RGB color model

#FDE7D8 color RGB value is (253,231,216).

  • red value is 253;
  • green value is 231;
  • blue value is 216.
RGB:
(253,231,216)
(99%,91%,85%)

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 216 of 255 = 85%

253
231
216

R + G + B ~ 92%. #FDE7D8 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 216 = 700 (100%)
R 253 of 700 ~ 36.14%
G 231 of 700 ~ 33%
B 216 of 700 ~ 30.86%

%36.14
%33
%30.86

CMYK color model

#FDE7D8 color CMYK value is (0,9,15,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 14.62%
  • key color value is 0.78%
CMYK:
(0,9,15,1)
C0M9Y15K1 
(0%,9%,15%,1%)
(0.00/0.09/0.15/0.01)	

CMYK percentages

%0
%8.7
%14.62
%0.78

Codes

Color #FDE7D8 in popluar color models

FDE7D8
RGB253231216
HSL24°90.24%91.96%
HSB/HSV24°14.62%99.22%
CMYK0.00%8.70%14.62%
0.78%

Color #FDE7D8 in popluar number systems.

HEXFDE7D8
Decimal253231216
Binary111111011110011111011000
Octal375347330

Shades and tints

Shades of #FDE7D8

#FDE7D8
(253,231,216)
#E6D2C5
(230,210,197)
#CFBDB2
(207,189,178)
#B8A89F
(184,168,159)
#A1938C
(161,147,140)
#8A7E79
(138,126,121)
#736966
(115,105,102)
#5C5453
(92,84,83)
#453F40
(69,63,64)
#2E2A2D
(46,42,45)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #FDE7D8

#FDE7D8
(253,231,216)
#FDE9DB
(253,233,219)
#FDEBDE
(253,235,222)
#FDEDE1
(253,237,225)
#FDEFE4
(253,239,228)
#FDF1E7
(253,241,231)
#FDF3EA
(253,243,234)
#FDF5ED
(253,245,237)
#FDF7F0
(253,247,240)
#FDF9F3
(253,249,243)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE7D8 color. Also use rgb(253,231,216) instead hex code.

Text Font Color

.myTextColor { color: #FDE7D8; }

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

This text font color is #FDE7D8.


Background Color

.myBgColor { background-color: #FDE7D8; }

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

This div background color is #FDE7D8.


Border color

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

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

This div border color is #FDE7D8.


Opacity

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

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

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

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

This text has shadow with #FDE7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7D8 on black background.


Color preview on white background

This text has color #FDE7D8 on white background.



Black color preview on #FDE7D8 background

This text has black color on #FDE7D8 background.


White color preview on #FDE7D8 background

This text has white color on #FDE7D8 background.