Shades of Cupid #F6ABBD
Tints of Cupid #F6ABBD
RGB
CMYK
RGB Variations
Color information
#F6ABBD (or 0xF6ABBD) is known color: Cupid. HEX triplet: F6, AB and BD. RGB value is (246,171,189). Sum of RGB (Red+Green+Blue) = 246+171+189=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABBD is #095442. Grayscale: #C3C3C3. Windows color (decimal): -611395 or 12430326. OLE color: 12430326.
HSL color Cylindrical-coordinate representation of color #F6ABBD: hue angle of 345.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 #F6ABBD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 171 | 189 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.04 |
| HSL | 345.6º | 0.81% | 0.82% | - |
| HSV(B) | 345.6º | 0.3% | 0.96% | - |
| XYZ | 61.75 | 52.39 | 55 | - |
| YUV | 195.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 171 | 189 | 0 | 0.30 | 0.23 | 0.04 | 345.6 | 0.81 | 0.82 |
| Hex | F6 | AB | BD | 0 | 1E | 17 | 4 | 15A | 51 | 52 |
| Octal | 366 | 253 | 275 | 0 | 36 | 27 | 4 | 532 | 121 | 122 |
| Binary | 11110110 | 10101011 | 10111101 | 0 | 11110 | 10111 | 100 | 101011010 | 1010001 | 1010010 |
Color Harmonies of #F6ABBD
Complementary color
Monochromatic Colors of #F6ABBD
Black with #F6ABBD
Text Example
Text Example
White with #F6ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ABBD; }
p { color: rgb(246,171,189); }
H1.HeaderClassName
{
color: #F6ABBD;
}
.AnyTagClassName
{
color: #F6ABBD;
}
</style>
background-color css
<style>
a { background-color: #F6ABBD; }
a { background-color: rgb(246,171,189); }
div.DivClassName
{
background-color: #F6ABBD;
}
.BgClassName
{
background-color: #F6ABBD;
}
</style>
border-color css
<style>
span { border-color: #F6ABBD; }
span { border-color: rgb(246,171,189); }
td.TdClassName
{
border-color: #F6ABBD;
}
.TagClassName
{
border-color: #F6ABBD;
}
</style>