HEX: #F9A8EC
RGB: (249,168,236)
#F9A8EC contains mainly red and blue colors. Web safe color of #F9A8EC is #FF99FF (or #F9F).
#F9A8EC color RGB value is (249,168,236).
RGB: (249,168,236)
(98%, 66%, 93%)
R 249 of 255 = 98%
G 168 of 255 = 66%
B 236 of 255 = 93%
R + G + B ~ 86%. #F9A8EC is light color.
R + G + B = 249 + 168 + 236 = 653 (100%)
R 249 of 653 ~ 38.13%
G 168 of 653 ~ 25.73%
B 236 of 653 ~ 36.14'%
#F9A8EC color CMYK value is (0,33,5,2).
CMYK: (0,33,5,2)
C0M33Y5K2 (0%, 33%, 5%, 2%)
(0.00 / 0.33 / 0.05 / 0.02)
Color #F9A8EC in popluar color models
F9 | A8 | EC | |
---|---|---|---|
RGB | 249 | 168 | 236 |
HSL | 310° | 87.10% | 81.76% |
HSB/HSV | 310° | 32.53% | 97.65% |
CMYK | 0.00% | 32.53% | 5.22% |
2.35% |
Color #F9A8EC in popluar number systems.
HEX | F9 | A8 | EC |
Decimal | 249 | 168 | 236 |
Binary | 11111001 | 10101000 | 11101100 |
Octal | 371 | 250 | 354 |
Shades of #F9A8EC
Tints of #F9A8EC
Examples of css and html codes for elements with #F9A8EC color. Also use rgb(249,168,236) instead hex code.
.myTextColor { color: #F9A8EC; }
<p style="color:#F9A8EC">This sample text font color is #F9A8EC.</p>
This text font color is #F9A8EC.
.myBgColor { background-color: #F9A8EC; }
<div style="background-color:#F9A8EC">Inner text</div>
This div background color is #F9A8EC.
.myBorderColor { border: 1px solid #F9A8EC; }
<div style="border:3px solid #F9A8EC">Div</div>
This div border color is #F9A8EC.
.myOpacity80 { color: #F9A8EC; opacity: 0.8; }
<p style="color:#F9A8EC;opacity:0.8;">80%</p>
Text with #F9A8EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F9A8EC;}
<p style="text-shadow: 3px 3px 1px #F9A8EC">Text here.</p>
This text has shadow with #F9A8EC color.
.textShadow {text-shadow: 3px 3px 1px #F9A8EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F9A8EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F9A8EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F9A8EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F9A8EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F9A8EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F9A8EC;
-webkit-box-shadow: 1px 1px 3px 2px #F9A8EC;
box-shadow: 1px 1px 3px 2px #F9A8EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F9A8EC; -webkit-box-shadow: 1px 1px 3px 2px #F9A8EC; box-shadow:1px 1px 3px 2px #F9A8EC;">
Div content here
</div>
This text has color #F9A8EC on black background.
This text has color #F9A8EC on white background.
This text has black color on #F9A8EC background.
This text has white color on #F9A8EC background.
Complementary color for #hex is #065713.