Shades of Cupid #F8ABC5
Tints of Cupid #F8ABC5
RGB
CMYK
RGB Variations
Color information
#F8ABC5 (or 0xF8ABC5) is known color: Cupid. HEX triplet: F8, AB and C5. RGB value is (248,171,197). Sum of RGB (Red+Green+Blue) = 248+171+197=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABC5 is #07543A. Grayscale: #C4C4C4. Windows color (decimal): -480315 or 12954616. OLE color: 12954616.
HSL color Cylindrical-coordinate representation of color #F8ABC5: hue angle of 339.74º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABC5 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 197 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.03 |
| HSL | 339.74º | 0.85% | 0.82% | - |
| HSV(B) | 339.74º | 0.31% | 0.97% | - |
| XYZ | 63.35 | 53.11 | 59.74 | - |
| YUV | 196.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 197 | 0 | 0.31 | 0.21 | 0.03 | 339.74 | 0.85 | 0.82 |
| Hex | F8 | AB | C5 | 0 | 1F | 15 | 3 | 154 | 55 | 52 |
| Octal | 370 | 253 | 305 | 0 | 37 | 25 | 3 | 524 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11000101 | 0 | 11111 | 10101 | 11 | 101010100 | 1010101 | 1010010 |
Color Harmonies of #F8ABC5
Complementary color
Monochromatic Colors of #F8ABC5
Black with #F8ABC5
Text Example
Text Example
White with #F8ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABC5; }
p { color: rgb(248,171,197); }
H1.HeaderClassName
{
color: #F8ABC5;
}
.AnyTagClassName
{
color: #F8ABC5;
}
</style>
background-color css
<style>
a { background-color: #F8ABC5; }
a { background-color: rgb(248,171,197); }
div.DivClassName
{
background-color: #F8ABC5;
}
.BgClassName
{
background-color: #F8ABC5;
}
</style>
border-color css
<style>
span { border-color: #F8ABC5; }
span { border-color: rgb(248,171,197); }
td.TdClassName
{
border-color: #F8ABC5;
}
.TagClassName
{
border-color: #F8ABC5;
}
</style>