COLOR #FDEFDD

HEX: #FDEFDD RGB: (253,239,221)

Color info

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

RGB color model

#FDEFDD color RGB value is (253,239,221).

RGB: (253,239,221) (99%, 94%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 221 of 255 = 87%

253
239
221

R + G + B ~ 93%. #FDEFDD is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 221 = 713 (100%)
R 253 of 713 ~ 35.48%
G 239 of 713 ~ 33.52%
B 221 of 713 ~ 31'%

%35.48
%33.52
%31

CMYK color model

#FDEFDD color CMYK value is (0,6,13,1).

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

CMYK: (0,6,13,1)
C0M6Y13K1 (0%, 6%, 13%, 1%)
(0.00 / 0.06 / 0.13 / 0.01)

CMYK percentages

%0
%5.53
%12.65
%0.78

Codes

Color #FDEFDD in popluar color models

FD EF DD
RGB 253 239 221
HSL 34° 88.89% 92.94%
HSB/HSV 34° 12.65% 99.22%
CMYK 0.00% 5.53% 12.65%
0.78%

Color #FDEFDD in popluar number systems.

HEX FD EF DD
Decimal 253 239 221
Binary 11111101 11101111 11011101
Octal 375 357 335

Shades and tints

Shades of #FDEFDD

#FDEFDD
(253,239,221)
#E6DAC9
(230,218,201)
#CFC5B5
(207,197,181)
#B8B0A1
(184,176,161)
#A19B8D
(161,155,141)
#8A8679
(138,134,121)
#737165
(115,113,101)
#5C5C51
(92,92,81)
#45473D
(69,71,61)
#2E3229
(46,50,41)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #FDEFDD

#FDEFDD
(253,239,221)
#FDF0E0
(253,240,224)
#FDF1E3
(253,241,227)
#FDF2E6
(253,242,230)
#FDF3E9
(253,243,233)
#FDF4EC
(253,244,236)
#FDF5EF
(253,245,239)
#FDF6F2
(253,246,242)
#FDF7F5
(253,247,245)
#FDF8F8
(253,248,248)
#FDF9FB
(253,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFDD; }

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

This text font color is #FDEFDD.

Background Color

.myBgColor { background-color: #FDEFDD; }

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

This div background color is #FDEFDD.

Border color

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

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

This div border color is #FDEFDD.

Opacity

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

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

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

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

This text has shadow with #FDEFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFDD.

Preview

Color preview on black background

This text has color #FDEFDD on black background.


Color preview on white background

This text has color #FDEFDD on white background.


Black color preview on #FDEFDD background

This text has black color on #FDEFDD background.


White color preview on #FDEFDD background

This text has white color on #FDEFDD background.


Related colors

Complementary color

Complementary color for #hex is #021022.


I love getcolorcode.com

Triadic colors

1 #DDFDEF and #EFDDFD with #FDEFDD are triadic colors.

2 #DDEFFD and #EFFDDD with #FDEFDD are triadic colors.