HEX: #F499DC
RGB: (244,153,220)
#F499DC contains mainly red and blue colors. Web safe color of #F499DC is #FF99CC (or #F9C).
#F499DC color RGB value is (244,153,220).
RGB: (244,153,220)
(96%, 60%, 86%)
R 244 of 255 = 96%
G 153 of 255 = 60%
B 220 of 255 = 86%
R + G + B ~ 81%. #F499DC is quite light color.
R + G + B = 244 + 153 + 220 = 617 (100%)
R 244 of 617 ~ 39.55%
G 153 of 617 ~ 24.8%
B 220 of 617 ~ 35.66'%
#F499DC color CMYK value is (0,37,10,4).
CMYK: (0,37,10,4)
C0M37Y10K4 (0%, 37%, 10%, 4%)
(0.00 / 0.37 / 0.10 / 0.04)
Color #F499DC in popluar color models
F4 | 99 | DC | |
---|---|---|---|
RGB | 244 | 153 | 220 |
HSL | 316° | 80.53% | 77.84% |
HSB/HSV | 316° | 37.30% | 95.69% |
CMYK | 0.00% | 37.30% | 9.84% |
4.31% |
Color #F499DC in popluar number systems.
HEX | F4 | 99 | DC |
Decimal | 244 | 153 | 220 |
Binary | 11110100 | 10011001 | 11011100 |
Octal | 364 | 231 | 334 |
Shades of #F499DC
Tints of #F499DC
Examples of css and html codes for elements with #F499DC color. Also use rgb(244,153,220) instead hex code.
.myTextColor { color: #F499DC; }
<p style="color:#F499DC">This sample text font color is #F499DC.</p>
This text font color is #F499DC.
.myBgColor { background-color: #F499DC; }
<div style="background-color:#F499DC">Inner text</div>
This div background color is #F499DC.
.myBorderColor { border: 1px solid #F499DC; }
<div style="border:3px solid #F499DC">Div</div>
This div border color is #F499DC.
.myOpacity80 { color: #F499DC; opacity: 0.8; }
<p style="color:#F499DC;opacity:0.8;">80%</p>
Text with #F499DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F499DC;}
<p style="text-shadow: 3px 3px 1px #F499DC">Text here.</p>
This text has shadow with #F499DC color.
.textShadow {text-shadow: 3px 3px 1px #F499DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F499DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #F499DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F499DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F499DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #F499DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F499DC;
-webkit-box-shadow: 1px 1px 3px 2px #F499DC;
box-shadow: 1px 1px 3px 2px #F499DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F499DC; -webkit-box-shadow: 1px 1px 3px 2px #F499DC; box-shadow:1px 1px 3px 2px #F499DC;">
Div content here
</div>
This text has color #F499DC on black background.
This text has color #F499DC on white background.
This text has black color on #F499DC background.
This text has white color on #F499DC background.
Complementary color for #hex is #0B6623.