HEX: #FABCF9
RGB: (250,188,249)
#FABCF9 contains mainly red and blue colors. Web safe color of #FABCF9 is #FFCCFF (or #FCF).
#FABCF9 color RGB value is (250,188,249).
RGB: (250,188,249)
(98%, 74%, 98%)
R 250 of 255 = 98%
G 188 of 255 = 74%
B 249 of 255 = 98%
R + G + B ~ 90%. #FABCF9 is light color.
R + G + B = 250 + 188 + 249 = 687 (100%)
R 250 of 687 ~ 36.39%
G 188 of 687 ~ 27.37%
B 249 of 687 ~ 36.24'%
#FABCF9 color CMYK value is (0,25,0,2).
CMYK: (0,25,0,2)
C0M25Y0K2 (0%, 25%, 0%, 2%)
(0.00 / 0.25 / 0.00 / 0.02)
Color #FABCF9 in popluar color models
FA | BC | F9 | |
---|---|---|---|
RGB | 250 | 188 | 249 |
HSL | 301° | 86.11% | 85.88% |
HSB/HSV | 301° | 24.80% | 98.04% |
CMYK | 0.00% | 24.80% | 0.40% |
1.96% |
Color #FABCF9 in popluar number systems.
HEX | FA | BC | F9 |
Decimal | 250 | 188 | 249 |
Binary | 11111010 | 10111100 | 11111001 |
Octal | 372 | 274 | 371 |
Shades of #FABCF9
Tints of #FABCF9
Examples of css and html codes for elements with #FABCF9 color. Also use rgb(250,188,249) instead hex code.
.myTextColor { color: #FABCF9; }
<p style="color:#FABCF9">This sample text font color is #FABCF9.</p>
This text font color is #FABCF9.
.myBgColor { background-color: #FABCF9; }
<div style="background-color:#FABCF9">Inner text</div>
This div background color is #FABCF9.
.myBorderColor { border: 1px solid #FABCF9; }
<div style="border:3px solid #FABCF9">Div</div>
This div border color is #FABCF9.
.myOpacity80 { color: #FABCF9; opacity: 0.8; }
<p style="color:#FABCF9;opacity:0.8;">80%</p>
Text with #FABCF9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FABCF9;}
<p style="text-shadow: 3px 3px 1px #FABCF9">Text here.</p>
This text has shadow with #FABCF9 color.
.textShadow {text-shadow: 3px 3px 1px #FABCF9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FABCF9, 5px 5px 20px red">Text here.</p>
This text has shadow with #FABCF9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FABCF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FABCF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #FABCF9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FABCF9;
-webkit-box-shadow: 1px 1px 3px 2px #FABCF9;
box-shadow: 1px 1px 3px 2px #FABCF9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FABCF9; -webkit-box-shadow: 1px 1px 3px 2px #FABCF9; box-shadow:1px 1px 3px 2px #FABCF9;">
Div content here
</div>
This text has color #FABCF9 on black background.
This text has color #FABCF9 on white background.
This text has black color on #FABCF9 background.
This text has white color on #FABCF9 background.
Complementary color for #hex is #054306.