COLOR #FDE49E

HEX: #FDE49E RGB: (253,228,158)

Color info

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

RGB color model

#FDE49E color RGB value is (253,228,158).

RGB: (253,228,158) (99%, 89%, 62%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 158 of 255 = 62%

253
228
158

R + G + B ~ 83%. #FDE49E is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 158 = 639 (100%)
R 253 of 639 ~ 39.59%
G 228 of 639 ~ 35.68%
B 158 of 639 ~ 24.73'%

%39.59
%35.68
%24.73

CMYK color model

#FDE49E color CMYK value is (0,10,38,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 37.55%
  • key color value is 0.78%

CMYK: (0,10,38,1)
C0M10Y38K1 (0%, 10%, 38%, 1%)
(0.00 / 0.10 / 0.38 / 0.01)

CMYK percentages

%0
%9.88
%37.55
%0.78

Codes

Color #FDE49E in popluar color models

FD E4 9E
RGB 253 228 158
HSL 44° 95.96% 80.59%
HSB/HSV 44° 37.55% 99.22%
CMYK 0.00% 9.88% 37.55%
0.78%

Color #FDE49E in popluar number systems.

HEX FD E4 9E
Decimal 253 228 158
Binary 11111101 11100100 10011110
Octal 375 344 236

Shades and tints

Shades of #FDE49E

#FDE49E
(253,228,158)
#E6D090
(230,208,144)
#CFBC82
(207,188,130)
#B8A874
(184,168,116)
#A19466
(161,148,102)
#8A8058
(138,128,88)
#736C4A
(115,108,74)
#5C583C
(92,88,60)
#45442E
(69,68,46)
#2E3020
(46,48,32)
#171C12
(23,28,18)
#000000
(0,0,0)

Tints of #FDE49E

#FDE49E
(253,228,158)
#FDE6A6
(253,230,166)
#FDE8AE
(253,232,174)
#FDEAB6
(253,234,182)
#FDECBE
(253,236,190)
#FDEEC6
(253,238,198)
#FDF0CE
(253,240,206)
#FDF2D6
(253,242,214)
#FDF4DE
(253,244,222)
#FDF6E6
(253,246,230)
#FDF8EE
(253,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE49E color. Also use rgb(253,228,158) instead hex code.

Text Font Color

.myTextColor { color: #FDE49E; }

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

This text font color is #FDE49E.

Background Color

.myBgColor { background-color: #FDE49E; }

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

This div background color is #FDE49E.

Border color

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

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

This div border color is #FDE49E.

Opacity

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

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

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

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

This text has shadow with #FDE49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE49E.

Preview

Color preview on black background

This text has color #FDE49E on black background.


Color preview on white background

This text has color #FDE49E on white background.


Black color preview on #FDE49E background

This text has black color on #FDE49E background.


White color preview on #FDE49E background

This text has white color on #FDE49E background.


Related colors

Complementary color

Complementary color for #hex is #021B61.


I love getcolorcode.com

Triadic colors

1 #9EFDE4 and #E49EFD with #FDE49E are triadic colors.

2 #9EE4FD and #E4FD9E with #FDE49E are triadic colors.