Shades of Cupid #F0ABC8
Tints of Cupid #F0ABC8
RGB
CMYK
RGB Variations
Color information
#F0ABC8 (or 0xF0ABC8) is known color: Cupid. HEX triplet: F0, AB and C8. RGB value is (240,171,200). Sum of RGB (Red+Green+Blue) = 240+171+200=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC8 is #0F5437. Grayscale: #C2C2C2. Windows color (decimal): -1004600 or 13151216. OLE color: 13151216.
HSL color Cylindrical-coordinate representation of color #F0ABC8: hue angle of 334.78º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0ABC8 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 200 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.06 |
| HSL | 334.78º | 0.7% | 0.81% | - |
| HSV(B) | 334.78º | 0.29% | 0.94% | - |
| XYZ | 60.92 | 51.82 | 61.44 | - |
| YUV | 194.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 200 | 0 | 0.29 | 0.17 | 0.06 | 334.78 | 0.7 | 0.81 |
| Hex | F0 | AB | C8 | 0 | 1D | 11 | 6 | 14F | 46 | 51 |
| Octal | 360 | 253 | 310 | 0 | 35 | 21 | 6 | 517 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11001000 | 0 | 11101 | 10001 | 110 | 101001111 | 1000110 | 1010001 |
Color Harmonies of #F0ABC8
Complementary color
Monochromatic Colors of #F0ABC8
Black with #F0ABC8
Text Example
Text Example
White with #F0ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABC8; }
p { color: rgb(240,171,200); }
H1.HeaderClassName
{
color: #F0ABC8;
}
.AnyTagClassName
{
color: #F0ABC8;
}
</style>
background-color css
<style>
a { background-color: #F0ABC8; }
a { background-color: rgb(240,171,200); }
div.DivClassName
{
background-color: #F0ABC8;
}
.BgClassName
{
background-color: #F0ABC8;
}
</style>
border-color css
<style>
span { border-color: #F0ABC8; }
span { border-color: rgb(240,171,200); }
td.TdClassName
{
border-color: #F0ABC8;
}
.TagClassName
{
border-color: #F0ABC8;
}
</style>