COLOR #FDE9CF

HEX: #FDE9CF
RGB: (253,233,207)

Color info

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

RGB color model

#FDE9CF color RGB value is (253,233,207).

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

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 207 of 255 = 81%

253
233
207

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

Portions of RGB colors in percentages

R + G + B =
253 + 233 + 207 = 693 (100%)
R 253 of 693 ~ 36.51%
G 233 of 693 ~ 33.62%
B 207 of 693 ~ 29.87%

%36.51
%33.62
%29.87

CMYK color model

#FDE9CF color CMYK value is (0,8,18,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 18.18%
  • key color value is 0.78%
CMYK:
(0,8,18,1)
C0M8Y18K1 
(0%,8%,18%,1%)
(0.00/0.08/0.18/0.01)	

CMYK percentages

%0
%7.91
%18.18
%0.78

Codes

Color #FDE9CF in popluar color models

FDE9CF
RGB253233207
HSL34°92.00%90.20%
HSB/HSV34°18.18%99.22%
CMYK0.00%7.91%18.18%
0.78%

Color #FDE9CF in popluar number systems.

HEXFDE9CF
Decimal253233207
Binary111111011110100111001111
Octal375351317

Shades and tints

Shades of #FDE9CF

#FDE9CF
(253,233,207)
#E6D4BD
(230,212,189)
#CFBFAB
(207,191,171)
#B8AA99
(184,170,153)
#A19587
(161,149,135)
#8A8075
(138,128,117)
#736B63
(115,107,99)
#5C5651
(92,86,81)
#45413F
(69,65,63)
#2E2C2D
(46,44,45)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #FDE9CF

#FDE9CF
(253,233,207)
#FDEBD3
(253,235,211)
#FDEDD7
(253,237,215)
#FDEFDB
(253,239,219)
#FDF1DF
(253,241,223)
#FDF3E3
(253,243,227)
#FDF5E7
(253,245,231)
#FDF7EB
(253,247,235)
#FDF9EF
(253,249,239)
#FDFBF3
(253,251,243)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE9CF; }

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

This text font color is #FDE9CF.


Background Color

.myBgColor { background-color: #FDE9CF; }

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

This div background color is #FDE9CF.


Border color

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

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

This div border color is #FDE9CF.


Opacity

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

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

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

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

This text has shadow with #FDE9CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE9CF on black background.


Color preview on white background

This text has color #FDE9CF on white background.



Black color preview on #FDE9CF background

This text has black color on #FDE9CF background.


White color preview on #FDE9CF background

This text has white color on #FDE9CF background.