Shades of Cupid #FAB0C3
Tints of Cupid #FAB0C3
RGB
CMYK
RGB Variations
Color information
#FAB0C3 (or 0xFAB0C3) is known color: Cupid. HEX triplet: FA, B0 and C3. RGB value is (250,176,195). Sum of RGB (Red+Green+Blue) = 250+176+195=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0C3 is #054F3C. Grayscale: #C8C8C8. Windows color (decimal): -347965 or 12824826. OLE color: 12824826.
HSL color Cylindrical-coordinate representation of color #FAB0C3: hue angle of 344.59º 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 #FAB0C3 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 195 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.02 |
| HSL | 344.59º | 0.88% | 0.84% | - |
| HSV(B) | 344.59º | 0.3% | 0.98% | - |
| XYZ | 64.8 | 55.31 | 58.89 | - |
| YUV | 200.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 195 | 0 | 0.30 | 0.22 | 0.02 | 344.59 | 0.88 | 0.84 |
| Hex | FA | B0 | C3 | 0 | 1E | 16 | 2 | 159 | 58 | 54 |
| Octal | 372 | 260 | 303 | 0 | 36 | 26 | 2 | 531 | 130 | 124 |
| Binary | 11111010 | 10110000 | 11000011 | 0 | 11110 | 10110 | 10 | 101011001 | 1011000 | 1010100 |
Color Harmonies of #FAB0C3
Complementary color
Monochromatic Colors of #FAB0C3
Black with #FAB0C3
Text Example
Text Example
White with #FAB0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB0C3; }
p { color: rgb(250,176,195); }
H1.HeaderClassName
{
color: #FAB0C3;
}
.AnyTagClassName
{
color: #FAB0C3;
}
</style>
background-color css
<style>
a { background-color: #FAB0C3; }
a { background-color: rgb(250,176,195); }
div.DivClassName
{
background-color: #FAB0C3;
}
.BgClassName
{
background-color: #FAB0C3;
}
</style>
border-color css
<style>
span { border-color: #FAB0C3; }
span { border-color: rgb(250,176,195); }
td.TdClassName
{
border-color: #FAB0C3;
}
.TagClassName
{
border-color: #FAB0C3;
}
</style>