COLOR #FDEDD7

HEX: #FDEDD7
RGB: (253,237,215)

Color info

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

RGB color model

#FDEDD7 color RGB value is (253,237,215).

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

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 215 of 255 = 84%

253
237
215

R + G + B ~ 92%. #FDEDD7 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 215 = 705 (100%)
R 253 of 705 ~ 35.89%
G 237 of 705 ~ 33.62%
B 215 of 705 ~ 30.5%

%35.89
%33.62
%30.5

CMYK color model

#FDEDD7 color CMYK value is (0,6,15,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 15.02%
  • key color value is 0.78%
CMYK:
(0,6,15,1)
C0M6Y15K1 
(0%,6%,15%,1%)
(0.00/0.06/0.15/0.01)	

CMYK percentages

%0
%6.32
%15.02
%0.78

Codes

Color #FDEDD7 in popluar color models

FDEDD7
RGB253237215
HSL35°90.48%91.76%
HSB/HSV35°15.02%99.22%
CMYK0.00%6.32%15.02%
0.78%

Color #FDEDD7 in popluar number systems.

HEXFDEDD7
Decimal253237215
Binary111111011110110111010111
Octal375355327

Shades and tints

Shades of #FDEDD7

#FDEDD7
(253,237,215)
#E6D8C4
(230,216,196)
#CFC3B1
(207,195,177)
#B8AE9E
(184,174,158)
#A1998B
(161,153,139)
#8A8478
(138,132,120)
#736F65
(115,111,101)
#5C5A52
(92,90,82)
#45453F
(69,69,63)
#2E302C
(46,48,44)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #FDEDD7

#FDEDD7
(253,237,215)
#FDEEDA
(253,238,218)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDD7; }

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

This text font color is #FDEDD7.


Background Color

.myBgColor { background-color: #FDEDD7; }

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

This div background color is #FDEDD7.


Border color

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

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

This div border color is #FDEDD7.


Opacity

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

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

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

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

This text has shadow with #FDEDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDD7 on black background.


Color preview on white background

This text has color #FDEDD7 on white background.



Black color preview on #FDEDD7 background

This text has black color on #FDEDD7 background.


White color preview on #FDEDD7 background

This text has white color on #FDEDD7 background.