Shades of Cupid #FFABC2
Tints of Cupid #FFABC2
RGB
CMYK
RGB Variations
Color information
#FFABC2 (or 0xFFABC2) is known color: Cupid. HEX triplet: FF, AB and C2. RGB value is (255,171,194). Sum of RGB (Red+Green+Blue) = 255+171+194=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 171 (67.19% from 255 or 27.58% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABC2 is #00543D. Grayscale: #C6C6C6. Windows color (decimal): -21566 or 12758015. OLE color: 12758015.
HSL color Cylindrical-coordinate representation of color #FFABC2: hue angle of 343.57º 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 #FFABC2 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 194 | - |
| CMYK | 0 | 0.33 | 0.24 | 0 |
| HSL | 343.57º | 1% | 0.84% | - |
| HSV(B) | 343.57º | 0.33% | 1% | - |
| XYZ | 65.54 | 54.28 | 58.06 | - |
| YUV | 198.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 194 | 0 | 0.33 | 0.24 | 0 | 343.57 | 1 | 0.84 |
| Hex | FF | AB | C2 | 0 | 21 | 18 | 0 | 158 | 64 | 54 |
| Octal | 377 | 253 | 302 | 0 | 41 | 30 | 0 | 530 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11000010 | 0 | 100001 | 11000 | 0 | 101011000 | 1100100 | 1010100 |
Color Harmonies of #FFABC2
Complementary color
Monochromatic Colors of #FFABC2
Black with #FFABC2
Text Example
Text Example
White with #FFABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABC2; }
p { color: rgb(255,171,194); }
H1.HeaderClassName
{
color: #FFABC2;
}
.AnyTagClassName
{
color: #FFABC2;
}
</style>
background-color css
<style>
a { background-color: #FFABC2; }
a { background-color: rgb(255,171,194); }
div.DivClassName
{
background-color: #FFABC2;
}
.BgClassName
{
background-color: #FFABC2;
}
</style>
border-color css
<style>
span { border-color: #FFABC2; }
span { border-color: rgb(255,171,194); }
td.TdClassName
{
border-color: #FFABC2;
}
.TagClassName
{
border-color: #FFABC2;
}
</style>