Shades of Cupid #FAB0CA
Tints of Cupid #FAB0CA
RGB
CMYK
RGB Variations
Color information
#FAB0CA (or 0xFAB0CA) is known color: Cupid. HEX triplet: FA, B0 and CA. RGB value is (250,176,202). Sum of RGB (Red+Green+Blue) = 250+176+202=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0CA is #054F35. Grayscale: #C9C9C9. Windows color (decimal): -347958 or 13283578. OLE color: 13283578.
HSL color Cylindrical-coordinate representation of color #FAB0CA: hue angle of 338.92º 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 #FAB0CA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 202 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.02 |
| HSL | 338.92º | 0.88% | 0.84% | - |
| HSV(B) | 338.92º | 0.3% | 0.98% | - |
| XYZ | 65.61 | 55.64 | 63.16 | - |
| YUV | 201.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 202 | 0 | 0.30 | 0.19 | 0.02 | 338.92 | 0.88 | 0.84 |
| Hex | FA | B0 | CA | 0 | 1E | 13 | 2 | 153 | 58 | 54 |
| Octal | 372 | 260 | 312 | 0 | 36 | 23 | 2 | 523 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11001010 | 0 | 11110 | 10011 | 10 | 101010011 | 1011000 | 1010100 |
Color Harmonies of #FAB0CA
Complementary color
Monochromatic Colors of #FAB0CA
Black with #FAB0CA
Text Example
Text Example
White with #FAB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0CA; }
p { color: rgb(250,176,202); }
H1.HeaderClassName
{
color: #FAB0CA;
}
.AnyTagClassName
{
color: #FAB0CA;
}
</style>
background-color css
<style>
a { background-color: #FAB0CA; }
a { background-color: rgb(250,176,202); }
div.DivClassName
{
background-color: #FAB0CA;
}
.BgClassName
{
background-color: #FAB0CA;
}
</style>
border-color css
<style>
span { border-color: #FAB0CA; }
span { border-color: rgb(250,176,202); }
td.TdClassName
{
border-color: #FAB0CA;
}
.TagClassName
{
border-color: #FAB0CA;
}
</style>