Shades of Cupid #F4ACC8
Tints of Cupid #F4ACC8
RGB
CMYK
RGB Variations
Color information
#F4ACC8 (or 0xF4ACC8) is known color: Cupid. HEX triplet: F4, AC and C8. RGB value is (244,172,200). Sum of RGB (Red+Green+Blue) = 244+172+200=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4ACC8 is #0B5337. Grayscale: #C4C4C4. Windows color (decimal): -742200 or 13151476. OLE color: 13151476.
HSL color Cylindrical-coordinate representation of color #F4ACC8: hue angle of 336.67º degrees, saturation: 0.77, 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 #F4ACC8 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 172 | 200 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.04 |
| HSL | 336.67º | 0.77% | 0.82% | - |
| HSV(B) | 336.67º | 0.3% | 0.96% | - |
| XYZ | 62.49 | 52.91 | 61.56 | - |
| YUV | 196.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 172 | 200 | 0 | 0.30 | 0.18 | 0.04 | 336.67 | 0.77 | 0.82 |
| Hex | F4 | AC | C8 | 0 | 1E | 12 | 4 | 151 | 4D | 52 |
| Octal | 364 | 254 | 310 | 0 | 36 | 22 | 4 | 521 | 115 | 122 |
| Binary | 11110100 | 10101100 | 11001000 | 0 | 11110 | 10010 | 100 | 101010001 | 1001101 | 1010010 |
Color Harmonies of #F4ACC8
Complementary color
Monochromatic Colors of #F4ACC8
Black with #F4ACC8
Text Example
Text Example
White with #F4ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ACC8; }
p { color: rgb(244,172,200); }
H1.HeaderClassName
{
color: #F4ACC8;
}
.AnyTagClassName
{
color: #F4ACC8;
}
</style>
background-color css
<style>
a { background-color: #F4ACC8; }
a { background-color: rgb(244,172,200); }
div.DivClassName
{
background-color: #F4ACC8;
}
.BgClassName
{
background-color: #F4ACC8;
}
</style>
border-color css
<style>
span { border-color: #F4ACC8; }
span { border-color: rgb(244,172,200); }
td.TdClassName
{
border-color: #F4ACC8;
}
.TagClassName
{
border-color: #F4ACC8;
}
</style>