Shades of Cupid #FAB0C1
Tints of Cupid #FAB0C1
RGB
CMYK
RGB Variations
Color information
#FAB0C1 (or 0xFAB0C1) is known color: Cupid. HEX triplet: FA, B0 and C1. RGB value is (250,176,193). Sum of RGB (Red+Green+Blue) = 250+176+193=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C1 is #054F3E. Grayscale: #C8C8C8. Windows color (decimal): -347967 or 12693754. OLE color: 12693754.
HSL color Cylindrical-coordinate representation of color #FAB0C1: hue angle of 346.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAB0C1 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 193 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.02 |
| HSL | 346.22º | 0.88% | 0.84% | - |
| HSV(B) | 346.22º | 0.3% | 0.98% | - |
| XYZ | 64.58 | 55.22 | 57.71 | - |
| YUV | 200.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 193 | 0 | 0.30 | 0.23 | 0.02 | 346.22 | 0.88 | 0.84 |
| Hex | FA | B0 | C1 | 0 | 1E | 17 | 2 | 15A | 58 | 54 |
| Octal | 372 | 260 | 301 | 0 | 36 | 27 | 2 | 532 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11000001 | 0 | 11110 | 10111 | 10 | 101011010 | 1011000 | 1010100 |
Color Harmonies of #FAB0C1
Complementary color
Monochromatic Colors of #FAB0C1
Black with #FAB0C1
Text Example
Text Example
White with #FAB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0C1; }
p { color: rgb(250,176,193); }
H1.HeaderClassName
{
color: #FAB0C1;
}
.AnyTagClassName
{
color: #FAB0C1;
}
</style>
background-color css
<style>
a { background-color: #FAB0C1; }
a { background-color: rgb(250,176,193); }
div.DivClassName
{
background-color: #FAB0C1;
}
.BgClassName
{
background-color: #FAB0C1;
}
</style>
border-color css
<style>
span { border-color: #FAB0C1; }
span { border-color: rgb(250,176,193); }
td.TdClassName
{
border-color: #FAB0C1;
}
.TagClassName
{
border-color: #FAB0C1;
}
</style>