Shades of Cupid #F8ABBE
Tints of Cupid #F8ABBE
RGB
CMYK
RGB Variations
Color information
#F8ABBE (or 0xF8ABBE) is known color: Cupid. HEX triplet: F8, AB and BE. RGB value is (248,171,190). Sum of RGB (Red+Green+Blue) = 248+171+190=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABBE is #075441. Grayscale: #C4C4C4. Windows color (decimal): -480322 or 12495864. OLE color: 12495864.
HSL color Cylindrical-coordinate representation of color #F8ABBE: hue angle of 345.19º 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 #F8ABBE is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 190 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.03 |
| HSL | 345.19º | 0.85% | 0.82% | - |
| HSV(B) | 345.19º | 0.31% | 0.97% | - |
| XYZ | 62.57 | 52.8 | 55.61 | - |
| YUV | 196.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 190 | 0 | 0.31 | 0.23 | 0.03 | 345.19 | 0.85 | 0.82 |
| Hex | F8 | AB | BE | 0 | 1F | 17 | 3 | 159 | 55 | 52 |
| Octal | 370 | 253 | 276 | 0 | 37 | 27 | 3 | 531 | 125 | 122 |
| Binary | 11111000 | 10101011 | 10111110 | 0 | 11111 | 10111 | 11 | 101011001 | 1010101 | 1010010 |
Color Harmonies of #F8ABBE
Complementary color
Monochromatic Colors of #F8ABBE
Black with #F8ABBE
Text Example
Text Example
White with #F8ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABBE; }
p { color: rgb(248,171,190); }
H1.HeaderClassName
{
color: #F8ABBE;
}
.AnyTagClassName
{
color: #F8ABBE;
}
</style>
background-color css
<style>
a { background-color: #F8ABBE; }
a { background-color: rgb(248,171,190); }
div.DivClassName
{
background-color: #F8ABBE;
}
.BgClassName
{
background-color: #F8ABBE;
}
</style>
border-color css
<style>
span { border-color: #F8ABBE; }
span { border-color: rgb(248,171,190); }
td.TdClassName
{
border-color: #F8ABBE;
}
.TagClassName
{
border-color: #F8ABBE;
}
</style>