Shades of Cupid #FFACC3
Tints of Cupid #FFACC3
RGB
CMYK
RGB Variations
Color information
#FFACC3 (or 0xFFACC3) is known color: Cupid. HEX triplet: FF, AC and C3. RGB value is (255,172,195). Sum of RGB (Red+Green+Blue) = 255+172+195=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 195 (76.56% from 255 or 31.35% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC3 is #00533C. Grayscale: #C7C7C7. Windows color (decimal): -21309 or 12823807. OLE color: 12823807.
HSL color Cylindrical-coordinate representation of color #FFACC3: hue angle of 343.37º 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 #FFACC3 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 195 | - |
| CMYK | 0 | 0.33 | 0.24 | 0 |
| HSL | 343.37º | 1% | 0.84% | - |
| HSV(B) | 343.37º | 0.33% | 1% | - |
| XYZ | 65.84 | 54.71 | 58.72 | - |
| YUV | 199.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 195 | 0 | 0.33 | 0.24 | 0 | 343.37 | 1 | 0.84 |
| Hex | FF | AC | C3 | 0 | 21 | 18 | 0 | 157 | 64 | 54 |
| Octal | 377 | 254 | 303 | 0 | 41 | 30 | 0 | 527 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11000011 | 0 | 100001 | 11000 | 0 | 101010111 | 1100100 | 1010100 |
Color Harmonies of #FFACC3
Complementary color
Monochromatic Colors of #FFACC3
Black with #FFACC3
Text Example
Text Example
White with #FFACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACC3; }
p { color: rgb(255,172,195); }
H1.HeaderClassName
{
color: #FFACC3;
}
.AnyTagClassName
{
color: #FFACC3;
}
</style>
background-color css
<style>
a { background-color: #FFACC3; }
a { background-color: rgb(255,172,195); }
div.DivClassName
{
background-color: #FFACC3;
}
.BgClassName
{
background-color: #FFACC3;
}
</style>
border-color css
<style>
span { border-color: #FFACC3; }
span { border-color: rgb(255,172,195); }
td.TdClassName
{
border-color: #FFACC3;
}
.TagClassName
{
border-color: #FFACC3;
}
</style>