HEX: #F997DD
RGB: (249,151,221)
#F997DD contains mainly red and blue colors. Web safe color of #F997DD is #FF99CC (or #F9C).
#F997DD color RGB value is (249,151,221).
RGB: (249,151,221)
(98%, 59%, 87%)
R 249 of 255 = 98%
G 151 of 255 = 59%
B 221 of 255 = 87%
R + G + B ~ 81%. #F997DD is quite light color.
R + G + B = 249 + 151 + 221 = 621 (100%)
R 249 of 621 ~ 40.1%
G 151 of 621 ~ 24.32%
B 221 of 621 ~ 35.59'%
#F997DD color CMYK value is (0,39,11,2).
CMYK: (0,39,11,2) C0M39Y11K2 (0%,39%,11%,2%) (0.00/0.39/0.11/0.02)
Color #F997DD in popluar color models
F9 | 97 | DD | |
---|---|---|---|
RGB | 249 | 151 | 221 |
HSL | 317° | 89.09% | 78.43% |
HSB/HSV | 317° | 39.36% | 97.65% |
CMYK | 0.00% | 39.36% | 11.24% |
2.35% |
Color #F997DD in popluar number systems.
HEX | F9 | 97 | DD |
Decimal | 249 | 151 | 221 |
Binary | 11111001 | 10010111 | 11011101 |
Octal | 371 | 227 | 335 |
Shades of #F997DD
Tints of #F997DD
Examples of css and html codes for elements with #F997DD color. Also use rgb(249,151,221) instead hex code.
.myTextColor { color: #F997DD; }
<p style="color:#F997DD">This sample text font color is #F997DD.</p>
This text font color is #F997DD.
.myBgColor { background-color: #F997DD; }
<div style="background-color:#F997DD">Inner text</div>
This div background color is #F997DD.
.myBorderColor { border: 1px solid #F997DD; }
<div style="border:3px solid #F997DD">Div</div>
This div border color is #F997DD.
.myOpacity80 { color: #F997DD; opacity: 0.8; }
<p style="color:#F997DD;opacity:0.8;">80%</p>
Text with #F997DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F997DD;}
<p style="text-shadow: 3px 3px 1px #F997DD">Text here.</p>
This text has shadow with #F997DD color.
.textShadow {text-shadow: 3px 3px 1px #F997DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F997DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #F997DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F997DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F997DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #F997DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F997DD;
-webkit-box-shadow: 1px 1px 3px 2px #F997DD;
box-shadow: 1px 1px 3px 2px #F997DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F997DD; -webkit-box-shadow: 1px 1px 3px 2px #F997DD; box-shadow:1px 1px 3px 2px #F997DD;">
Div content here
</div>
This text has color #F997DD on black background.
This text has color #F997DD on white background.
This text has black color on #F997DD background.
This text has white color on #F997DD background.
Complementary color for #hex is #066822.