Shades of Cupid #F6ADBC
Tints of Cupid #F6ADBC
RGB
CMYK
RGB Variations
Color information
#F6ADBC (or 0xF6ADBC) is known color: Cupid. HEX triplet: F6, AD and BC. RGB value is (246,173,188). Sum of RGB (Red+Green+Blue) = 246+173+188=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADBC is #095243. Grayscale: #C4C4C4. Windows color (decimal): -610884 or 12365302. OLE color: 12365302.
HSL color Cylindrical-coordinate representation of color #F6ADBC: hue angle of 347.67º 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 #F6ADBC is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 188 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.04 |
| HSL | 347.67º | 0.8% | 0.82% | - |
| HSV(B) | 347.67º | 0.3% | 0.96% | - |
| XYZ | 62.03 | 53.11 | 54.56 | - |
| YUV | 196.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 188 | 0 | 0.30 | 0.24 | 0.04 | 347.67 | 0.8 | 0.82 |
| Hex | F6 | AD | BC | 0 | 1E | 18 | 4 | 15C | 50 | 52 |
| Octal | 366 | 255 | 274 | 0 | 36 | 30 | 4 | 534 | 120 | 122 |
| Binary | 11110110 | 10101101 | 10111100 | 0 | 11110 | 11000 | 100 | 101011100 | 1010000 | 1010010 |
Color Harmonies of #F6ADBC
Complementary color
Monochromatic Colors of #F6ADBC
Black with #F6ADBC
Text Example
Text Example
White with #F6ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADBC; }
p { color: rgb(246,173,188); }
H1.HeaderClassName
{
color: #F6ADBC;
}
.AnyTagClassName
{
color: #F6ADBC;
}
</style>
background-color css
<style>
a { background-color: #F6ADBC; }
a { background-color: rgb(246,173,188); }
div.DivClassName
{
background-color: #F6ADBC;
}
.BgClassName
{
background-color: #F6ADBC;
}
</style>
border-color css
<style>
span { border-color: #F6ADBC; }
span { border-color: rgb(246,173,188); }
td.TdClassName
{
border-color: #F6ADBC;
}
.TagClassName
{
border-color: #F6ADBC;
}
</style>