COLOR #FDEBDD

HEX: #FDEBDD RGB: (253,235,221)

Color info

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

RGB color model

#FDEBDD color RGB value is (253,235,221).

RGB: (253,235,221) (99%, 92%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 221 of 255 = 87%

253
235
221

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

Portions of RGB colors in percentages

R + G + B = 253 + 235 + 221 = 709 (100%)
R 253 of 709 ~ 35.68%
G 235 of 709 ~ 33.15%
B 221 of 709 ~ 31.17'%

%35.68
%33.15
%31.17

CMYK color model

#FDEBDD color CMYK value is (0,7,13,1).

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

CMYK: (0,7,13,1)
C0M7Y13K1 (0%, 7%, 13%, 1%)
(0.00 / 0.07 / 0.13 / 0.01)

CMYK percentages

%0
%7.11
%12.65
%0.78

Codes

Color #FDEBDD in popluar color models

FD EB DD
RGB 253 235 221
HSL 26° 88.89% 92.94%
HSB/HSV 26° 12.65% 99.22%
CMYK 0.00% 7.11% 12.65%
0.78%

Color #FDEBDD in popluar number systems.

HEX FD EB DD
Decimal 253 235 221
Binary 11111101 11101011 11011101
Octal 375 353 335

Shades and tints

Shades of #FDEBDD

#FDEBDD
(253,235,221)
#E6D6C9
(230,214,201)
#CFC1B5
(207,193,181)
#B8ACA1
(184,172,161)
#A1978D
(161,151,141)
#8A8279
(138,130,121)
#736D65
(115,109,101)
#5C5851
(92,88,81)
#45433D
(69,67,61)
#2E2E29
(46,46,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #FDEBDD

#FDEBDD
(253,235,221)
#FDECE0
(253,236,224)
#FDEDE3
(253,237,227)
#FDEEE6
(253,238,230)
#FDEFE9
(253,239,233)
#FDF0EC
(253,240,236)
#FDF1EF
(253,241,239)
#FDF2F2
(253,242,242)
#FDF3F5
(253,243,245)
#FDF4F8
(253,244,248)
#FDF5FB
(253,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEBDD; }

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

This text font color is #FDEBDD.

Background Color

.myBgColor { background-color: #FDEBDD; }

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

This div background color is #FDEBDD.

Border color

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

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

This div border color is #FDEBDD.

Opacity

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

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

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

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

This text has shadow with #FDEBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEBDD.

Preview

Color preview on black background

This text has color #FDEBDD on black background.


Color preview on white background

This text has color #FDEBDD on white background.


Black color preview on #FDEBDD background

This text has black color on #FDEBDD background.


White color preview on #FDEBDD background

This text has white color on #FDEBDD background.


Related colors

Complementary color

Complementary color for #hex is #021422.


I love getcolorcode.com

Triadic colors

1 #DDFDEB and #EBDDFD with #FDEBDD are triadic colors.

2 #DDEBFD and #EBFDDD with #FDEBDD are triadic colors.