Shades of Cupid #F5ADC0
Tints of Cupid #F5ADC0
RGB
CMYK
RGB Variations
Color information
#F5ADC0 (or 0xF5ADC0) is known color: Cupid. HEX triplet: F5, AD and C0. RGB value is (245,173,192). Sum of RGB (Red+Green+Blue) = 245+173+192=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADC0 is #0A523F. Grayscale: #C4C4C4. Windows color (decimal): -676416 or 12627445. OLE color: 12627445.
HSL color Cylindrical-coordinate representation of color #F5ADC0: hue angle of 344.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5ADC0 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 192 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.04 |
| HSL | 344.17º | 0.78% | 0.82% | - |
| HSV(B) | 344.17º | 0.29% | 0.96% | - |
| XYZ | 62.11 | 53.11 | 56.85 | - |
| YUV | 196.69 | 125.35 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 192 | 0 | 0.29 | 0.22 | 0.04 | 344.17 | 0.78 | 0.82 |
| Hex | F5 | AD | C0 | 0 | 1D | 16 | 4 | 158 | 4E | 52 |
| Octal | 365 | 255 | 300 | 0 | 35 | 26 | 4 | 530 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11000000 | 0 | 11101 | 10110 | 100 | 101011000 | 1001110 | 1010010 |
Color Harmonies of #F5ADC0
Complementary color
Monochromatic Colors of #F5ADC0
Black with #F5ADC0
Text Example
Text Example
White with #F5ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADC0; }
p { color: rgb(245,173,192); }
H1.HeaderClassName
{
color: #F5ADC0;
}
.AnyTagClassName
{
color: #F5ADC0;
}
</style>
background-color css
<style>
a { background-color: #F5ADC0; }
a { background-color: rgb(245,173,192); }
div.DivClassName
{
background-color: #F5ADC0;
}
.BgClassName
{
background-color: #F5ADC0;
}
</style>
border-color css
<style>
span { border-color: #F5ADC0; }
span { border-color: rgb(245,173,192); }
td.TdClassName
{
border-color: #F5ADC0;
}
.TagClassName
{
border-color: #F5ADC0;
}
</style>