HEX: #FAB8DA
RGB: (250,184,218)
#FAB8DA contains mainly red and blue colors. Web safe color of #FAB8DA is #FFCCCC (or #FCC).
#FAB8DA color RGB value is (250,184,218).
RGB: (250,184,218)
(98%, 72%, 85%)
R 250 of 255 = 98%
G 184 of 255 = 72%
B 218 of 255 = 85%
R + G + B ~ 85%. #FAB8DA is quite light color.
R + G + B = 250 + 184 + 218 = 652 (100%)
R 250 of 652 ~ 38.34%
G 184 of 652 ~ 28.22%
B 218 of 652 ~ 33.44'%
#FAB8DA color CMYK value is (0,26,13,2).
CMYK: (0,26,13,2) C0M26Y13K2 (0%,26%,13%,2%) (0.00/0.26/0.13/0.02)
Color #FAB8DA in popluar color models
FA | B8 | DA | |
---|---|---|---|
RGB | 250 | 184 | 218 |
HSL | 329° | 86.84% | 85.10% |
HSB/HSV | 329° | 26.40% | 98.04% |
CMYK | 0.00% | 26.40% | 12.80% |
1.96% |
Color #FAB8DA in popluar number systems.
HEX | FA | B8 | DA |
Decimal | 250 | 184 | 218 |
Binary | 11111010 | 10111000 | 11011010 |
Octal | 372 | 270 | 332 |
Shades of #FAB8DA
Tints of #FAB8DA
Examples of css and html codes for elements with #FAB8DA color. Also use rgb(250,184,218) instead hex code.
.myTextColor { color: #FAB8DA; }
<p style="color:#FAB8DA">This sample text font color is #FAB8DA.</p>
This text font color is #FAB8DA.
.myBgColor { background-color: #FAB8DA; }
<div style="background-color:#FAB8DA">Inner text</div>
This div background color is #FAB8DA.
.myBorderColor { border: 1px solid #FAB8DA; }
<div style="border:3px solid #FAB8DA">Div</div>
This div border color is #FAB8DA.
.myOpacity80 { color: #FAB8DA; opacity: 0.8; }
<p style="color:#FAB8DA;opacity:0.8;">80%</p>
Text with #FAB8DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FAB8DA;}
<p style="text-shadow: 3px 3px 1px #FAB8DA">Text here.</p>
This text has shadow with #FAB8DA color.
.textShadow {text-shadow: 3px 3px 1px #FAB8DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FAB8DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #FAB8DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAB8DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FAB8DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #FAB8DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FAB8DA;
-webkit-box-shadow: 1px 1px 3px 2px #FAB8DA;
box-shadow: 1px 1px 3px 2px #FAB8DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAB8DA; -webkit-box-shadow: 1px 1px 3px 2px #FAB8DA; box-shadow:1px 1px 3px 2px #FAB8DA;">
Div content here
</div>
This text has color #FAB8DA on black background.
This text has color #FAB8DA on white background.
This text has black color on #FAB8DA background.
This text has white color on #FAB8DA background.
Complementary color for #hex is #054725.