COLOR #FDEDCD

HEX: #FDEDCD
RGB: (253,237,205)

Color info

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

RGB color model

#FDEDCD color RGB value is (253,237,205).

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

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 205 of 255 = 80%

253
237
205

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 205 = 695 (100%)
R 253 of 695 ~ 36.4%
G 237 of 695 ~ 34.1%
B 205 of 695 ~ 29.5%

%36.4
%34.1
%29.5

CMYK color model

#FDEDCD color CMYK value is (0,6,19,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 18.97%
  • key color value is 0.78%
CMYK:
(0,6,19,1)
C0M6Y19K1 
(0%,6%,19%,1%)
(0.00/0.06/0.19/0.01)	

CMYK percentages

%0
%6.32
%18.97
%0.78

Codes

Color #FDEDCD in popluar color models

FDEDCD
RGB253237205
HSL40°92.31%89.80%
HSB/HSV40°18.97%99.22%
CMYK0.00%6.32%18.97%
0.78%

Color #FDEDCD in popluar number systems.

HEXFDEDCD
Decimal253237205
Binary111111011110110111001101
Octal375355315

Shades and tints

Shades of #FDEDCD

#FDEDCD
(253,237,205)
#E6D8BB
(230,216,187)
#CFC3A9
(207,195,169)
#B8AE97
(184,174,151)
#A19985
(161,153,133)
#8A8473
(138,132,115)
#736F61
(115,111,97)
#5C5A4F
(92,90,79)
#45453D
(69,69,61)
#2E302B
(46,48,43)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #FDEDCD

#FDEDCD
(253,237,205)
#FDEED1
(253,238,209)
#FDEFD5
(253,239,213)
#FDF0D9
(253,240,217)
#FDF1DD
(253,241,221)
#FDF2E1
(253,242,225)
#FDF3E5
(253,243,229)
#FDF4E9
(253,244,233)
#FDF5ED
(253,245,237)
#FDF6F1
(253,246,241)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDCD; }

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

This text font color is #FDEDCD.


Background Color

.myBgColor { background-color: #FDEDCD; }

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

This div background color is #FDEDCD.


Border color

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

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

This div border color is #FDEDCD.


Opacity

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

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

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

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

This text has shadow with #FDEDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDCD on black background.


Color preview on white background

This text has color #FDEDCD on white background.



Black color preview on #FDEDCD background

This text has black color on #FDEDCD background.


White color preview on #FDEDCD background

This text has white color on #FDEDCD background.