Shades of Cupid #FFACC1
Tints of Cupid #FFACC1
RGB
CMYK
RGB Variations
Color information
#FFACC1 (or 0xFFACC1) is known color: Cupid. HEX triplet: FF, AC and C1. RGB value is (255,172,193). Sum of RGB (Red+Green+Blue) = 255+172+193=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC1 is #00533E. Grayscale: #C7C7C7. Windows color (decimal): -21311 or 12692735. OLE color: 12692735.
HSL color Cylindrical-coordinate representation of color #FFACC1: hue angle of 344.82º 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 #FFACC1 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 172 | 193 | - |
CMYK | 0 | 0.33 | 0.24 | 0 |
HSL | 344.82º | 1% | 0.84% | - |
HSV(B) | 344.82º | 0.33% | 1% | - |
XYZ | 65.62 | 54.62 | 57.54 | - |
YUV | 199.21 | 124.5 | 167.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 172 | 193 | 0 | 0.33 | 0.24 | 0 | 344.82 | 1 | 0.84 |
Hex | FF | AC | C1 | 0 | 21 | 18 | 0 | 159 | 64 | 54 |
Octal | 377 | 254 | 301 | 0 | 41 | 30 | 0 | 531 | 144 | 124 |
Binary | 11111111 | 10101100 | 11000001 | 0 | 100001 | 11000 | 0 | 101011001 | 1100100 | 1010100 |
Color Harmonies of #FFACC1
Complementary color
Monochromatic Colors of #FFACC1
Black with #FFACC1
Text Example
Text Example
White with #FFACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACC1; }
p { color: rgb(255,172,193); }
H1.HeaderClassName
{
color: #FFACC1;
}
.AnyTagClassName
{
color: #FFACC1;
}
</style>
background-color css
<style>
a { background-color: #FFACC1; }
a { background-color: rgb(255,172,193); }
div.DivClassName
{
background-color: #FFACC1;
}
.BgClassName
{
background-color: #FFACC1;
}
</style>
border-color css
<style>
span { border-color: #FFACC1; }
span { border-color: rgb(255,172,193); }
td.TdClassName
{
border-color: #FFACC1;
}
.TagClassName
{
border-color: #FFACC1;
}
</style>