Shades of Cupid #F8ABC3
Tints of Cupid #F8ABC3
RGB
CMYK
RGB Variations
Color information
#F8ABC3 (or 0xF8ABC3) is known color: Cupid. HEX triplet: F8, AB and C3. RGB value is (248,171,195). Sum of RGB (Red+Green+Blue) = 248+171+195=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABC3 is #07543C. Grayscale: #C4C4C4. Windows color (decimal): -480317 or 12823544. OLE color: 12823544.
HSL color Cylindrical-coordinate representation of color #F8ABC3: hue angle of 341.3º 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 #F8ABC3 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 195 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.03 |
| HSL | 341.3º | 0.85% | 0.82% | - |
| HSV(B) | 341.3º | 0.31% | 0.97% | - |
| XYZ | 63.12 | 53.02 | 58.54 | - |
| YUV | 196.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 195 | 0 | 0.31 | 0.21 | 0.03 | 341.3 | 0.85 | 0.82 |
| Hex | F8 | AB | C3 | 0 | 1F | 15 | 3 | 155 | 55 | 52 |
| Octal | 370 | 253 | 303 | 0 | 37 | 25 | 3 | 525 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11000011 | 0 | 11111 | 10101 | 11 | 101010101 | 1010101 | 1010010 |
Color Harmonies of #F8ABC3
Complementary color
Monochromatic Colors of #F8ABC3
Black with #F8ABC3
Text Example
Text Example
White with #F8ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABC3; }
p { color: rgb(248,171,195); }
H1.HeaderClassName
{
color: #F8ABC3;
}
.AnyTagClassName
{
color: #F8ABC3;
}
</style>
background-color css
<style>
a { background-color: #F8ABC3; }
a { background-color: rgb(248,171,195); }
div.DivClassName
{
background-color: #F8ABC3;
}
.BgClassName
{
background-color: #F8ABC3;
}
</style>
border-color css
<style>
span { border-color: #F8ABC3; }
span { border-color: rgb(248,171,195); }
td.TdClassName
{
border-color: #F8ABC3;
}
.TagClassName
{
border-color: #F8ABC3;
}
</style>