COLOR #FDE0A5

HEX: #FDE0A5
RGB: (253,224,165)

Color info

#FDE0A5 contains mainly red and green colors. Web safe color of #FDE0A5 is #FFCC99 (or #FC9).

RGB color model

#FDE0A5 color RGB value is (253,224,165).

  • red value is 253;
  • green value is 224;
  • blue value is 165.
RGB:
(253,224,165)
(99%,88%,65%)

RGB channels and saturation

R 253 of 255 = 99%
G 224 of 255 = 88%
B 165 of 255 = 65%

253
224
165

R + G + B ~ 84%. #FDE0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 224 + 165 = 642 (100%)
R 253 of 642 ~ 39.41%
G 224 of 642 ~ 34.89%
B 165 of 642 ~ 25.7%

%39.41
%34.89
%25.7

CMYK color model

#FDE0A5 color CMYK value is (0,11,35,1).

  • cyan value is 0.00%
  • magenta value is 11.46%
  • yellow value is 34.78%
  • key color value is 0.78%
CMYK:
(0,11,35,1)
C0M11Y35K1 
(0%,11%,35%,1%)
(0.00/0.11/0.35/0.01)	

CMYK percentages

%0
%11.46
%34.78
%0.78

Codes

Color #FDE0A5 in popluar color models

FDE0A5
RGB253224165
HSL40°95.65%81.96%
HSB/HSV40°34.78%99.22%
CMYK0.00%11.46%34.78%
0.78%

Color #FDE0A5 in popluar number systems.

HEXFDE0A5
Decimal253224165
Binary111111011110000010100101
Octal375340245

Shades and tints

Shades of #FDE0A5

#FDE0A5
(253,224,165)
#E6CC96
(230,204,150)
#CFB887
(207,184,135)
#B8A478
(184,164,120)
#A19069
(161,144,105)
#8A7C5A
(138,124,90)
#73684B
(115,104,75)
#5C543C
(92,84,60)
#45402D
(69,64,45)
#2E2C1E
(46,44,30)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #FDE0A5

#FDE0A5
(253,224,165)
#FDE2AD
(253,226,173)
#FDE4B5
(253,228,181)
#FDE6BD
(253,230,189)
#FDE8C5
(253,232,197)
#FDEACD
(253,234,205)
#FDECD5
(253,236,213)
#FDEEDD
(253,238,221)
#FDF0E5
(253,240,229)
#FDF2ED
(253,242,237)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE0A5 color. Also use rgb(253,224,165) instead hex code.

Text Font Color

.myTextColor { color: #FDE0A5; }

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

This text font color is #FDE0A5.


Background Color

.myBgColor { background-color: #FDE0A5; }

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

This div background color is #FDE0A5.


Border color

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

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

This div border color is #FDE0A5.


Opacity

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

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

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

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

This text has shadow with #FDE0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE0A5 on black background.


Color preview on white background

This text has color #FDE0A5 on white background.



Black color preview on #FDE0A5 background

This text has black color on #FDE0A5 background.


White color preview on #FDE0A5 background

This text has white color on #FDE0A5 background.