Shades of Cupid #F8AFC8
Tints of Cupid #F8AFC8
RGB
CMYK
RGB Variations
Color information
#F8AFC8 (or 0xF8AFC8) is known color: Cupid. HEX triplet: F8, AF and C8. RGB value is (248,175,200). Sum of RGB (Red+Green+Blue) = 248+175+200=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFC8 is #075037. Grayscale: #C7C7C7. Windows color (decimal): -479288 or 13152248. OLE color: 13152248.
HSL color Cylindrical-coordinate representation of color #F8AFC8: hue angle of 339.45º 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 #F8AFC8 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 200 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.03 |
| HSL | 339.45º | 0.84% | 0.83% | - |
| HSV(B) | 339.45º | 0.29% | 0.97% | - |
| XYZ | 64.47 | 54.79 | 61.82 | - |
| YUV | 199.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 200 | 0 | 0.29 | 0.19 | 0.03 | 339.45 | 0.84 | 0.83 |
| Hex | F8 | AF | C8 | 0 | 1D | 13 | 3 | 153 | 54 | 53 |
| Octal | 370 | 257 | 310 | 0 | 35 | 23 | 3 | 523 | 124 | 123 |
| Binary | 11111000 | 10101111 | 11001000 | 0 | 11101 | 10011 | 11 | 101010011 | 1010100 | 1010011 |
Color Harmonies of #F8AFC8
Complementary color
Monochromatic Colors of #F8AFC8
Black with #F8AFC8
Text Example
Text Example
White with #F8AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AFC8; }
p { color: rgb(248,175,200); }
H1.HeaderClassName
{
color: #F8AFC8;
}
.AnyTagClassName
{
color: #F8AFC8;
}
</style>
background-color css
<style>
a { background-color: #F8AFC8; }
a { background-color: rgb(248,175,200); }
div.DivClassName
{
background-color: #F8AFC8;
}
.BgClassName
{
background-color: #F8AFC8;
}
</style>
border-color css
<style>
span { border-color: #F8AFC8; }
span { border-color: rgb(248,175,200); }
td.TdClassName
{
border-color: #F8AFC8;
}
.TagClassName
{
border-color: #F8AFC8;
}
</style>