HEX: #F0ABAB
RGB: (240,171,171)
#F0ABAB contains mainly red color. Web safe color of #F0ABAB is #FF9999 (or #F99).
#F0ABAB color RGB value is (240,171,171).
RGB: (240,171,171)
(94%, 67%, 67%)
R 240 of 255 = 94%
G 171 of 255 = 67%
B 171 of 255 = 67%
R + G + B ~ 76%. #F0ABAB is quite light color.
R + G + B = 240 + 171 + 171 = 582 (100%)
R 240 of 582 ~ 41.24%
G 171 of 582 ~ 29.38%
B 171 of 582 ~ 29.38'%
#F0ABAB color CMYK value is (0,29,29,6).
CMYK: (0,29,29,6) C0M29Y29K6 (0%,29%,29%,6%) (0.00/0.29/0.29/0.06)
Color #F0ABAB in popluar color models
F0 | AB | AB | |
---|---|---|---|
RGB | 240 | 171 | 171 |
HSL | 0° | 69.70% | 80.59% |
HSB/HSV | 0° | 28.75% | 94.12% |
CMYK | 0.00% | 28.75% | 28.75% |
5.88% |
Color #F0ABAB in popluar number systems.
HEX | F0 | AB | AB |
Decimal | 240 | 171 | 171 |
Binary | 11110000 | 10101011 | 10101011 |
Octal | 360 | 253 | 253 |
Shades of #F0ABAB
Tints of #F0ABAB
Examples of css and html codes for elements with #F0ABAB color. Also use rgb(240,171,171) instead hex code.
.myTextColor { color: #F0ABAB; }
<p style="color:#F0ABAB">This sample text font color is #F0ABAB.</p>
This text font color is #F0ABAB.
.myBgColor { background-color: #F0ABAB; }
<div style="background-color:#F0ABAB">Inner text</div>
This div background color is #F0ABAB.
.myBorderColor { border: 1px solid #F0ABAB; }
<div style="border:3px solid #F0ABAB">Div</div>
This div border color is #F0ABAB.
.myOpacity80 { color: #F0ABAB; opacity: 0.8; }
<p style="color:#F0ABAB;opacity:0.8;">80%</p>
Text with #F0ABAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0ABAB;}
<p style="text-shadow: 3px 3px 1px #F0ABAB">Text here.</p>
This text has shadow with #F0ABAB color.
.textShadow {text-shadow: 3px 3px 1px #F0ABAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0ABAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0ABAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0ABAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0ABAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0ABAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0ABAB;
-webkit-box-shadow: 1px 1px 3px 2px #F0ABAB;
box-shadow: 1px 1px 3px 2px #F0ABAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0ABAB; -webkit-box-shadow: 1px 1px 3px 2px #F0ABAB; box-shadow:1px 1px 3px 2px #F0ABAB;">
Div content here
</div>
This text has color #F0ABAB on black background.
This text has color #F0ABAB on white background.
This text has black color on #F0ABAB background.
This text has white color on #F0ABAB background.