Shades of Cupid #F8ADC0
Tints of Cupid #F8ADC0
RGB
CMYK
RGB Variations
Color information
#F8ADC0 (or 0xF8ADC0) is known color: Cupid. HEX triplet: F8, AD and C0. RGB value is (248,173,192). Sum of RGB (Red+Green+Blue) = 248+173+192=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADC0 is #07523F. Grayscale: #C5C5C5. Windows color (decimal): -479808 or 12627448. OLE color: 12627448.
HSL color Cylindrical-coordinate representation of color #F8ADC0: hue angle of 344.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8ADC0 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 192 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.03 |
| HSL | 344.8º | 0.84% | 0.83% | - |
| HSV(B) | 344.8º | 0.3% | 0.97% | - |
| XYZ | 63.17 | 53.65 | 56.9 | - |
| YUV | 197.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 192 | 0 | 0.30 | 0.23 | 0.03 | 344.8 | 0.84 | 0.83 |
| Hex | F8 | AD | C0 | 0 | 1E | 17 | 3 | 159 | 54 | 53 |
| Octal | 370 | 255 | 300 | 0 | 36 | 27 | 3 | 531 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11000000 | 0 | 11110 | 10111 | 11 | 101011001 | 1010100 | 1010011 |
Color Harmonies of #F8ADC0
Complementary color
Monochromatic Colors of #F8ADC0
Black with #F8ADC0
Text Example
Text Example
White with #F8ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADC0; }
p { color: rgb(248,173,192); }
H1.HeaderClassName
{
color: #F8ADC0;
}
.AnyTagClassName
{
color: #F8ADC0;
}
</style>
background-color css
<style>
a { background-color: #F8ADC0; }
a { background-color: rgb(248,173,192); }
div.DivClassName
{
background-color: #F8ADC0;
}
.BgClassName
{
background-color: #F8ADC0;
}
</style>
border-color css
<style>
span { border-color: #F8ADC0; }
span { border-color: rgb(248,173,192); }
td.TdClassName
{
border-color: #F8ADC0;
}
.TagClassName
{
border-color: #F8ADC0;
}
</style>