COLOR #FDE6AD

HEX: #FDE6AD RGB: (253,230,173)

Color info

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

RGB color model

#FDE6AD color RGB value is (253,230,173).

RGB: (253,230,173) (99%, 90%, 68%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 173 of 255 = 68%

253
230
173

R + G + B ~ 86%. #FDE6AD is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 230 + 173 = 656 (100%)
R 253 of 656 ~ 38.57%
G 230 of 656 ~ 35.06%
B 173 of 656 ~ 26.37'%

%38.57
%35.06
%26.37

CMYK color model

#FDE6AD color CMYK value is (0,9,32,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 31.62%
  • key color value is 0.78%

CMYK: (0,9,32,1)
C0M9Y32K1 (0%, 9%, 32%, 1%)
(0.00 / 0.09 / 0.32 / 0.01)

CMYK percentages

%0
%9.09
%31.62
%0.78

Codes

Color #FDE6AD in popluar color models

FD E6 AD
RGB 253 230 173
HSL 43° 95.24% 83.53%
HSB/HSV 43° 31.62% 99.22%
CMYK 0.00% 9.09% 31.62%
0.78%

Color #FDE6AD in popluar number systems.

HEX FD E6 AD
Decimal 253 230 173
Binary 11111101 11100110 10101101
Octal 375 346 255

Shades and tints

Shades of #FDE6AD

#FDE6AD
(253,230,173)
#E6D29E
(230,210,158)
#CFBE8F
(207,190,143)
#B8AA80
(184,170,128)
#A19671
(161,150,113)
#8A8262
(138,130,98)
#736E53
(115,110,83)
#5C5A44
(92,90,68)
#454635
(69,70,53)
#2E3226
(46,50,38)
#171E17
(23,30,23)
#000000
(0,0,0)

Tints of #FDE6AD

#FDE6AD
(253,230,173)
#FDE8B4
(253,232,180)
#FDEABB
(253,234,187)
#FDECC2
(253,236,194)
#FDEEC9
(253,238,201)
#FDF0D0
(253,240,208)
#FDF2D7
(253,242,215)
#FDF4DE
(253,244,222)
#FDF6E5
(253,246,229)
#FDF8EC
(253,248,236)
#FDFAF3
(253,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE6AD; }

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

This text font color is #FDE6AD.

Background Color

.myBgColor { background-color: #FDE6AD; }

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

This div background color is #FDE6AD.

Border color

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

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

This div border color is #FDE6AD.

Opacity

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

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

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

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

This text has shadow with #FDE6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE6AD.

Preview

Color preview on black background

This text has color #FDE6AD on black background.


Color preview on white background

This text has color #FDE6AD on white background.


Black color preview on #FDE6AD background

This text has black color on #FDE6AD background.


White color preview on #FDE6AD background

This text has white color on #FDE6AD background.


Related colors

Complementary color

Complementary color for #hex is #021952.


I love getcolorcode.com

Triadic colors

1 #ADFDE6 and #E6ADFD with #FDE6AD are triadic colors.

2 #ADE6FD and #E6FDAD with #FDE6AD are triadic colors.