HEX: #F2A6BA
RGB: (242,166,186)
#F2A6BA contains mainly red and blue colors. Web safe color of #F2A6BA is #FF99CC (or #F9C).
#F2A6BA color RGB value is (242,166,186).
RGB: (242,166,186)
(95%, 65%, 73%)
R 242 of 255 = 95%
G 166 of 255 = 65%
B 186 of 255 = 73%
R + G + B ~ 78%. #F2A6BA is quite light color.
R + G + B = 242 + 166 + 186 = 594 (100%)
R 242 of 594 ~ 40.74%
G 166 of 594 ~ 27.95%
B 186 of 594 ~ 31.31'%
#F2A6BA color CMYK value is (0,31,23,5).
CMYK: (0,31,23,5)
C0M31Y23K5 (0%, 31%, 23%, 5%)
(0.00 / 0.31 / 0.23 / 0.05)
Color #F2A6BA in popluar color models
F2 | A6 | BA | |
---|---|---|---|
RGB | 242 | 166 | 186 |
HSL | 344° | 74.51% | 80.00% |
HSB/HSV | 344° | 31.40% | 94.90% |
CMYK | 0.00% | 31.40% | 23.14% |
5.10% |
Color #F2A6BA in popluar number systems.
HEX | F2 | A6 | BA |
Decimal | 242 | 166 | 186 |
Binary | 11110010 | 10100110 | 10111010 |
Octal | 362 | 246 | 272 |
Shades of #F2A6BA
Tints of #F2A6BA
Examples of css and html codes for elements with #F2A6BA color. Also use rgb(242,166,186) instead hex code.
.myTextColor { color: #F2A6BA; }
<p style="color:#F2A6BA">This sample text font color is #F2A6BA.</p>
This text font color is #F2A6BA.
.myBgColor { background-color: #F2A6BA; }
<div style="background-color:#F2A6BA">Inner text</div>
This div background color is #F2A6BA.
.myBorderColor { border: 1px solid #F2A6BA; }
<div style="border:3px solid #F2A6BA">Div</div>
This div border color is #F2A6BA.
.myOpacity80 { color: #F2A6BA; opacity: 0.8; }
<p style="color:#F2A6BA;opacity:0.8;">80%</p>
Text with #F2A6BA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F2A6BA;}
<p style="text-shadow: 3px 3px 1px #F2A6BA">Text here.</p>
This text has shadow with #F2A6BA color.
.textShadow {text-shadow: 3px 3px 1px #F2A6BA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F2A6BA, 5px 5px 20px red">Text here.</p>
This text has shadow with #F2A6BA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F2A6BA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F2A6BA, Direction=45, Strength=4)">Text</p>
This text has shadow with #F2A6BA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F2A6BA;
-webkit-box-shadow: 1px 1px 3px 2px #F2A6BA;
box-shadow: 1px 1px 3px 2px #F2A6BA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F2A6BA; -webkit-box-shadow: 1px 1px 3px 2px #F2A6BA; box-shadow:1px 1px 3px 2px #F2A6BA;">
Div content here
</div>
This text has color #F2A6BA on black background.
This text has color #F2A6BA on white background.
This text has black color on #F2A6BA background.
This text has white color on #F2A6BA background.
Complementary color for #hex is #0D5945.