Shades of Cupid #FFACC2
Tints of Cupid #FFACC2
RGB
CMYK
RGB Variations
Color information
#FFACC2 (or 0xFFACC2) is known color: Cupid. HEX triplet: FF, AC and C2. RGB value is (255,172,194). Sum of RGB (Red+Green+Blue) = 255+172+194=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC2 is #00533D. Grayscale: #C7C7C7. Windows color (decimal): -21310 or 12758271. OLE color: 12758271.
HSL color Cylindrical-coordinate representation of color #FFACC2: hue angle of 344.1º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFACC2 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 194 | - |
| CMYK | 0 | 0.33 | 0.24 | 0 |
| HSL | 344.1º | 1% | 0.84% | - |
| HSV(B) | 344.1º | 0.33% | 1% | - |
| XYZ | 65.73 | 54.66 | 58.13 | - |
| YUV | 199.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 194 | 0 | 0.33 | 0.24 | 0 | 344.1 | 1 | 0.84 |
| Hex | FF | AC | C2 | 0 | 21 | 18 | 0 | 158 | 64 | 54 |
| Octal | 377 | 254 | 302 | 0 | 41 | 30 | 0 | 530 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11000010 | 0 | 100001 | 11000 | 0 | 101011000 | 1100100 | 1010100 |
Color Harmonies of #FFACC2
Complementary color
Monochromatic Colors of #FFACC2
Black with #FFACC2
Text Example
Text Example
White with #FFACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACC2; }
p { color: rgb(255,172,194); }
H1.HeaderClassName
{
color: #FFACC2;
}
.AnyTagClassName
{
color: #FFACC2;
}
</style>
background-color css
<style>
a { background-color: #FFACC2; }
a { background-color: rgb(255,172,194); }
div.DivClassName
{
background-color: #FFACC2;
}
.BgClassName
{
background-color: #FFACC2;
}
</style>
border-color css
<style>
span { border-color: #FFACC2; }
span { border-color: rgb(255,172,194); }
td.TdClassName
{
border-color: #FFACC2;
}
.TagClassName
{
border-color: #FFACC2;
}
</style>