Shades of Cupid #FAB1C8
Tints of Cupid #FAB1C8
RGB
CMYK
RGB Variations
Color information
#FAB1C8 (or 0xFAB1C8) is known color: Cupid. HEX triplet: FA, B1 and C8. RGB value is (250,177,200). Sum of RGB (Red+Green+Blue) = 250+177+200=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C8 is #054E37. Grayscale: #C9C9C9. Windows color (decimal): -347704 or 13152762. OLE color: 13152762.
HSL color Cylindrical-coordinate representation of color #FAB1C8: hue angle of 341.1º 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 #FAB1C8 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 200 | - |
| CMYK | 0 | 0.29 | 0.2 | 0.02 |
| HSL | 341.1º | 0.88% | 0.84% | - |
| HSV(B) | 341.1º | 0.29% | 0.98% | - |
| XYZ | 65.57 | 55.94 | 61.98 | - |
| YUV | 201.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 200 | 0 | 0.29 | 0.2 | 0.02 | 341.1 | 0.88 | 0.84 |
| Hex | FA | B1 | C8 | 0 | 1D | 14 | 2 | 155 | 58 | 54 |
| Octal | 372 | 261 | 310 | 0 | 35 | 24 | 2 | 525 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11001000 | 0 | 11101 | 10100 | 10 | 101010101 | 1011000 | 1010100 |
Color Harmonies of #FAB1C8
Complementary color
Monochromatic Colors of #FAB1C8
Black with #FAB1C8
Text Example
Text Example
White with #FAB1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1C8; }
p { color: rgb(250,177,200); }
H1.HeaderClassName
{
color: #FAB1C8;
}
.AnyTagClassName
{
color: #FAB1C8;
}
</style>
background-color css
<style>
a { background-color: #FAB1C8; }
a { background-color: rgb(250,177,200); }
div.DivClassName
{
background-color: #FAB1C8;
}
.BgClassName
{
background-color: #FAB1C8;
}
</style>
border-color css
<style>
span { border-color: #FAB1C8; }
span { border-color: rgb(250,177,200); }
td.TdClassName
{
border-color: #FAB1C8;
}
.TagClassName
{
border-color: #FAB1C8;
}
</style>