COLOR #FDECA2

HEX: #FDECA2
RGB: (253,236,162)

Color info

#FDECA2 contains mainly red and green colors. Web safe color of #FDECA2 is #FFFF99 (or #FF9).

RGB color model

#FDECA2 color RGB value is (253,236,162).

  • red value is 253;
  • green value is 236;
  • blue value is 162.
RGB:
(253,236,162)
(99%,93%,64%)

RGB channels and saturation

R 253 of 255 = 99%
G 236 of 255 = 93%
B 162 of 255 = 64%

253
236
162

R + G + B ~ 85%. #FDECA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 236 + 162 = 651 (100%)
R 253 of 651 ~ 38.86%
G 236 of 651 ~ 36.25%
B 162 of 651 ~ 24.88%

%38.86
%36.25
%24.88

CMYK color model

#FDECA2 color CMYK value is (0,7,36,1).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 35.97%
  • key color value is 0.78%
CMYK:
(0,7,36,1)
C0M7Y36K1 
(0%,7%,36%,1%)
(0.00/0.07/0.36/0.01)	

CMYK percentages

%0
%6.72
%35.97
%0.78

Codes

Color #FDECA2 in popluar color models

FDECA2
RGB253236162
HSL49°95.79%81.37%
HSB/HSV49°35.97%99.22%
CMYK0.00%6.72%35.97%
0.78%

Color #FDECA2 in popluar number systems.

HEXFDECA2
Decimal253236162
Binary111111011110110010100010
Octal375354242

Shades and tints

Shades of #FDECA2

#FDECA2
(253,236,162)
#E6D794
(230,215,148)
#CFC286
(207,194,134)
#B8AD78
(184,173,120)
#A1986A
(161,152,106)
#8A835C
(138,131,92)
#736E4E
(115,110,78)
#5C5940
(92,89,64)
#454432
(69,68,50)
#2E2F24
(46,47,36)
#171A16
(23,26,22)
#000000
(0,0,0)

Tints of #FDECA2

#FDECA2
(253,236,162)
#FDEDAA
(253,237,170)
#FDEEB2
(253,238,178)
#FDEFBA
(253,239,186)
#FDF0C2
(253,240,194)
#FDF1CA
(253,241,202)
#FDF2D2
(253,242,210)
#FDF3DA
(253,243,218)
#FDF4E2
(253,244,226)
#FDF5EA
(253,245,234)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDECA2 color. Also use rgb(253,236,162) instead hex code.

Text Font Color

.myTextColor { color: #FDECA2; }

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

This text font color is #FDECA2.


Background Color

.myBgColor { background-color: #FDECA2; }

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

This div background color is #FDECA2.


Border color

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

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

This div border color is #FDECA2.


Opacity

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

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

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

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

This text has shadow with #FDECA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDECA2 on black background.


Color preview on white background

This text has color #FDECA2 on white background.



Black color preview on #FDECA2 background

This text has black color on #FDECA2 background.


White color preview on #FDECA2 background

This text has white color on #FDECA2 background.