Shades of Cupid #F0ABB8
Tints of Cupid #F0ABB8
RGB
CMYK
RGB Variations
Color information
#F0ABB8 (or 0xF0ABB8) is known color: Cupid. HEX triplet: F0, AB and B8. RGB value is (240,171,184). Sum of RGB (Red+Green+Blue) = 240+171+184=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABB8 is #0F5447. Grayscale: #C1C1C1. Windows color (decimal): -1004616 or 12102640. OLE color: 12102640.
HSL color Cylindrical-coordinate representation of color #F0ABB8: hue angle of 348.7º 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 #F0ABB8 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 184 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.06 |
| HSL | 348.7º | 0.7% | 0.81% | - |
| HSV(B) | 348.7º | 0.29% | 0.94% | - |
| XYZ | 59.15 | 51.11 | 52.1 | - |
| YUV | 193.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 184 | 0 | 0.29 | 0.23 | 0.06 | 348.7 | 0.7 | 0.81 |
| Hex | F0 | AB | B8 | 0 | 1D | 17 | 6 | 15D | 46 | 51 |
| Octal | 360 | 253 | 270 | 0 | 35 | 27 | 6 | 535 | 106 | 121 |
| Binary | 11110000 | 10101011 | 10111000 | 0 | 11101 | 10111 | 110 | 101011101 | 1000110 | 1010001 |
Color Harmonies of #F0ABB8
Complementary color
Monochromatic Colors of #F0ABB8
Black with #F0ABB8
Text Example
Text Example
White with #F0ABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABB8; }
p { color: rgb(240,171,184); }
H1.HeaderClassName
{
color: #F0ABB8;
}
.AnyTagClassName
{
color: #F0ABB8;
}
</style>
background-color css
<style>
a { background-color: #F0ABB8; }
a { background-color: rgb(240,171,184); }
div.DivClassName
{
background-color: #F0ABB8;
}
.BgClassName
{
background-color: #F0ABB8;
}
</style>
border-color css
<style>
span { border-color: #F0ABB8; }
span { border-color: rgb(240,171,184); }
td.TdClassName
{
border-color: #F0ABB8;
}
.TagClassName
{
border-color: #F0ABB8;
}
</style>