Shades of Cupid #F8ADC3
Tints of Cupid #F8ADC3
RGB
CMYK
RGB Variations
Color information
#F8ADC3 (or 0xF8ADC3) is known color: Cupid. HEX triplet: F8, AD and C3. RGB value is (248,173,195). Sum of RGB (Red+Green+Blue) = 248+173+195=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ADC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ADC3 is #07523C. Grayscale: #C5C5C5. Windows color (decimal): -479805 or 12824056. OLE color: 12824056.
HSL color Cylindrical-coordinate representation of color #F8ADC3: hue angle of 342.4º 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 #F8ADC3 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 195 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.03 |
| HSL | 342.4º | 0.84% | 0.83% | - |
| HSV(B) | 342.4º | 0.3% | 0.97% | - |
| XYZ | 63.51 | 53.78 | 58.66 | - |
| YUV | 197.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 195 | 0 | 0.30 | 0.21 | 0.03 | 342.4 | 0.84 | 0.83 |
| Hex | F8 | AD | C3 | 0 | 1E | 15 | 3 | 156 | 54 | 53 |
| Octal | 370 | 255 | 303 | 0 | 36 | 25 | 3 | 526 | 124 | 123 |
| Binary | 11111000 | 10101101 | 11000011 | 0 | 11110 | 10101 | 11 | 101010110 | 1010100 | 1010011 |
Color Harmonies of #F8ADC3
Complementary color
Monochromatic Colors of #F8ADC3
Black with #F8ADC3
Text Example
Text Example
White with #F8ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ADC3; }
p { color: rgb(248,173,195); }
H1.HeaderClassName
{
color: #F8ADC3;
}
.AnyTagClassName
{
color: #F8ADC3;
}
</style>
background-color css
<style>
a { background-color: #F8ADC3; }
a { background-color: rgb(248,173,195); }
div.DivClassName
{
background-color: #F8ADC3;
}
.BgClassName
{
background-color: #F8ADC3;
}
</style>
border-color css
<style>
span { border-color: #F8ADC3; }
span { border-color: rgb(248,173,195); }
td.TdClassName
{
border-color: #F8ADC3;
}
.TagClassName
{
border-color: #F8ADC3;
}
</style>