COLOR #FDE7DD

HEX: #FDE7DD RGB: (253,231,221)

Color info

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

RGB color model

#FDE7DD color RGB value is (253,231,221).

RGB: (253,231,221) (99%, 91%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 231 of 255 = 91%
B 221 of 255 = 87%

253
231
221

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

Portions of RGB colors in percentages

R + G + B = 253 + 231 + 221 = 705 (100%)
R 253 of 705 ~ 35.89%
G 231 of 705 ~ 32.77%
B 221 of 705 ~ 31.35'%

%35.89
%32.77
%31.35

CMYK color model

#FDE7DD color CMYK value is (0,9,13,1).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 12.65%
  • key color value is 0.78%

CMYK: (0,9,13,1)
C0M9Y13K1 (0%, 9%, 13%, 1%)
(0.00 / 0.09 / 0.13 / 0.01)

CMYK percentages

%0
%8.7
%12.65
%0.78

Codes

Color #FDE7DD in popluar color models

FD E7 DD
RGB 253 231 221
HSL 19° 88.89% 92.94%
HSB/HSV 19° 12.65% 99.22%
CMYK 0.00% 8.70% 12.65%
0.78%

Color #FDE7DD in popluar number systems.

HEX FD E7 DD
Decimal 253 231 221
Binary 11111101 11100111 11011101
Octal 375 347 335

Shades and tints

Shades of #FDE7DD

#FDE7DD
(253,231,221)
#E6D2C9
(230,210,201)
#CFBDB5
(207,189,181)
#B8A8A1
(184,168,161)
#A1938D
(161,147,141)
#8A7E79
(138,126,121)
#736965
(115,105,101)
#5C5451
(92,84,81)
#453F3D
(69,63,61)
#2E2A29
(46,42,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #FDE7DD

#FDE7DD
(253,231,221)
#FDE9E0
(253,233,224)
#FDEBE3
(253,235,227)
#FDEDE6
(253,237,230)
#FDEFE9
(253,239,233)
#FDF1EC
(253,241,236)
#FDF3EF
(253,243,239)
#FDF5F2
(253,245,242)
#FDF7F5
(253,247,245)
#FDF9F8
(253,249,248)
#FDFBFB
(253,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE7DD; }

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

This text font color is #FDE7DD.

Background Color

.myBgColor { background-color: #FDE7DD; }

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

This div background color is #FDE7DD.

Border color

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

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

This div border color is #FDE7DD.

Opacity

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

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

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

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

This text has shadow with #FDE7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE7DD.

Preview

Color preview on black background

This text has color #FDE7DD on black background.


Color preview on white background

This text has color #FDE7DD on white background.


Black color preview on #FDE7DD background

This text has black color on #FDE7DD background.


White color preview on #FDE7DD background

This text has white color on #FDE7DD background.


Related colors

Complementary color

Complementary color for #hex is #021822.


I love getcolorcode.com

Triadic colors

1 #DDFDE7 and #E7DDFD with #FDE7DD are triadic colors.

2 #DDE7FD and #E7FDDD with #FDE7DD are triadic colors.