HEX: #F5AAEE
RGB: (245,170,238)
#F5AAEE contains mainly red and blue colors. Web safe color of #F5AAEE is #FF99FF (or #F9F).
#F5AAEE color RGB value is (245,170,238).
RGB: (245,170,238)
(96%, 67%, 93%)
R 245 of 255 = 96%
G 170 of 255 = 67%
B 238 of 255 = 93%
R + G + B ~ 85%. #F5AAEE is quite light color.
R + G + B = 245 + 170 + 238 = 653 (100%)
R 245 of 653 ~ 37.52%
G 170 of 653 ~ 26.03%
B 238 of 653 ~ 36.45'%
#F5AAEE color CMYK value is (0,31,3,4).
CMYK: (0,31,3,4) C0M31Y3K4 (0%,31%,3%,4%) (0.00/0.31/0.03/0.04)
Color #F5AAEE in popluar color models
F5 | AA | EE | |
---|---|---|---|
RGB | 245 | 170 | 238 |
HSL | 306° | 78.95% | 81.37% |
HSB/HSV | 306° | 30.61% | 96.08% |
CMYK | 0.00% | 30.61% | 2.86% |
3.92% |
Color #F5AAEE in popluar number systems.
HEX | F5 | AA | EE |
Decimal | 245 | 170 | 238 |
Binary | 11110101 | 10101010 | 11101110 |
Octal | 365 | 252 | 356 |
Shades of #F5AAEE
Tints of #F5AAEE
Examples of css and html codes for elements with #F5AAEE color. Also use rgb(245,170,238) instead hex code.
.myTextColor { color: #F5AAEE; }
<p style="color:#F5AAEE">This sample text font color is #F5AAEE.</p>
This text font color is #F5AAEE.
.myBgColor { background-color: #F5AAEE; }
<div style="background-color:#F5AAEE">Inner text</div>
This div background color is #F5AAEE.
.myBorderColor { border: 1px solid #F5AAEE; }
<div style="border:3px solid #F5AAEE">Div</div>
This div border color is #F5AAEE.
.myOpacity80 { color: #F5AAEE; opacity: 0.8; }
<p style="color:#F5AAEE;opacity:0.8;">80%</p>
Text with #F5AAEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F5AAEE;}
<p style="text-shadow: 3px 3px 1px #F5AAEE">Text here.</p>
This text has shadow with #F5AAEE color.
.textShadow {text-shadow: 3px 3px 1px #F5AAEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F5AAEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F5AAEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5AAEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F5AAEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F5AAEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F5AAEE;
-webkit-box-shadow: 1px 1px 3px 2px #F5AAEE;
box-shadow: 1px 1px 3px 2px #F5AAEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5AAEE; -webkit-box-shadow: 1px 1px 3px 2px #F5AAEE; box-shadow:1px 1px 3px 2px #F5AAEE;">
Div content here
</div>
This text has color #F5AAEE on black background.
This text has color #F5AAEE on white background.
This text has black color on #F5AAEE background.
This text has white color on #F5AAEE background.
Complementary color for #hex is #0A5511.