Shades of Cupid #F8ACC6
Tints of Cupid #F8ACC6
RGB
CMYK
RGB Variations
Color information
#F8ACC6 (or 0xF8ACC6) is known color: Cupid. HEX triplet: F8, AC and C6. RGB value is (248,172,198). Sum of RGB (Red+Green+Blue) = 248+172+198=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACC6 is #075339. Grayscale: #C5C5C5. Windows color (decimal): -480058 or 13020408. OLE color: 13020408.
HSL color Cylindrical-coordinate representation of color #F8ACC6: hue angle of 339.47º degrees, saturation: 0.84, 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 #F8ACC6 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 198 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.03 |
| HSL | 339.47º | 0.84% | 0.82% | - |
| HSV(B) | 339.47º | 0.31% | 0.97% | - |
| XYZ | 63.66 | 53.54 | 60.41 | - |
| YUV | 197.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 198 | 0 | 0.31 | 0.20 | 0.03 | 339.47 | 0.84 | 0.82 |
| Hex | F8 | AC | C6 | 0 | 1F | 14 | 3 | 153 | 54 | 52 |
| Octal | 370 | 254 | 306 | 0 | 37 | 24 | 3 | 523 | 124 | 122 |
| Binary | 11111000 | 10101100 | 11000110 | 0 | 11111 | 10100 | 11 | 101010011 | 1010100 | 1010010 |
Color Harmonies of #F8ACC6
Complementary color
Monochromatic Colors of #F8ACC6
Black with #F8ACC6
Text Example
Text Example
White with #F8ACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACC6; }
p { color: rgb(248,172,198); }
H1.HeaderClassName
{
color: #F8ACC6;
}
.AnyTagClassName
{
color: #F8ACC6;
}
</style>
background-color css
<style>
a { background-color: #F8ACC6; }
a { background-color: rgb(248,172,198); }
div.DivClassName
{
background-color: #F8ACC6;
}
.BgClassName
{
background-color: #F8ACC6;
}
</style>
border-color css
<style>
span { border-color: #F8ACC6; }
span { border-color: rgb(248,172,198); }
td.TdClassName
{
border-color: #F8ACC6;
}
.TagClassName
{
border-color: #F8ACC6;
}
</style>