Shades of Cupid #F6ABC2
Tints of Cupid #F6ABC2
RGB
CMYK
RGB Variations
Color information
#F6ABC2 (or 0xF6ABC2) is known color: Cupid. HEX triplet: F6, AB and C2. RGB value is (246,171,194). Sum of RGB (Red+Green+Blue) = 246+171+194=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABC2 is #09543D. Grayscale: #C4C4C4. Windows color (decimal): -611390 or 12758006. OLE color: 12758006.
HSL color Cylindrical-coordinate representation of color #F6ABC2: hue angle of 341.6º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABC2 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 194 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.04 |
| HSL | 341.6º | 0.81% | 0.82% | - |
| HSV(B) | 341.6º | 0.3% | 0.96% | - |
| XYZ | 62.31 | 52.61 | 57.91 | - |
| YUV | 196.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 194 | 0 | 0.30 | 0.21 | 0.04 | 341.6 | 0.81 | 0.82 |
| Hex | F6 | AB | C2 | 0 | 1E | 15 | 4 | 156 | 51 | 52 |
| Octal | 366 | 253 | 302 | 0 | 36 | 25 | 4 | 526 | 121 | 122 |
| Binary | 11110110 | 10101011 | 11000010 | 0 | 11110 | 10101 | 100 | 101010110 | 1010001 | 1010010 |
Color Harmonies of #F6ABC2
Complementary color
Monochromatic Colors of #F6ABC2
Black with #F6ABC2
Text Example
Text Example
White with #F6ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABC2; }
p { color: rgb(246,171,194); }
H1.HeaderClassName
{
color: #F6ABC2;
}
.AnyTagClassName
{
color: #F6ABC2;
}
</style>
background-color css
<style>
a { background-color: #F6ABC2; }
a { background-color: rgb(246,171,194); }
div.DivClassName
{
background-color: #F6ABC2;
}
.BgClassName
{
background-color: #F6ABC2;
}
</style>
border-color css
<style>
span { border-color: #F6ABC2; }
span { border-color: rgb(246,171,194); }
td.TdClassName
{
border-color: #F6ABC2;
}
.TagClassName
{
border-color: #F6ABC2;
}
</style>