HEX: #FFABFB
RGB: (255,171,251)
#FFABFB contains mainly red and blue colors. Web safe color of #FFABFB is #FF99FF (or #F9F).
#FFABFB color RGB value is (255,171,251).
RGB: (255,171,251)
(100%, 67%, 98%)
R 255 of 255 = 100%
G 171 of 255 = 67%
B 251 of 255 = 98%
R + G + B ~ 88%. #FFABFB is light color.
R + G + B = 255 + 171 + 251 = 677 (100%)
R 255 of 677 ~ 37.67%
G 171 of 677 ~ 25.26%
B 251 of 677 ~ 37.08'%
#FFABFB color CMYK value is (0,33,2,0).
CMYK: (0,33,2,0)
C0M33Y2K0 (0%, 33%, 2%, 0%)
(0.00 / 0.33 / 0.02 / 0.00)
Color #FFABFB in popluar color models
FF | AB | FB | |
---|---|---|---|
RGB | 255 | 171 | 251 |
HSL | 303° | 100.00% | 83.53% |
HSB/HSV | 303° | 32.94% | 100.00% |
CMYK | 0.00% | 32.94% | 1.57% |
0.00% |
Color #FFABFB in popluar number systems.
HEX | FF | AB | FB |
Decimal | 255 | 171 | 251 |
Binary | 11111111 | 10101011 | 11111011 |
Octal | 377 | 253 | 373 |
Shades of #FFABFB
Tints of #FFABFB
Examples of css and html codes for elements with #FFABFB color. Also use rgb(255,171,251) instead hex code.
.myTextColor { color: #FFABFB; }
<p style="color:#FFABFB">This sample text font color is #FFABFB.</p>
This text font color is #FFABFB.
.myBgColor { background-color: #FFABFB; }
<div style="background-color:#FFABFB">Inner text</div>
This div background color is #FFABFB.
.myBorderColor { border: 1px solid #FFABFB; }
<div style="border:3px solid #FFABFB">Div</div>
This div border color is #FFABFB.
.myOpacity80 { color: #FFABFB; opacity: 0.8; }
<p style="color:#FFABFB;opacity:0.8;">80%</p>
Text with #FFABFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFABFB;}
<p style="text-shadow: 3px 3px 1px #FFABFB">Text here.</p>
This text has shadow with #FFABFB color.
.textShadow {text-shadow: 3px 3px 1px #FFABFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFABFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFABFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFABFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFABFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFABFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFABFB;
-webkit-box-shadow: 1px 1px 3px 2px #FFABFB;
box-shadow: 1px 1px 3px 2px #FFABFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFABFB; -webkit-box-shadow: 1px 1px 3px 2px #FFABFB; box-shadow:1px 1px 3px 2px #FFABFB;">
Div content here
</div>
This text has color #FFABFB on black background.
This text has color #FFABFB on white background.
This text has black color on #FFABFB background.
This text has white color on #FFABFB background.
Complementary color for #hex is #005404.