Shades of Cupid #FAB0C0
Tints of Cupid #FAB0C0
RGB
CMYK
RGB Variations
Color information
#FAB0C0 (or 0xFAB0C0) is known color: Cupid. HEX triplet: FA, B0 and C0. RGB value is (250,176,192). Sum of RGB (Red+Green+Blue) = 250+176+192=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C0 is #054F3F. Grayscale: #C7C7C7. Windows color (decimal): -347968 or 12628218. OLE color: 12628218.
HSL color Cylindrical-coordinate representation of color #FAB0C0: hue angle of 347.03º 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 #FAB0C0 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 192 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.02 |
| HSL | 347.03º | 0.88% | 0.84% | - |
| HSV(B) | 347.03º | 0.3% | 0.98% | - |
| XYZ | 64.46 | 55.18 | 57.12 | - |
| YUV | 199.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 192 | 0 | 0.30 | 0.23 | 0.02 | 347.03 | 0.88 | 0.84 |
| Hex | FA | B0 | C0 | 0 | 1E | 17 | 2 | 15B | 58 | 54 |
| Octal | 372 | 260 | 300 | 0 | 36 | 27 | 2 | 533 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11000000 | 0 | 11110 | 10111 | 10 | 101011011 | 1011000 | 1010100 |
Color Harmonies of #FAB0C0
Complementary color
Monochromatic Colors of #FAB0C0
Black with #FAB0C0
Text Example
Text Example
White with #FAB0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0C0; }
p { color: rgb(250,176,192); }
H1.HeaderClassName
{
color: #FAB0C0;
}
.AnyTagClassName
{
color: #FAB0C0;
}
</style>
background-color css
<style>
a { background-color: #FAB0C0; }
a { background-color: rgb(250,176,192); }
div.DivClassName
{
background-color: #FAB0C0;
}
.BgClassName
{
background-color: #FAB0C0;
}
</style>
border-color css
<style>
span { border-color: #FAB0C0; }
span { border-color: rgb(250,176,192); }
td.TdClassName
{
border-color: #FAB0C0;
}
.TagClassName
{
border-color: #FAB0C0;
}
</style>