HEX: #FAB5DA
RGB: (250,181,218)
#FAB5DA contains mainly red and blue colors. Web safe color of #FAB5DA is #FFCCCC (or #FCC).
#FAB5DA color RGB value is (250,181,218).
RGB: (250,181,218)
(98%, 71%, 85%)
R 250 of 255 = 98%
G 181 of 255 = 71%
B 218 of 255 = 85%
R + G + B ~ 85%. #FAB5DA is quite light color.
R + G + B = 250 + 181 + 218 = 649 (100%)
R 250 of 649 ~ 38.52%
G 181 of 649 ~ 27.89%
B 218 of 649 ~ 33.59'%
#FAB5DA color CMYK value is (0,28,13,2).
CMYK: (0,28,13,2)
C0M28Y13K2 (0%, 28%, 13%, 2%)
(0.00 / 0.28 / 0.13 / 0.02)
Color #FAB5DA in popluar color models
FA | B5 | DA | |
---|---|---|---|
RGB | 250 | 181 | 218 |
HSL | 328° | 87.34% | 84.51% |
HSB/HSV | 328° | 27.60% | 98.04% |
CMYK | 0.00% | 27.60% | 12.80% |
1.96% |
Color #FAB5DA in popluar number systems.
HEX | FA | B5 | DA |
Decimal | 250 | 181 | 218 |
Binary | 11111010 | 10110101 | 11011010 |
Octal | 372 | 265 | 332 |
Shades of #FAB5DA
Tints of #FAB5DA
Examples of css and html codes for elements with #FAB5DA color. Also use rgb(250,181,218) instead hex code.
.myTextColor { color: #FAB5DA; }
<p style="color:#FAB5DA">This sample text font color is #FAB5DA.</p>
This text font color is #FAB5DA.
.myBgColor { background-color: #FAB5DA; }
<div style="background-color:#FAB5DA">Inner text</div>
This div background color is #FAB5DA.
.myBorderColor { border: 1px solid #FAB5DA; }
<div style="border:3px solid #FAB5DA">Div</div>
This div border color is #FAB5DA.
.myOpacity80 { color: #FAB5DA; opacity: 0.8; }
<p style="color:#FAB5DA;opacity:0.8;">80%</p>
Text with #FAB5DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAB5DA;}
<p style="text-shadow: 3px 3px 1px #FAB5DA">Text here.</p>
This text has shadow with #FAB5DA color.
.textShadow {text-shadow: 3px 3px 1px #FAB5DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAB5DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAB5DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAB5DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAB5DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAB5DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAB5DA;
-webkit-box-shadow: 1px 1px 3px 2px #FAB5DA;
box-shadow: 1px 1px 3px 2px #FAB5DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAB5DA; -webkit-box-shadow: 1px 1px 3px 2px #FAB5DA; box-shadow:1px 1px 3px 2px #FAB5DA;">
Div content here
</div>
This text has color #FAB5DA on black background.
This text has color #FAB5DA on white background.
This text has black color on #FAB5DA background.
This text has white color on #FAB5DA background.
Complementary color for #hex is #054A25.