COLOR #FDE7C8

HEX: #FDE7C8
RGB: (253,231,200)

Color info

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

RGB color model

#FDE7C8 color RGB value is (253,231,200).

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

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 200 of 255 = 78%

253
231
200

R + G + B ~ 89%. #FDE7C8 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 231 + 200 = 684 (100%)
R 253 of 684 ~ 36.99%
G 231 of 684 ~ 33.77%
B 200 of 684 ~ 29.24%

%36.99
%33.77
%29.24

CMYK color model

#FDE7C8 color CMYK value is (0,9,21,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(0,9,21,1)
C0M9Y21K1 
(0%,9%,21%,1%)
(0.00/0.09/0.21/0.01)	

CMYK percentages

%0
%8.7
%20.95
%0.78

Codes

Color #FDE7C8 in popluar color models

FDE7C8
RGB253231200
HSL35°92.98%88.82%
HSB/HSV35°20.95%99.22%
CMYK0.00%8.70%20.95%
0.78%

Color #FDE7C8 in popluar number systems.

HEXFDE7C8
Decimal253231200
Binary111111011110011111001000
Octal375347310

Shades and tints

Shades of #FDE7C8

#FDE7C8
(253,231,200)
#E6D2B6
(230,210,182)
#CFBDA4
(207,189,164)
#B8A892
(184,168,146)
#A19380
(161,147,128)
#8A7E6E
(138,126,110)
#73695C
(115,105,92)
#5C544A
(92,84,74)
#453F38
(69,63,56)
#2E2A26
(46,42,38)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #FDE7C8

#FDE7C8
(253,231,200)
#FDE9CD
(253,233,205)
#FDEBD2
(253,235,210)
#FDEDD7
(253,237,215)
#FDEFDC
(253,239,220)
#FDF1E1
(253,241,225)
#FDF3E6
(253,243,230)
#FDF5EB
(253,245,235)
#FDF7F0
(253,247,240)
#FDF9F5
(253,249,245)
#FDFBFA
(253,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7C8; }

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

This text font color is #FDE7C8.


Background Color

.myBgColor { background-color: #FDE7C8; }

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

This div background color is #FDE7C8.


Border color

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

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

This div border color is #FDE7C8.


Opacity

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

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

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

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

This text has shadow with #FDE7C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE7C8 on black background.


Color preview on white background

This text has color #FDE7C8 on white background.



Black color preview on #FDE7C8 background

This text has black color on #FDE7C8 background.


White color preview on #FDE7C8 background

This text has white color on #FDE7C8 background.