HEX: #F996BE
RGB: (249,150,190)
#F996BE contains mainly red and blue colors. Web safe color of #F996BE is #FF99CC (or #F9C).
#F996BE color RGB value is (249,150,190).
RGB: (249,150,190)
(98%, 59%, 75%)
R 249 of 255 = 98%
G 150 of 255 = 59%
B 190 of 255 = 75%
R + G + B ~ 77%. #F996BE is quite light color.
R + G + B = 249 + 150 + 190 = 589 (100%)
R 249 of 589 ~ 42.28%
G 150 of 589 ~ 25.47%
B 190 of 589 ~ 32.26'%
#F996BE color CMYK value is (0,40,24,2).
CMYK: (0,40,24,2)
C0M40Y24K2 (0%, 40%, 24%, 2%)
(0.00 / 0.40 / 0.24 / 0.02)
Color #F996BE in popluar color models
F9 | 96 | BE | |
---|---|---|---|
RGB | 249 | 150 | 190 |
HSL | 336° | 89.19% | 78.24% |
HSB/HSV | 336° | 39.76% | 97.65% |
CMYK | 0.00% | 39.76% | 23.69% |
2.35% |
Color #F996BE in popluar number systems.
HEX | F9 | 96 | BE |
Decimal | 249 | 150 | 190 |
Binary | 11111001 | 10010110 | 10111110 |
Octal | 371 | 226 | 276 |
Shades of #F996BE
Tints of #F996BE
Examples of css and html codes for elements with #F996BE color. Also use rgb(249,150,190) instead hex code.
.myTextColor { color: #F996BE; }
<p style="color:#F996BE">This sample text font color is #F996BE.</p>
This text font color is #F996BE.
.myBgColor { background-color: #F996BE; }
<div style="background-color:#F996BE">Inner text</div>
This div background color is #F996BE.
.myBorderColor { border: 1px solid #F996BE; }
<div style="border:3px solid #F996BE">Div</div>
This div border color is #F996BE.
.myOpacity80 { color: #F996BE; opacity: 0.8; }
<p style="color:#F996BE;opacity:0.8;">80%</p>
Text with #F996BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F996BE;}
<p style="text-shadow: 3px 3px 1px #F996BE">Text here.</p>
This text has shadow with #F996BE color.
.textShadow {text-shadow: 3px 3px 1px #F996BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F996BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #F996BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F996BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F996BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #F996BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F996BE;
-webkit-box-shadow: 1px 1px 3px 2px #F996BE;
box-shadow: 1px 1px 3px 2px #F996BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F996BE; -webkit-box-shadow: 1px 1px 3px 2px #F996BE; box-shadow:1px 1px 3px 2px #F996BE;">
Div content here
</div>
This text has color #F996BE on black background.
This text has color #F996BE on white background.
This text has black color on #F996BE background.
This text has white color on #F996BE background.
Complementary color for #hex is #066941.