Shades of Cupid #F5ACC8
Tints of Cupid #F5ACC8
RGB
CMYK
RGB Variations
Color information
#F5ACC8 (or 0xF5ACC8) is known color: Cupid. HEX triplet: F5, AC and C8. RGB value is (245,172,200). Sum of RGB (Red+Green+Blue) = 245+172+200=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACC8 is #0A5337. Grayscale: #C4C4C4. Windows color (decimal): -676664 or 13151477. OLE color: 13151477.
HSL color Cylindrical-coordinate representation of color #F5ACC8: hue angle of 336.99º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACC8 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 200 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.04 |
| HSL | 336.99º | 0.78% | 0.82% | - |
| HSV(B) | 336.99º | 0.3% | 0.96% | - |
| XYZ | 62.83 | 53.09 | 61.58 | - |
| YUV | 197.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 200 | 0 | 0.30 | 0.18 | 0.04 | 336.99 | 0.78 | 0.82 |
| Hex | F5 | AC | C8 | 0 | 1E | 12 | 4 | 151 | 4E | 52 |
| Octal | 365 | 254 | 310 | 0 | 36 | 22 | 4 | 521 | 116 | 122 |
| Binary | 11110101 | 10101100 | 11001000 | 0 | 11110 | 10010 | 100 | 101010001 | 1001110 | 1010010 |
Color Harmonies of #F5ACC8
Complementary color
Monochromatic Colors of #F5ACC8
Black with #F5ACC8
Text Example
Text Example
White with #F5ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ACC8; }
p { color: rgb(245,172,200); }
H1.HeaderClassName
{
color: #F5ACC8;
}
.AnyTagClassName
{
color: #F5ACC8;
}
</style>
background-color css
<style>
a { background-color: #F5ACC8; }
a { background-color: rgb(245,172,200); }
div.DivClassName
{
background-color: #F5ACC8;
}
.BgClassName
{
background-color: #F5ACC8;
}
</style>
border-color css
<style>
span { border-color: #F5ACC8; }
span { border-color: rgb(245,172,200); }
td.TdClassName
{
border-color: #F5ACC8;
}
.TagClassName
{
border-color: #F5ACC8;
}
</style>