COLOR #FDE9DE

HEX: #FDE9DE RGB: (253,233,222)

Color info

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

RGB color model

#FDE9DE color RGB value is (253,233,222).

RGB: (253,233,222) (99%, 91%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 233 of 255 = 91%
B 222 of 255 = 87%

253
233
222

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

Portions of RGB colors in percentages

R + G + B = 253 + 233 + 222 = 708 (100%)
R 253 of 708 ~ 35.73%
G 233 of 708 ~ 32.91%
B 222 of 708 ~ 31.36'%

%35.73
%32.91
%31.36

CMYK color model

#FDE9DE color CMYK value is (0,8,12,1).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 12.25%
  • key color value is 0.78%
CMYK: (0,8,12,1) C0M8Y12K1 (0%,8%,12%,1%) (0.00/0.08/0.12/0.01) 

CMYK percentages

%0
%7.91
%12.25
%0.78

Codes

Color #FDE9DE in popluar color models

FD E9 DE
RGB 253 233 222
HSL 21° 88.57% 93.14%
HSB/HSV 21° 12.25% 99.22%
CMYK 0.00% 7.91% 12.25%
0.78%

Color #FDE9DE in popluar number systems.

HEX FD E9 DE
Decimal 253 233 222
Binary 11111101 11101001 11011110
Octal 375 351 336

Shades and tints

Shades of #FDE9DE

#FDE9DE
(253,233,222)
#E6D4CA
(230,212,202)
#CFBFB6
(207,191,182)
#B8AAA2
(184,170,162)
#A1958E
(161,149,142)
#8A807A
(138,128,122)
#736B66
(115,107,102)
#5C5652
(92,86,82)
#45413E
(69,65,62)
#2E2C2A
(46,44,42)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #FDE9DE

#FDE9DE
(253,233,222)
#FDEBE1
(253,235,225)
#FDEDE4
(253,237,228)
#FDEFE7
(253,239,231)
#FDF1EA
(253,241,234)
#FDF3ED
(253,243,237)
#FDF5F0
(253,245,240)
#FDF7F3
(253,247,243)
#FDF9F6
(253,249,246)
#FDFBF9
(253,251,249)
#FDFDFC
(253,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE9DE; }

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

This text font color is #FDE9DE.

Background Color

.myBgColor { background-color: #FDE9DE; }

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

This div background color is #FDE9DE.

Border color

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

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

This div border color is #FDE9DE.

Opacity

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

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

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

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

This text has shadow with #FDE9DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE9DE.

Preview

Color preview on black background

This text has color #FDE9DE on black background.


Color preview on white background

This text has color #FDE9DE on white background.


Black color preview on #FDE9DE background

This text has black color on #FDE9DE background.


White color preview on #FDE9DE background

This text has white color on #FDE9DE background.


Related colors

Complementary color

Complementary color for #hex is #021621.


I love getcolorcode.com

Triadic colors

1 #DEFDE9 and #E9DEFD with #FDE9DE are triadic colors.

2 #DEE9FD and #E9FDDE with #FDE9DE are triadic colors.