COLOR #FDEED0

HEX: #FDEED0
RGB: (253,238,208)

Color info

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

RGB color model

#FDEED0 color RGB value is (253,238,208).

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

RGB channels and saturation

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

253
238
208

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

Portions of RGB colors in percentages

R + G + B =
253 + 238 + 208 = 699 (100%)
R 253 of 699 ~ 36.19%
G 238 of 699 ~ 34.05%
B 208 of 699 ~ 29.76%

%36.19
%34.05
%29.76

CMYK color model

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

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

Codes

Color #FDEED0 in popluar color models

FDEED0
RGB253238208
HSL40°91.84%90.39%
HSB/HSV40°17.79%99.22%
CMYK0.00%5.93%17.79%
0.78%

Color #FDEED0 in popluar number systems.

HEXFDEED0
Decimal253238208
Binary111111011110111011010000
Octal375356320

Shades and tints

Shades of #FDEED0

#FDEED0
(253,238,208)
#E6D9BE
(230,217,190)
#CFC4AC
(207,196,172)
#B8AF9A
(184,175,154)
#A19A88
(161,154,136)
#8A8576
(138,133,118)
#737064
(115,112,100)
#5C5B52
(92,91,82)
#454640
(69,70,64)
#2E312E
(46,49,46)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #FDEED0

#FDEED0
(253,238,208)
#FDEFD4
(253,239,212)
#FDF0D8
(253,240,216)
#FDF1DC
(253,241,220)
#FDF2E0
(253,242,224)
#FDF3E4
(253,243,228)
#FDF4E8
(253,244,232)
#FDF5EC
(253,245,236)
#FDF6F0
(253,246,240)
#FDF7F4
(253,247,244)
#FDF8F8
(253,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEED0; }

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

This text font color is #FDEED0.


Background Color

.myBgColor { background-color: #FDEED0; }

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

This div background color is #FDEED0.


Border color

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

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

This div border color is #FDEED0.


Opacity

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

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

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

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

This text has shadow with #FDEED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEED0 on black background.


Color preview on white background

This text has color #FDEED0 on white background.



Black color preview on #FDEED0 background

This text has black color on #FDEED0 background.


White color preview on #FDEED0 background

This text has white color on #FDEED0 background.