Shades of Cupid #FAABBE
Tints of Cupid #FAABBE
RGB
CMYK
RGB Variations
Color information
#FAABBE (or 0xFAABBE) is known color: Cupid. HEX triplet: FA, AB and BE. RGB value is (250,171,190). Sum of RGB (Red+Green+Blue) = 250+171+190=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABBE is #055441. Grayscale: #C4C4C4. Windows color (decimal): -349250 or 12495866. OLE color: 12495866.
HSL color Cylindrical-coordinate representation of color #FAABBE: hue angle of 345.57º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABBE is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 190 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.02 |
| HSL | 345.57º | 0.89% | 0.83% | - |
| HSV(B) | 345.57º | 0.32% | 0.98% | - |
| XYZ | 63.28 | 53.17 | 55.64 | - |
| YUV | 196.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 190 | 0 | 0.32 | 0.24 | 0.02 | 345.57 | 0.89 | 0.83 |
| Hex | FA | AB | BE | 0 | 20 | 18 | 2 | 15A | 59 | 53 |
| Octal | 372 | 253 | 276 | 0 | 40 | 30 | 2 | 532 | 131 | 123 |
| Binary | 11111010 | 10101011 | 10111110 | 0 | 100000 | 11000 | 10 | 101011010 | 1011001 | 1010011 |
Color Harmonies of #FAABBE
Complementary color
Monochromatic Colors of #FAABBE
Black with #FAABBE
Text Example
Text Example
White with #FAABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABBE; }
p { color: rgb(250,171,190); }
H1.HeaderClassName
{
color: #FAABBE;
}
.AnyTagClassName
{
color: #FAABBE;
}
</style>
background-color css
<style>
a { background-color: #FAABBE; }
a { background-color: rgb(250,171,190); }
div.DivClassName
{
background-color: #FAABBE;
}
.BgClassName
{
background-color: #FAABBE;
}
</style>
border-color css
<style>
span { border-color: #FAABBE; }
span { border-color: rgb(250,171,190); }
td.TdClassName
{
border-color: #FAABBE;
}
.TagClassName
{
border-color: #FAABBE;
}
</style>