Shades of Cupid #F8AFBE
Tints of Cupid #F8AFBE
RGB
CMYK
RGB Variations
Color information
#F8AFBE (or 0xF8AFBE) is known color: Cupid. HEX triplet: F8, AF and BE. RGB value is (248,175,190). Sum of RGB (Red+Green+Blue) = 248+175+190=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFBE is #075041. Grayscale: #C6C6C6. Windows color (decimal): -479298 or 12496888. OLE color: 12496888.
HSL color Cylindrical-coordinate representation of color #F8AFBE: hue angle of 347.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 #F8AFBE is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 190 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.03 |
| HSL | 347.67º | 0.84% | 0.83% | - |
| HSV(B) | 347.67º | 0.29% | 0.97% | - |
| XYZ | 63.34 | 54.33 | 55.86 | - |
| YUV | 198.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 190 | 0 | 0.29 | 0.23 | 0.03 | 347.67 | 0.84 | 0.83 |
| Hex | F8 | AF | BE | 0 | 1D | 17 | 3 | 15C | 54 | 53 |
| Octal | 370 | 257 | 276 | 0 | 35 | 27 | 3 | 534 | 124 | 123 |
| Binary | 11111000 | 10101111 | 10111110 | 0 | 11101 | 10111 | 11 | 101011100 | 1010100 | 1010011 |
Color Harmonies of #F8AFBE
Complementary color
Monochromatic Colors of #F8AFBE
Black with #F8AFBE
Text Example
Text Example
White with #F8AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFBE; }
p { color: rgb(248,175,190); }
H1.HeaderClassName
{
color: #F8AFBE;
}
.AnyTagClassName
{
color: #F8AFBE;
}
</style>
background-color css
<style>
a { background-color: #F8AFBE; }
a { background-color: rgb(248,175,190); }
div.DivClassName
{
background-color: #F8AFBE;
}
.BgClassName
{
background-color: #F8AFBE;
}
</style>
border-color css
<style>
span { border-color: #F8AFBE; }
span { border-color: rgb(248,175,190); }
td.TdClassName
{
border-color: #F8AFBE;
}
.TagClassName
{
border-color: #F8AFBE;
}
</style>