COLOR #FDEAB9

HEX: #FDEAB9 RGB: (253,234,185)

Color info

#FDEAB9 contains mainly red and green colors. Web safe color of #FDEAB9 is #FFFFCC (or #FFC).

RGB color model

#FDEAB9 color RGB value is (253,234,185).

RGB: (253,234,185) (99%, 92%, 73%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 185 of 255 = 73%

253
234
185

R + G + B ~ 88%. #FDEAB9 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 234 + 185 = 672 (100%)
R 253 of 672 ~ 37.65%
G 234 of 672 ~ 34.82%
B 185 of 672 ~ 27.53'%

%37.65
%34.82
%27.53

CMYK color model

#FDEAB9 color CMYK value is (0,8,27,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 26.88%
  • key color value is 0.78%

CMYK: (0,8,27,1)
C0M8Y27K1 (0%, 8%, 27%, 1%)
(0.00 / 0.08 / 0.27 / 0.01)

CMYK percentages

%0
%7.51
%26.88
%0.78

Codes

Color #FDEAB9 in popluar color models

FD EA B9
RGB 253 234 185
HSL 43° 94.44% 85.88%
HSB/HSV 43° 26.88% 99.22%
CMYK 0.00% 7.51% 26.88%
0.78%

Color #FDEAB9 in popluar number systems.

HEX FD EA B9
Decimal 253 234 185
Binary 11111101 11101010 10111001
Octal 375 352 271

Shades and tints

Shades of #FDEAB9

#FDEAB9
(253,234,185)
#E6D5A9
(230,213,169)
#CFC099
(207,192,153)
#B8AB89
(184,171,137)
#A19679
(161,150,121)
#8A8169
(138,129,105)
#736C59
(115,108,89)
#5C5749
(92,87,73)
#454239
(69,66,57)
#2E2D29
(46,45,41)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #FDEAB9

#FDEAB9
(253,234,185)
#FDEBBF
(253,235,191)
#FDECC5
(253,236,197)
#FDEDCB
(253,237,203)
#FDEED1
(253,238,209)
#FDEFD7
(253,239,215)
#FDF0DD
(253,240,221)
#FDF1E3
(253,241,227)
#FDF2E9
(253,242,233)
#FDF3EF
(253,243,239)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEAB9 color. Also use rgb(253,234,185) instead hex code.

Text Font Color

.myTextColor { color: #FDEAB9; }

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

This text font color is #FDEAB9.

Background Color

.myBgColor { background-color: #FDEAB9; }

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

This div background color is #FDEAB9.

Border color

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

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

This div border color is #FDEAB9.

Opacity

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

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

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

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

This text has shadow with #FDEAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEAB9.

Preview

Color preview on black background

This text has color #FDEAB9 on black background.


Color preview on white background

This text has color #FDEAB9 on white background.


Black color preview on #FDEAB9 background

This text has black color on #FDEAB9 background.


White color preview on #FDEAB9 background

This text has white color on #FDEAB9 background.


Related colors

Complementary color

Complementary color for #hex is #021546.


I love getcolorcode.com

Triadic colors

1 #B9FDEA and #EAB9FD with #FDEAB9 are triadic colors.

2 #B9EAFD and #EAFDB9 with #FDEAB9 are triadic colors.