Shades of Cupid #F6AFBD
Tints of Cupid #F6AFBD
RGB
CMYK
RGB Variations
Color information
#F6AFBD (or 0xF6AFBD) is known color: Cupid. HEX triplet: F6, AF and BD. RGB value is (246,175,189). Sum of RGB (Red+Green+Blue) = 246+175+189=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AFBD is #095042. Grayscale: #C5C5C5. Windows color (decimal): -610371 or 12431350. OLE color: 12431350.
HSL color Cylindrical-coordinate representation of color #F6AFBD: hue angle of 348.17º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AFBD is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 189 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.04 |
| HSL | 348.17º | 0.8% | 0.83% | - |
| HSV(B) | 348.17º | 0.29% | 0.96% | - |
| XYZ | 62.52 | 53.93 | 55.26 | - |
| YUV | 197.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 189 | 0 | 0.29 | 0.23 | 0.04 | 348.17 | 0.8 | 0.83 |
| Hex | F6 | AF | BD | 0 | 1D | 17 | 4 | 15C | 50 | 53 |
| Octal | 366 | 257 | 275 | 0 | 35 | 27 | 4 | 534 | 120 | 123 |
| Binary | 11110110 | 10101111 | 10111101 | 0 | 11101 | 10111 | 100 | 101011100 | 1010000 | 1010011 |
Color Harmonies of #F6AFBD
Complementary color
Monochromatic Colors of #F6AFBD
Black with #F6AFBD
Text Example
Text Example
White with #F6AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AFBD; }
p { color: rgb(246,175,189); }
H1.HeaderClassName
{
color: #F6AFBD;
}
.AnyTagClassName
{
color: #F6AFBD;
}
</style>
background-color css
<style>
a { background-color: #F6AFBD; }
a { background-color: rgb(246,175,189); }
div.DivClassName
{
background-color: #F6AFBD;
}
.BgClassName
{
background-color: #F6AFBD;
}
</style>
border-color css
<style>
span { border-color: #F6AFBD; }
span { border-color: rgb(246,175,189); }
td.TdClassName
{
border-color: #F6AFBD;
}
.TagClassName
{
border-color: #F6AFBD;
}
</style>