Shades of Cupid #FAB1CA
Tints of Cupid #FAB1CA
RGB
CMYK
RGB Variations
Color information
#FAB1CA (or 0xFAB1CA) is known color: Cupid. HEX triplet: FA, B1 and CA. RGB value is (250,177,202). Sum of RGB (Red+Green+Blue) = 250+177+202=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1CA is #054E35. Grayscale: #C9C9C9. Windows color (decimal): -347702 or 13283834. OLE color: 13283834.
HSL color Cylindrical-coordinate representation of color #FAB1CA: hue angle of 339.45º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1CA is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 202 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.02 |
| HSL | 339.45º | 0.88% | 0.84% | - |
| HSV(B) | 339.45º | 0.29% | 0.98% | - |
| XYZ | 65.81 | 56.03 | 63.22 | - |
| YUV | 201.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 202 | 0 | 0.29 | 0.19 | 0.02 | 339.45 | 0.88 | 0.84 |
| Hex | FA | B1 | CA | 0 | 1D | 13 | 2 | 153 | 58 | 54 |
| Octal | 372 | 261 | 312 | 0 | 35 | 23 | 2 | 523 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11001010 | 0 | 11101 | 10011 | 10 | 101010011 | 1011000 | 1010100 |
Color Harmonies of #FAB1CA
Complementary color
Monochromatic Colors of #FAB1CA
Black with #FAB1CA
Text Example
Text Example
White with #FAB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1CA; }
p { color: rgb(250,177,202); }
H1.HeaderClassName
{
color: #FAB1CA;
}
.AnyTagClassName
{
color: #FAB1CA;
}
</style>
background-color css
<style>
a { background-color: #FAB1CA; }
a { background-color: rgb(250,177,202); }
div.DivClassName
{
background-color: #FAB1CA;
}
.BgClassName
{
background-color: #FAB1CA;
}
</style>
border-color css
<style>
span { border-color: #FAB1CA; }
span { border-color: rgb(250,177,202); }
td.TdClassName
{
border-color: #FAB1CA;
}
.TagClassName
{
border-color: #FAB1CA;
}
</style>