COLOR #FDE6D8

HEX: #FDE6D8
RGB: (253,230,216)

Color info

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

RGB color model

#FDE6D8 color RGB value is (253,230,216).

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

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 216 of 255 = 85%

253
230
216

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

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 216 = 699 (100%)
R 253 of 699 ~ 36.19%
G 230 of 699 ~ 32.9%
B 216 of 699 ~ 30.9%

%36.19
%32.9
%30.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.09%
  • 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
%9.09
%14.62
%0.78

Codes

Color #FDE6D8 in popluar color models

FDE6D8
RGB253230216
HSL23°90.24%91.96%
HSB/HSV23°14.62%99.22%
CMYK0.00%9.09%14.62%
0.78%

Color #FDE6D8 in popluar number systems.

HEXFDE6D8
Decimal253230216
Binary111111011110011011011000
Octal375346330

Shades and tints

Shades of #FDE6D8

#FDE6D8
(253,230,216)
#E6D2C5
(230,210,197)
#CFBEB2
(207,190,178)
#B8AA9F
(184,170,159)
#A1968C
(161,150,140)
#8A8279
(138,130,121)
#736E66
(115,110,102)
#5C5A53
(92,90,83)
#454640
(69,70,64)
#2E322D
(46,50,45)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #FDE6D8

#FDE6D8
(253,230,216)
#FDE8DB
(253,232,219)
#FDEADE
(253,234,222)
#FDECE1
(253,236,225)
#FDEEE4
(253,238,228)
#FDF0E7
(253,240,231)
#FDF2EA
(253,242,234)
#FDF4ED
(253,244,237)
#FDF6F0
(253,246,240)
#FDF8F3
(253,248,243)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6D8; }

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

This text font color is #FDE6D8.


Background Color

.myBgColor { background-color: #FDE6D8; }

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

This div background color is #FDE6D8.


Border color

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

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

This div border color is #FDE6D8.


Opacity

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

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

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

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

This text has shadow with #FDE6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE6D8 on black background.


Color preview on white background

This text has color #FDE6D8 on white background.



Black color preview on #FDE6D8 background

This text has black color on #FDE6D8 background.


White color preview on #FDE6D8 background

This text has white color on #FDE6D8 background.