COLOR #FDEDD6

HEX: #FDEDD6
RGB: (253,237,214)

Color info

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

RGB color model

#FDEDD6 color RGB value is (253,237,214).

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

RGB channels and saturation

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

253
237
214

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

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 214 = 704 (100%)
R 253 of 704 ~ 35.94%
G 237 of 704 ~ 33.66%
B 214 of 704 ~ 30.4%

%35.94
%33.66
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 15.42%
  • 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.42
%0.78

Codes

Color #FDEDD6 in popluar color models

FDEDD6
RGB253237214
HSL35°90.70%91.57%
HSB/HSV35°15.42%99.22%
CMYK0.00%6.32%15.42%
0.78%

Color #FDEDD6 in popluar number systems.

HEXFDEDD6
Decimal253237214
Binary111111011110110111010110
Octal375355326

Shades and tints

Shades of #FDEDD6

#FDEDD6
(253,237,214)
#E6D8C3
(230,216,195)
#CFC3B0
(207,195,176)
#B8AE9D
(184,174,157)
#A1998A
(161,153,138)
#8A8477
(138,132,119)
#736F64
(115,111,100)
#5C5A51
(92,90,81)
#45453E
(69,69,62)
#2E302B
(46,48,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDEDD6

#FDEDD6
(253,237,214)
#FDEED9
(253,238,217)
#FDEFDC
(253,239,220)
#FDF0DF
(253,240,223)
#FDF1E2
(253,241,226)
#FDF2E5
(253,242,229)
#FDF3E8
(253,243,232)
#FDF4EB
(253,244,235)
#FDF5EE
(253,245,238)
#FDF6F1
(253,246,241)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEDD6; }

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

This text font color is #FDEDD6.


Background Color

.myBgColor { background-color: #FDEDD6; }

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

This div background color is #FDEDD6.


Border color

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

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

This div border color is #FDEDD6.


Opacity

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

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

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

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

This text has shadow with #FDEDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEDD6 on black background.


Color preview on white background

This text has color #FDEDD6 on white background.



Black color preview on #FDEDD6 background

This text has black color on #FDEDD6 background.


White color preview on #FDEDD6 background

This text has white color on #FDEDD6 background.