COLOR #FEEAB9

HEX: #FEEAB9 RGB: (254,234,185)

Color info

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

RGB color model

#FEEAB9 color RGB value is (254,234,185).

RGB: (254,234,185) (100%, 92%, 73%)

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 185 of 255 = 73%

254
234
185

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

Portions of RGB colors in percentages

R + G + B = 254 + 234 + 185 = 673 (100%)
R 254 of 673 ~ 37.74%
G 234 of 673 ~ 34.77%
B 185 of 673 ~ 27.49'%

%37.74
%34.77
%27.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 27.17%
  • key color value is 0.39%

CMYK: (0,8,27,0)
C0M8Y27K0 (0%, 8%, 27%, 0%)
(0.00 / 0.08 / 0.27 / 0.00)

CMYK percentages

%0
%7.87
%27.17
%0.39

Codes

Color #FEEAB9 in popluar color models

FE EA B9
RGB 254 234 185
HSL 43° 97.18% 86.08%
HSB/HSV 43° 27.17% 99.61%
CMYK 0.00% 7.87% 27.17%
0.39%

Color #FEEAB9 in popluar number systems.

HEX FE EA B9
Decimal 254 234 185
Binary 11111110 11101010 10111001
Octal 376 352 271

Shades and tints

Shades of #FEEAB9

#FEEAB9
(254,234,185)
#E7D5A9
(231,213,169)
#D0C099
(208,192,153)
#B9AB89
(185,171,137)
#A29679
(162,150,121)
#8B8169
(139,129,105)
#746C59
(116,108,89)
#5D5749
(93,87,73)
#464239
(70,66,57)
#2F2D29
(47,45,41)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #FEEAB9

#FEEAB9
(254,234,185)
#FEEBBF
(254,235,191)
#FEECC5
(254,236,197)
#FEEDCB
(254,237,203)
#FEEED1
(254,238,209)
#FEEFD7
(254,239,215)
#FEF0DD
(254,240,221)
#FEF1E3
(254,241,227)
#FEF2E9
(254,242,233)
#FEF3EF
(254,243,239)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEAB9; }

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

This text font color is #FEEAB9.

Background Color

.myBgColor { background-color: #FEEAB9; }

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

This div background color is #FEEAB9.

Border color

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

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

This div border color is #FEEAB9.

Opacity

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

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

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

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

This text has shadow with #FEEAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEAB9.

Preview

Color preview on black background

This text has color #FEEAB9 on black background.


Color preview on white background

This text has color #FEEAB9 on white background.


Black color preview on #FEEAB9 background

This text has black color on #FEEAB9 background.


White color preview on #FEEAB9 background

This text has white color on #FEEAB9 background.


Related colors

Complementary color

Complementary color for #hex is #011546.


I love getcolorcode.com

Triadic colors

1 #B9FEEA and #EAB9FE with #FEEAB9 are triadic colors.

2 #B9EAFE and #EAFEB9 with #FEEAB9 are triadic colors.