Shades of Cupid #F0ABC3
Tints of Cupid #F0ABC3
RGB
CMYK
RGB Variations
Color information
#F0ABC3 (or 0xF0ABC3) is known color: Cupid. HEX triplet: F0, AB and C3. RGB value is (240,171,195). Sum of RGB (Red+Green+Blue) = 240+171+195=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ABC3 is #0F543C. Grayscale: #C2C2C2. Windows color (decimal): -1004605 or 12823536. OLE color: 12823536.
HSL color Cylindrical-coordinate representation of color #F0ABC3: hue angle of 339.13º 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 #F0ABC3 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 195 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.06 |
| HSL | 339.13º | 0.7% | 0.81% | - |
| HSV(B) | 339.13º | 0.29% | 0.94% | - |
| XYZ | 60.35 | 51.59 | 58.41 | - |
| YUV | 194.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 195 | 0 | 0.29 | 0.19 | 0.06 | 339.13 | 0.7 | 0.81 |
| Hex | F0 | AB | C3 | 0 | 1D | 13 | 6 | 153 | 46 | 51 |
| Octal | 360 | 253 | 303 | 0 | 35 | 23 | 6 | 523 | 106 | 121 |
| Binary | 11110000 | 10101011 | 11000011 | 0 | 11101 | 10011 | 110 | 101010011 | 1000110 | 1010001 |
Color Harmonies of #F0ABC3
Complementary color
Monochromatic Colors of #F0ABC3
Black with #F0ABC3
Text Example
Text Example
White with #F0ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ABC3; }
p { color: rgb(240,171,195); }
H1.HeaderClassName
{
color: #F0ABC3;
}
.AnyTagClassName
{
color: #F0ABC3;
}
</style>
background-color css
<style>
a { background-color: #F0ABC3; }
a { background-color: rgb(240,171,195); }
div.DivClassName
{
background-color: #F0ABC3;
}
.BgClassName
{
background-color: #F0ABC3;
}
</style>
border-color css
<style>
span { border-color: #F0ABC3; }
span { border-color: rgb(240,171,195); }
td.TdClassName
{
border-color: #F0ABC3;
}
.TagClassName
{
border-color: #F0ABC3;
}
</style>