Shades of Cupid #FAB1C1
Tints of Cupid #FAB1C1
RGB
CMYK
RGB Variations
Color information
#FAB1C1 (or 0xFAB1C1) is known color: Cupid. HEX triplet: FA, B1 and C1. RGB value is (250,177,193). Sum of RGB (Red+Green+Blue) = 250+177+193=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1C1 is #054E3E. Grayscale: #C8C8C8. Windows color (decimal): -347711 or 12694010. OLE color: 12694010.
HSL color Cylindrical-coordinate representation of color #FAB1C1: hue angle of 346.85º 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 #FAB1C1 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 177 | 193 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.02 |
| HSL | 346.85º | 0.88% | 0.84% | - |
| HSV(B) | 346.85º | 0.29% | 0.98% | - |
| XYZ | 64.77 | 55.62 | 57.77 | - |
| YUV | 200.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 177 | 193 | 0 | 0.29 | 0.23 | 0.02 | 346.85 | 0.88 | 0.84 |
| Hex | FA | B1 | C1 | 0 | 1D | 17 | 2 | 15B | 58 | 54 |
| Octal | 372 | 261 | 301 | 0 | 35 | 27 | 2 | 533 | 130 | 124 |
| Binary | 11111010 | 10110001 | 11000001 | 0 | 11101 | 10111 | 10 | 101011011 | 1011000 | 1010100 |
Color Harmonies of #FAB1C1
Complementary color
Monochromatic Colors of #FAB1C1
Black with #FAB1C1
Text Example
Text Example
White with #FAB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1C1; }
p { color: rgb(250,177,193); }
H1.HeaderClassName
{
color: #FAB1C1;
}
.AnyTagClassName
{
color: #FAB1C1;
}
</style>
background-color css
<style>
a { background-color: #FAB1C1; }
a { background-color: rgb(250,177,193); }
div.DivClassName
{
background-color: #FAB1C1;
}
.BgClassName
{
background-color: #FAB1C1;
}
</style>
border-color css
<style>
span { border-color: #FAB1C1; }
span { border-color: rgb(250,177,193); }
td.TdClassName
{
border-color: #FAB1C1;
}
.TagClassName
{
border-color: #FAB1C1;
}
</style>