Shades of Lavender Pink #FFACD9
Tints of Lavender Pink #FFACD9
RGB
CMYK
RGB Variations
Color information
#FFACD9 (or 0xFFACD9) is known color: Lavender Pink. HEX triplet: FF, AC and D9. RGB value is (255,172,217). Sum of RGB (Red+Green+Blue) = 255+172+217=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD9 is #005326. Grayscale: #C9C9C9. Windows color (decimal): -21287 or 14265599. OLE color: 14265599.
HSL color Cylindrical-coordinate representation of color #FFACD9: hue angle of 327.47º 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 #FFACD9 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 217 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 327.47º | 1% | 0.84% | - |
| HSV(B) | 327.47º | 0.33% | 1% | - |
| XYZ | 68.52 | 55.77 | 72.8 | - |
| YUV | 201.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 217 | 0 | 0.33 | 0.15 | 0 | 327.47 | 1 | 0.84 |
| Hex | FF | AC | D9 | 0 | 21 | F | 0 | 147 | 64 | 54 |
| Octal | 377 | 254 | 331 | 0 | 41 | 17 | 0 | 507 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011001 | 0 | 100001 | 1111 | 0 | 101000111 | 1100100 | 1010100 |
Color Harmonies of #FFACD9
Complementary color
Monochromatic Colors of #FFACD9
Black with #FFACD9
Text Example
Text Example
White with #FFACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACD9; }
p { color: rgb(255,172,217); }
H1.HeaderClassName
{
color: #FFACD9;
}
.AnyTagClassName
{
color: #FFACD9;
}
</style>
background-color css
<style>
a { background-color: #FFACD9; }
a { background-color: rgb(255,172,217); }
div.DivClassName
{
background-color: #FFACD9;
}
.BgClassName
{
background-color: #FFACD9;
}
</style>
border-color css
<style>
span { border-color: #FFACD9; }
span { border-color: rgb(255,172,217); }
td.TdClassName
{
border-color: #FFACD9;
}
.TagClassName
{
border-color: #FFACD9;
}
</style>