Shades of Cupid #FFABC1
Tints of Cupid #FFABC1
RGB
CMYK
RGB Variations
Color information
#FFABC1 (or 0xFFABC1) is known color: Cupid. HEX triplet: FF, AB and C1. RGB value is (255,171,193). Sum of RGB (Red+Green+Blue) = 255+171+193=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC1 is #00543E. Grayscale: #C6C6C6. Windows color (decimal): -21567 or 12692479. OLE color: 12692479.
HSL color Cylindrical-coordinate representation of color #FFABC1: hue angle of 344.29º 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 #FFABC1 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 193 | - |
| CMYK | 0 | 0.33 | 0.24 | 0 |
| HSL | 344.29º | 1% | 0.84% | - |
| HSV(B) | 344.29º | 0.33% | 1% | - |
| XYZ | 65.43 | 54.24 | 57.47 | - |
| YUV | 198.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 193 | 0 | 0.33 | 0.24 | 0 | 344.29 | 1 | 0.84 |
| Hex | FF | AB | C1 | 0 | 21 | 18 | 0 | 158 | 64 | 54 |
| Octal | 377 | 253 | 301 | 0 | 41 | 30 | 0 | 530 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11000001 | 0 | 100001 | 11000 | 0 | 101011000 | 1100100 | 1010100 |
Color Harmonies of #FFABC1
Complementary color
Monochromatic Colors of #FFABC1
Black with #FFABC1
Text Example
Text Example
White with #FFABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC1; }
p { color: rgb(255,171,193); }
H1.HeaderClassName
{
color: #FFABC1;
}
.AnyTagClassName
{
color: #FFABC1;
}
</style>
background-color css
<style>
a { background-color: #FFABC1; }
a { background-color: rgb(255,171,193); }
div.DivClassName
{
background-color: #FFABC1;
}
.BgClassName
{
background-color: #FFABC1;
}
</style>
border-color css
<style>
span { border-color: #FFABC1; }
span { border-color: rgb(255,171,193); }
td.TdClassName
{
border-color: #FFABC1;
}
.TagClassName
{
border-color: #FFABC1;
}
</style>