Shades of Cupid #F6ADC4
Tints of Cupid #F6ADC4
RGB
CMYK
RGB Variations
Color information
#F6ADC4 (or 0xF6ADC4) is known color: Cupid. HEX triplet: F6, AD and C4. RGB value is (246,173,196). Sum of RGB (Red+Green+Blue) = 246+173+196=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADC4 is #09523B. Grayscale: #C5C5C5. Windows color (decimal): -610876 or 12889590. OLE color: 12889590.
HSL color Cylindrical-coordinate representation of color #F6ADC4: hue angle of 341.1º 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 #F6ADC4 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 196 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.04 |
| HSL | 341.1º | 0.8% | 0.82% | - |
| HSV(B) | 341.1º | 0.3% | 0.96% | - |
| XYZ | 62.91 | 53.47 | 59.23 | - |
| YUV | 197.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 196 | 0 | 0.30 | 0.20 | 0.04 | 341.1 | 0.8 | 0.82 |
| Hex | F6 | AD | C4 | 0 | 1E | 14 | 4 | 155 | 50 | 52 |
| Octal | 366 | 255 | 304 | 0 | 36 | 24 | 4 | 525 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11000100 | 0 | 11110 | 10100 | 100 | 101010101 | 1010000 | 1010010 |
Color Harmonies of #F6ADC4
Complementary color
Monochromatic Colors of #F6ADC4
Black with #F6ADC4
Text Example
Text Example
White with #F6ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADC4; }
p { color: rgb(246,173,196); }
H1.HeaderClassName
{
color: #F6ADC4;
}
.AnyTagClassName
{
color: #F6ADC4;
}
</style>
background-color css
<style>
a { background-color: #F6ADC4; }
a { background-color: rgb(246,173,196); }
div.DivClassName
{
background-color: #F6ADC4;
}
.BgClassName
{
background-color: #F6ADC4;
}
</style>
border-color css
<style>
span { border-color: #F6ADC4; }
span { border-color: rgb(246,173,196); }
td.TdClassName
{
border-color: #F6ADC4;
}
.TagClassName
{
border-color: #F6ADC4;
}
</style>