COLOR #FDE2A1

HEX: #FDE2A1 RGB: (253,226,161)

Color info

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

RGB color model

#FDE2A1 color RGB value is (253,226,161).

RGB: (253,226,161) (99%, 89%, 63%)

RGB channels and saturation

R 253 of 255 = 99%
G 226 of 255 = 89%
B 161 of 255 = 63%

253
226
161

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

Portions of RGB colors in percentages

R + G + B = 253 + 226 + 161 = 640 (100%)
R 253 of 640 ~ 39.53%
G 226 of 640 ~ 35.31%
B 161 of 640 ~ 25.16'%

%39.53
%35.31
%25.16

CMYK color model

#FDE2A1 color CMYK value is (0,11,36,1).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 36.36%
  • key color value is 0.78%

CMYK: (0,11,36,1)
C0M11Y36K1 (0%, 11%, 36%, 1%)
(0.00 / 0.11 / 0.36 / 0.01)

CMYK percentages

%0
%10.67
%36.36
%0.78

Codes

Color #FDE2A1 in popluar color models

FD E2 A1
RGB 253 226 161
HSL 42° 95.83% 81.18%
HSB/HSV 42° 36.36% 99.22%
CMYK 0.00% 10.67% 36.36%
0.78%

Color #FDE2A1 in popluar number systems.

HEX FD E2 A1
Decimal 253 226 161
Binary 11111101 11100010 10100001
Octal 375 342 241

Shades and tints

Shades of #FDE2A1

#FDE2A1
(253,226,161)
#E6CE93
(230,206,147)
#CFBA85
(207,186,133)
#B8A677
(184,166,119)
#A19269
(161,146,105)
#8A7E5B
(138,126,91)
#736A4D
(115,106,77)
#5C563F
(92,86,63)
#454231
(69,66,49)
#2E2E23
(46,46,35)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #FDE2A1

#FDE2A1
(253,226,161)
#FDE4A9
(253,228,169)
#FDE6B1
(253,230,177)
#FDE8B9
(253,232,185)
#FDEAC1
(253,234,193)
#FDECC9
(253,236,201)
#FDEED1
(253,238,209)
#FDF0D9
(253,240,217)
#FDF2E1
(253,242,225)
#FDF4E9
(253,244,233)
#FDF6F1
(253,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE2A1 color. Also use rgb(253,226,161) instead hex code.

Text Font Color

.myTextColor { color: #FDE2A1; }

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

This text font color is #FDE2A1.

Background Color

.myBgColor { background-color: #FDE2A1; }

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

This div background color is #FDE2A1.

Border color

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

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

This div border color is #FDE2A1.

Opacity

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

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

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

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

This text has shadow with #FDE2A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE2A1.

Preview

Color preview on black background

This text has color #FDE2A1 on black background.


Color preview on white background

This text has color #FDE2A1 on white background.


Black color preview on #FDE2A1 background

This text has black color on #FDE2A1 background.


White color preview on #FDE2A1 background

This text has white color on #FDE2A1 background.


Related colors

Complementary color

Complementary color for #hex is #021D5E.


I love getcolorcode.com

Triadic colors

1 #A1FDE2 and #E2A1FD with #FDE2A1 are triadic colors.

2 #A1E2FD and #E2FDA1 with #FDE2A1 are triadic colors.