Shades of Cupid #F8B0C0
Tints of Cupid #F8B0C0
RGB
CMYK
RGB Variations
Color information
#F8B0C0 (or 0xF8B0C0) is known color: Cupid. HEX triplet: F8, B0 and C0. RGB value is (248,176,192). Sum of RGB (Red+Green+Blue) = 248+176+192=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B0C0 is #074F3F. Grayscale: #C7C7C7. Windows color (decimal): -479040 or 12628216. OLE color: 12628216.
HSL color Cylindrical-coordinate representation of color #F8B0C0: hue angle of 346.67º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0C0 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 192 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.03 |
| HSL | 346.67º | 0.84% | 0.83% | - |
| HSV(B) | 346.67º | 0.29% | 0.97% | - |
| XYZ | 63.75 | 54.81 | 57.09 | - |
| YUV | 199.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 192 | 0 | 0.29 | 0.23 | 0.03 | 346.67 | 0.84 | 0.83 |
| Hex | F8 | B0 | C0 | 0 | 1D | 17 | 3 | 15B | 54 | 53 |
| Octal | 370 | 260 | 300 | 0 | 35 | 27 | 3 | 533 | 124 | 123 |
| Binary | 11111000 | 10110000 | 11000000 | 0 | 11101 | 10111 | 11 | 101011011 | 1010100 | 1010011 |
Color Harmonies of #F8B0C0
Complementary color
Monochromatic Colors of #F8B0C0
Black with #F8B0C0
Text Example
Text Example
White with #F8B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B0C0; }
p { color: rgb(248,176,192); }
H1.HeaderClassName
{
color: #F8B0C0;
}
.AnyTagClassName
{
color: #F8B0C0;
}
</style>
background-color css
<style>
a { background-color: #F8B0C0; }
a { background-color: rgb(248,176,192); }
div.DivClassName
{
background-color: #F8B0C0;
}
.BgClassName
{
background-color: #F8B0C0;
}
</style>
border-color css
<style>
span { border-color: #F8B0C0; }
span { border-color: rgb(248,176,192); }
td.TdClassName
{
border-color: #F8B0C0;
}
.TagClassName
{
border-color: #F8B0C0;
}
</style>