Shades of Cupid #F0ABC2
Tints of Cupid #F0ABC2
RGB
CMYK
RGB Variations
Color information
#F0ABC2 (or 0xF0ABC2) is known color: Cupid. HEX triplet: F0, AB and C2. RGB value is (240,171,194). Sum of RGB (Red+Green+Blue) = 240+171+194=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC2 is #0F543D. Grayscale: #C2C2C2. Windows color (decimal): -1004606 or 12758000. OLE color: 12758000.
HSL color Cylindrical-coordinate representation of color #F0ABC2: hue angle of 340º 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 #F0ABC2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 194 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.06 |
| HSL | 340º | 0.7% | 0.81% | - |
| HSV(B) | 340º | 0.29% | 0.94% | - |
| XYZ | 60.24 | 51.55 | 57.81 | - |
| YUV | 194.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 194 | 0 | 0.29 | 0.19 | 0.06 | 340 | 0.7 | 0.81 |
| Hex | F0 | AB | C2 | 0 | 1D | 13 | 6 | 154 | 46 | 51 |
| Octal | 360 | 253 | 302 | 0 | 35 | 23 | 6 | 524 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11000010 | 0 | 11101 | 10011 | 110 | 101010100 | 1000110 | 1010001 |
Color Harmonies of #F0ABC2
Complementary color
Monochromatic Colors of #F0ABC2
Black with #F0ABC2
Text Example
Text Example
White with #F0ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABC2; }
p { color: rgb(240,171,194); }
H1.HeaderClassName
{
color: #F0ABC2;
}
.AnyTagClassName
{
color: #F0ABC2;
}
</style>
background-color css
<style>
a { background-color: #F0ABC2; }
a { background-color: rgb(240,171,194); }
div.DivClassName
{
background-color: #F0ABC2;
}
.BgClassName
{
background-color: #F0ABC2;
}
</style>
border-color css
<style>
span { border-color: #F0ABC2; }
span { border-color: rgb(240,171,194); }
td.TdClassName
{
border-color: #F0ABC2;
}
.TagClassName
{
border-color: #F0ABC2;
}
</style>