COLOR #FDEDD0

HEX: #FDEDD0
RGB: (253,237,208)

Color info

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

RGB color model

#FDEDD0 color RGB value is (253,237,208).

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

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 208 of 255 = 82%

253
237
208

R + G + B ~ 91%. #FDEDD0 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 208 = 698 (100%)
R 253 of 698 ~ 36.25%
G 237 of 698 ~ 33.95%
B 208 of 698 ~ 29.8%

%36.25
%33.95
%29.8

CMYK color model

#FDEDD0 color CMYK value is (0,6,18,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(0,6,18,1)
C0M6Y18K1 
(0%,6%,18%,1%)
(0.00/0.06/0.18/0.01)	

CMYK percentages

%0
%6.32
%17.79
%0.78

Codes

Color #FDEDD0 in popluar color models

FDEDD0
RGB253237208
HSL39°91.84%90.39%
HSB/HSV39°17.79%99.22%
CMYK0.00%6.32%17.79%
0.78%

Color #FDEDD0 in popluar number systems.

HEXFDEDD0
Decimal253237208
Binary111111011110110111010000
Octal375355320

Shades and tints

Shades of #FDEDD0

#FDEDD0
(253,237,208)
#E6D8BE
(230,216,190)
#CFC3AC
(207,195,172)
#B8AE9A
(184,174,154)
#A19988
(161,153,136)
#8A8476
(138,132,118)
#736F64
(115,111,100)
#5C5A52
(92,90,82)
#454540
(69,69,64)
#2E302E
(46,48,46)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #FDEDD0

#FDEDD0
(253,237,208)
#FDEED4
(253,238,212)
#FDEFD8
(253,239,216)
#FDF0DC
(253,240,220)
#FDF1E0
(253,241,224)
#FDF2E4
(253,242,228)
#FDF3E8
(253,243,232)
#FDF4EC
(253,244,236)
#FDF5F0
(253,245,240)
#FDF6F4
(253,246,244)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDD0; }

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

This text font color is #FDEDD0.


Background Color

.myBgColor { background-color: #FDEDD0; }

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

This div background color is #FDEDD0.


Border color

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

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

This div border color is #FDEDD0.


Opacity

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

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

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

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

This text has shadow with #FDEDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDD0 on black background.


Color preview on white background

This text has color #FDEDD0 on white background.



Black color preview on #FDEDD0 background

This text has black color on #FDEDD0 background.


White color preview on #FDEDD0 background

This text has white color on #FDEDD0 background.