Shades of Cupid #F6ADBD
Tints of Cupid #F6ADBD
RGB
CMYK
RGB Variations
Color information
#F6ADBD (or 0xF6ADBD) is known color: Cupid. HEX triplet: F6, AD and BD. RGB value is (246,173,189). Sum of RGB (Red+Green+Blue) = 246+173+189=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADBD is #095242. Grayscale: #C4C4C4. Windows color (decimal): -610883 or 12430838. OLE color: 12430838.
HSL color Cylindrical-coordinate representation of color #F6ADBD: hue angle of 346.85º degrees, saturation: 0.8, 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 #F6ADBD is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 189 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.04 |
| HSL | 346.85º | 0.8% | 0.82% | - |
| HSV(B) | 346.85º | 0.3% | 0.96% | - |
| XYZ | 62.13 | 53.15 | 55.13 | - |
| YUV | 196.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 189 | 0 | 0.30 | 0.23 | 0.04 | 346.85 | 0.8 | 0.82 |
| Hex | F6 | AD | BD | 0 | 1E | 17 | 4 | 15B | 50 | 52 |
| Octal | 366 | 255 | 275 | 0 | 36 | 27 | 4 | 533 | 120 | 122 |
| Binary | 11110110 | 10101101 | 10111101 | 0 | 11110 | 10111 | 100 | 101011011 | 1010000 | 1010010 |
Color Harmonies of #F6ADBD
Complementary color
Monochromatic Colors of #F6ADBD
Black with #F6ADBD
Text Example
Text Example
White with #F6ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADBD; }
p { color: rgb(246,173,189); }
H1.HeaderClassName
{
color: #F6ADBD;
}
.AnyTagClassName
{
color: #F6ADBD;
}
</style>
background-color css
<style>
a { background-color: #F6ADBD; }
a { background-color: rgb(246,173,189); }
div.DivClassName
{
background-color: #F6ADBD;
}
.BgClassName
{
background-color: #F6ADBD;
}
</style>
border-color css
<style>
span { border-color: #F6ADBD; }
span { border-color: rgb(246,173,189); }
td.TdClassName
{
border-color: #F6ADBD;
}
.TagClassName
{
border-color: #F6ADBD;
}
</style>