Shades of Cupid #F0ABBD
Tints of Cupid #F0ABBD
RGB
CMYK
RGB Variations
Color information
#F0ABBD (or 0xF0ABBD) is known color: Cupid. HEX triplet: F0, AB and BD. RGB value is (240,171,189). Sum of RGB (Red+Green+Blue) = 240+171+189=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABBD is #0F5442. Grayscale: #C1C1C1. Windows color (decimal): -1004611 or 12430320. OLE color: 12430320.
HSL color Cylindrical-coordinate representation of color #F0ABBD: hue angle of 344.35º 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 #F0ABBD is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 189 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.06 |
| HSL | 344.35º | 0.7% | 0.81% | - |
| HSV(B) | 344.35º | 0.29% | 0.94% | - |
| XYZ | 59.68 | 51.33 | 54.91 | - |
| YUV | 193.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 189 | 0 | 0.29 | 0.21 | 0.06 | 344.35 | 0.7 | 0.81 |
| Hex | F0 | AB | BD | 0 | 1D | 15 | 6 | 158 | 46 | 51 |
| Octal | 360 | 253 | 275 | 0 | 35 | 25 | 6 | 530 | 106 | 121 |
| Binary | 11110000 | 10101011 | 10111101 | 0 | 11101 | 10101 | 110 | 101011000 | 1000110 | 1010001 |
Color Harmonies of #F0ABBD
Complementary color
Monochromatic Colors of #F0ABBD
Black with #F0ABBD
Text Example
Text Example
White with #F0ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABBD; }
p { color: rgb(240,171,189); }
H1.HeaderClassName
{
color: #F0ABBD;
}
.AnyTagClassName
{
color: #F0ABBD;
}
</style>
background-color css
<style>
a { background-color: #F0ABBD; }
a { background-color: rgb(240,171,189); }
div.DivClassName
{
background-color: #F0ABBD;
}
.BgClassName
{
background-color: #F0ABBD;
}
</style>
border-color css
<style>
span { border-color: #F0ABBD; }
span { border-color: rgb(240,171,189); }
td.TdClassName
{
border-color: #F0ABBD;
}
.TagClassName
{
border-color: #F0ABBD;
}
</style>