COLOR #FDE6A5

HEX: #FDE6A5
RGB: (253,230,165)

Color info

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

RGB color model

#FDE6A5 color RGB value is (253,230,165).

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

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 165 of 255 = 65%

253
230
165

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

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 165 = 648 (100%)
R 253 of 648 ~ 39.04%
G 230 of 648 ~ 35.49%
B 165 of 648 ~ 25.46%

%39.04
%35.49
%25.46

CMYK color model

#FDE6A5 color CMYK value is (0,9,35,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 34.78%
  • key color value is 0.78%
CMYK:
(0,9,35,1)
C0M9Y35K1 
(0%,9%,35%,1%)
(0.00/0.09/0.35/0.01)	

CMYK percentages

%0
%9.09
%34.78
%0.78

Codes

Color #FDE6A5 in popluar color models

FDE6A5
RGB253230165
HSL44°95.65%81.96%
HSB/HSV44°34.78%99.22%
CMYK0.00%9.09%34.78%
0.78%

Color #FDE6A5 in popluar number systems.

HEXFDE6A5
Decimal253230165
Binary111111011110011010100101
Octal375346245

Shades and tints

Shades of #FDE6A5

#FDE6A5
(253,230,165)
#E6D296
(230,210,150)
#CFBE87
(207,190,135)
#B8AA78
(184,170,120)
#A19669
(161,150,105)
#8A825A
(138,130,90)
#736E4B
(115,110,75)
#5C5A3C
(92,90,60)
#45462D
(69,70,45)
#2E321E
(46,50,30)
#171E0F
(23,30,15)
#000000
(0,0,0)

Tints of #FDE6A5

#FDE6A5
(253,230,165)
#FDE8AD
(253,232,173)
#FDEAB5
(253,234,181)
#FDECBD
(253,236,189)
#FDEEC5
(253,238,197)
#FDF0CD
(253,240,205)
#FDF2D5
(253,242,213)
#FDF4DD
(253,244,221)
#FDF6E5
(253,246,229)
#FDF8ED
(253,248,237)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6A5; }

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

This text font color is #FDE6A5.


Background Color

.myBgColor { background-color: #FDE6A5; }

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

This div background color is #FDE6A5.


Border color

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

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

This div border color is #FDE6A5.


Opacity

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

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

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

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

This text has shadow with #FDE6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE6A5 on black background.


Color preview on white background

This text has color #FDE6A5 on white background.



Black color preview on #FDE6A5 background

This text has black color on #FDE6A5 background.


White color preview on #FDE6A5 background

This text has white color on #FDE6A5 background.