COLOR #FDEFD6

HEX: #FDEFD6
RGB: (253,239,214)

Color info

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

RGB color model

#FDEFD6 color RGB value is (253,239,214).

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

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 214 of 255 = 84%

253
239
214

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

Portions of RGB colors in percentages

R + G + B =
253 + 239 + 214 = 706 (100%)
R 253 of 706 ~ 35.84%
G 239 of 706 ~ 33.85%
B 214 of 706 ~ 30.31%

%35.84
%33.85
%30.31

CMYK color model

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

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

Codes

Color #FDEFD6 in popluar color models

FDEFD6
RGB253239214
HSL38°90.70%91.57%
HSB/HSV38°15.42%99.22%
CMYK0.00%5.53%15.42%
0.78%

Color #FDEFD6 in popluar number systems.

HEXFDEFD6
Decimal253239214
Binary111111011110111111010110
Octal375357326

Shades and tints

Shades of #FDEFD6

#FDEFD6
(253,239,214)
#E6DAC3
(230,218,195)
#CFC5B0
(207,197,176)
#B8B09D
(184,176,157)
#A19B8A
(161,155,138)
#8A8677
(138,134,119)
#737164
(115,113,100)
#5C5C51
(92,92,81)
#45473E
(69,71,62)
#2E322B
(46,50,43)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #FDEFD6

#FDEFD6
(253,239,214)
#FDF0D9
(253,240,217)
#FDF1DC
(253,241,220)
#FDF2DF
(253,242,223)
#FDF3E2
(253,243,226)
#FDF4E5
(253,244,229)
#FDF5E8
(253,245,232)
#FDF6EB
(253,246,235)
#FDF7EE
(253,247,238)
#FDF8F1
(253,248,241)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFD6; }

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

This text font color is #FDEFD6.


Background Color

.myBgColor { background-color: #FDEFD6; }

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

This div background color is #FDEFD6.


Border color

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

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

This div border color is #FDEFD6.


Opacity

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

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

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

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

This text has shadow with #FDEFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEFD6 on black background.


Color preview on white background

This text has color #FDEFD6 on white background.



Black color preview on #FDEFD6 background

This text has black color on #FDEFD6 background.


White color preview on #FDEFD6 background

This text has white color on #FDEFD6 background.