COLOR #FDEFCE

HEX: #FDEFCE
RGB: (253,239,206)

Color info

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

RGB color model

#FDEFCE color RGB value is (253,239,206).

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

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 206 of 255 = 81%

253
239
206

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

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 206 = 698 (100%)
R 253 of 698 ~ 36.25%
G 239 of 698 ~ 34.24%
B 206 of 698 ~ 29.51%

%36.25
%34.24
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 18.58%
  • 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
%5.53
%18.58
%0.78

Codes

Color #FDEFCE in popluar color models

FDEFCE
RGB253239206
HSL42°92.16%90.00%
HSB/HSV42°18.58%99.22%
CMYK0.00%5.53%18.58%
0.78%

Color #FDEFCE in popluar number systems.

HEXFDEFCE
Decimal253239206
Binary111111011110111111001110
Octal375357316

Shades and tints

Shades of #FDEFCE

#FDEFCE
(253,239,206)
#E6DABC
(230,218,188)
#CFC5AA
(207,197,170)
#B8B098
(184,176,152)
#A19B86
(161,155,134)
#8A8674
(138,134,116)
#737162
(115,113,98)
#5C5C50
(92,92,80)
#45473E
(69,71,62)
#2E322C
(46,50,44)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #FDEFCE

#FDEFCE
(253,239,206)
#FDF0D2
(253,240,210)
#FDF1D6
(253,241,214)
#FDF2DA
(253,242,218)
#FDF3DE
(253,243,222)
#FDF4E2
(253,244,226)
#FDF5E6
(253,245,230)
#FDF6EA
(253,246,234)
#FDF7EE
(253,247,238)
#FDF8F2
(253,248,242)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFCE; }

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

This text font color is #FDEFCE.


Background Color

.myBgColor { background-color: #FDEFCE; }

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

This div background color is #FDEFCE.


Border color

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

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

This div border color is #FDEFCE.


Opacity

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

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

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

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

This text has shadow with #FDEFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEFCE on black background.


Color preview on white background

This text has color #FDEFCE on white background.



Black color preview on #FDEFCE background

This text has black color on #FDEFCE background.


White color preview on #FDEFCE background

This text has white color on #FDEFCE background.