Shades of Cupid #FFABC0
Tints of Cupid #FFABC0
RGB
CMYK
RGB Variations
Color information
#FFABC0 (or 0xFFABC0) is known color: Cupid. HEX triplet: FF, AB and C0. RGB value is (255,171,192). Sum of RGB (Red+Green+Blue) = 255+171+192=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC0 is #00543F. Grayscale: #C6C6C6. Windows color (decimal): -21568 or 12626943. OLE color: 12626943.
HSL color Cylindrical-coordinate representation of color #FFABC0: hue angle of 345º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABC0 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 192 | - |
| CMYK | 0 | 0.33 | 0.25 | 0 |
| HSL | 345º | 1% | 0.84% | - |
| HSV(B) | 345º | 0.33% | 1% | - |
| XYZ | 65.32 | 54.19 | 56.89 | - |
| YUV | 198.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 192 | 0 | 0.33 | 0.25 | 0 | 345 | 1 | 0.84 |
| Hex | FF | AB | C0 | 0 | 21 | 19 | 0 | 159 | 64 | 54 |
| Octal | 377 | 253 | 300 | 0 | 41 | 31 | 0 | 531 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11000000 | 0 | 100001 | 11001 | 0 | 101011001 | 1100100 | 1010100 |
Color Harmonies of #FFABC0
Complementary color
Monochromatic Colors of #FFABC0
Black with #FFABC0
Text Example
Text Example
White with #FFABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC0; }
p { color: rgb(255,171,192); }
H1.HeaderClassName
{
color: #FFABC0;
}
.AnyTagClassName
{
color: #FFABC0;
}
</style>
background-color css
<style>
a { background-color: #FFABC0; }
a { background-color: rgb(255,171,192); }
div.DivClassName
{
background-color: #FFABC0;
}
.BgClassName
{
background-color: #FFABC0;
}
</style>
border-color css
<style>
span { border-color: #FFABC0; }
span { border-color: rgb(255,171,192); }
td.TdClassName
{
border-color: #FFABC0;
}
.TagClassName
{
border-color: #FFABC0;
}
</style>