COLOR #FDEFD0

HEX: #FDEFD0
RGB: (253,239,208)

Color info

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

RGB color model

#FDEFD0 color RGB value is (253,239,208).

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

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 208 of 255 = 82%

253
239
208

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

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 208 = 700 (100%)
R 253 of 700 ~ 36.14%
G 239 of 700 ~ 34.14%
B 208 of 700 ~ 29.71%

%36.14
%34.14
%29.71

CMYK color model

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

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

Codes

Color #FDEFD0 in popluar color models

FDEFD0
RGB253239208
HSL41°91.84%90.39%
HSB/HSV41°17.79%99.22%
CMYK0.00%5.53%17.79%
0.78%

Color #FDEFD0 in popluar number systems.

HEXFDEFD0
Decimal253239208
Binary111111011110111111010000
Octal375357320

Shades and tints

Shades of #FDEFD0

#FDEFD0
(253,239,208)
#E6DABE
(230,218,190)
#CFC5AC
(207,197,172)
#B8B09A
(184,176,154)
#A19B88
(161,155,136)
#8A8676
(138,134,118)
#737164
(115,113,100)
#5C5C52
(92,92,82)
#454740
(69,71,64)
#2E322E
(46,50,46)
#171D1C
(23,29,28)
#000000
(0,0,0)

Tints of #FDEFD0

#FDEFD0
(253,239,208)
#FDF0D4
(253,240,212)
#FDF1D8
(253,241,216)
#FDF2DC
(253,242,220)
#FDF3E0
(253,243,224)
#FDF4E4
(253,244,228)
#FDF5E8
(253,245,232)
#FDF6EC
(253,246,236)
#FDF7F0
(253,247,240)
#FDF8F4
(253,248,244)
#FDF9F8
(253,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFD0; }

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

This text font color is #FDEFD0.


Background Color

.myBgColor { background-color: #FDEFD0; }

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

This div background color is #FDEFD0.


Border color

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

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

This div border color is #FDEFD0.


Opacity

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

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

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

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

This text has shadow with #FDEFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEFD0 on black background.


Color preview on white background

This text has color #FDEFD0 on white background.



Black color preview on #FDEFD0 background

This text has black color on #FDEFD0 background.


White color preview on #FDEFD0 background

This text has white color on #FDEFD0 background.