COLOR #FDE5CF

HEX: #FDE5CF
RGB: (253,229,207)

Color info

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

RGB color model

#FDE5CF color RGB value is (253,229,207).

  • red value is 253;
  • green value is 229;
  • blue value is 207.
RGB:
(253,229,207)
(99%,90%,81%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 207 of 255 = 81%

253
229
207

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

Portions of RGB colors in percentages

R + G + B =
253 + 229 + 207 = 689 (100%)
R 253 of 689 ~ 36.72%
G 229 of 689 ~ 33.24%
B 207 of 689 ~ 30.04%

%36.72
%33.24
%30.04

CMYK color model

#FDE5CF color CMYK value is (0,9,18,1).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 18.18%
  • key color value is 0.78%
CMYK:
(0,9,18,1)
C0M9Y18K1 
(0%,9%,18%,1%)
(0.00/0.09/0.18/0.01)	

CMYK percentages

%0
%9.49
%18.18
%0.78

Codes

Color #FDE5CF in popluar color models

FDE5CF
RGB253229207
HSL29°92.00%90.20%
HSB/HSV29°18.18%99.22%
CMYK0.00%9.49%18.18%
0.78%

Color #FDE5CF in popluar number systems.

HEXFDE5CF
Decimal253229207
Binary111111011110010111001111
Octal375345317

Shades and tints

Shades of #FDE5CF

#FDE5CF
(253,229,207)
#E6D1BD
(230,209,189)
#CFBDAB
(207,189,171)
#B8A999
(184,169,153)
#A19587
(161,149,135)
#8A8175
(138,129,117)
#736D63
(115,109,99)
#5C5951
(92,89,81)
#45453F
(69,69,63)
#2E312D
(46,49,45)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #FDE5CF

#FDE5CF
(253,229,207)
#FDE7D3
(253,231,211)
#FDE9D7
(253,233,215)
#FDEBDB
(253,235,219)
#FDEDDF
(253,237,223)
#FDEFE3
(253,239,227)
#FDF1E7
(253,241,231)
#FDF3EB
(253,243,235)
#FDF5EF
(253,245,239)
#FDF7F3
(253,247,243)
#FDF9F7
(253,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE5CF color. Also use rgb(253,229,207) instead hex code.

Text Font Color

.myTextColor { color: #FDE5CF; }

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

This text font color is #FDE5CF.


Background Color

.myBgColor { background-color: #FDE5CF; }

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

This div background color is #FDE5CF.


Border color

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

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

This div border color is #FDE5CF.


Opacity

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

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

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

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

This text has shadow with #FDE5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE5CF on black background.


Color preview on white background

This text has color #FDE5CF on white background.



Black color preview on #FDE5CF background

This text has black color on #FDE5CF background.


White color preview on #FDE5CF background

This text has white color on #FDE5CF background.