COLOR #FDEDDD

HEX: #FDEDDD
RGB: (253,237,221)

Color info

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

RGB color model

#FDEDDD color RGB value is (253,237,221).

  • red value is 253;
  • green value is 237;
  • blue value is 221.
RGB:
(253,237,221)
(99%,93%,87%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 221 of 255 = 87%

253
237
221

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 221 = 711 (100%)
R 253 of 711 ~ 35.58%
G 237 of 711 ~ 33.33%
B 221 of 711 ~ 31.08%

%35.58
%33.33
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.32%
  • 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
%6.32
%12.65
%0.78

Codes

Color #FDEDDD in popluar color models

FDEDDD
RGB253237221
HSL30°88.89%92.94%
HSB/HSV30°12.65%99.22%
CMYK0.00%6.32%12.65%
0.78%

Color #FDEDDD in popluar number systems.

HEXFDEDDD
Decimal253237221
Binary111111011110110111011101
Octal375355335

Shades and tints

Shades of #FDEDDD

#FDEDDD
(253,237,221)
#E6D8C9
(230,216,201)
#CFC3B5
(207,195,181)
#B8AEA1
(184,174,161)
#A1998D
(161,153,141)
#8A8479
(138,132,121)
#736F65
(115,111,101)
#5C5A51
(92,90,81)
#45453D
(69,69,61)
#2E3029
(46,48,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #FDEDDD

#FDEDDD
(253,237,221)
#FDEEE0
(253,238,224)
#FDEFE3
(253,239,227)
#FDF0E6
(253,240,230)
#FDF1E9
(253,241,233)
#FDF2EC
(253,242,236)
#FDF3EF
(253,243,239)
#FDF4F2
(253,244,242)
#FDF5F5
(253,245,245)
#FDF6F8
(253,246,248)
#FDF7FB
(253,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDDD; }

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

This text font color is #FDEDDD.


Background Color

.myBgColor { background-color: #FDEDDD; }

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

This div background color is #FDEDDD.


Border color

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

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

This div border color is #FDEDDD.


Opacity

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

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

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

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

This text has shadow with #FDEDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDDD on black background.


Color preview on white background

This text has color #FDEDDD on white background.



Black color preview on #FDEDDD background

This text has black color on #FDEDDD background.


White color preview on #FDEDDD background

This text has white color on #FDEDDD background.