HEX: #FEEAB9
RGB: (254,234,185)
#FEEAB9 contains mainly red and green colors. Web safe color of #FEEAB9 is #FFFFCC (or #FFC).
#FEEAB9 color RGB value is (254,234,185).
RGB: (254,234,185)
(100%, 92%, 73%)
R 254 of 255 = 100%
G 234 of 255 = 92%
B 185 of 255 = 73%
R + G + B ~ 88%. #FEEAB9 is light color.
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'%
#FEEAB9 color CMYK value is (0,8,27,0).
CMYK: (0,8,27,0)
C0M8Y27K0 (0%, 8%, 27%, 0%)
(0.00 / 0.08 / 0.27 / 0.00)
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 of #FEEAB9
Tints of #FEEAB9
Examples of css and html codes for elements with #FEEAB9 color. Also use rgb(254,234,185) instead hex code.
.myTextColor { color: #FEEAB9; }
<p style="color:#FEEAB9">This sample text font color is #FEEAB9.</p>
This text font color is #FEEAB9.
.myBgColor { background-color: #FEEAB9; }
<div style="background-color:#FEEAB9">Inner text</div>
This div background color is #FEEAB9.
.myBorderColor { border: 1px solid #FEEAB9; }
<div style="border:3px solid #FEEAB9">Div</div>
This div border color is #FEEAB9.
.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%.
.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.
/* 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 text has color #FEEAB9 on black background.
This text has color #FEEAB9 on white background.
This text has black color on #FEEAB9 background.
This text has white color on #FEEAB9 background.
Complementary color for #hex is #011546.