Shades of Lavender Pink #FFACD8
Tints of Lavender Pink #FFACD8
RGB
CMYK
RGB Variations
Color information
#FFACD8 (or 0xFFACD8) is known color: Lavender Pink. HEX triplet: FF, AC and D8. RGB value is (255,172,216). Sum of RGB (Red+Green+Blue) = 255+172+216=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD8 is #005327. Grayscale: #C9C9C9. Windows color (decimal): -21288 or 14200063. OLE color: 14200063.
HSL color Cylindrical-coordinate representation of color #FFACD8: hue angle of 328.19º 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 #FFACD8 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 216 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 328.19º | 1% | 0.84% | - |
| HSV(B) | 328.19º | 0.33% | 1% | - |
| XYZ | 68.39 | 55.72 | 72.12 | - |
| YUV | 201.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 216 | 0 | 0.33 | 0.15 | 0 | 328.19 | 1 | 0.84 |
| Hex | FF | AC | D8 | 0 | 21 | F | 0 | 148 | 64 | 54 |
| Octal | 377 | 254 | 330 | 0 | 41 | 17 | 0 | 510 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011000 | 0 | 100001 | 1111 | 0 | 101001000 | 1100100 | 1010100 |
Color Harmonies of #FFACD8
Complementary color
Monochromatic Colors of #FFACD8
Black with #FFACD8
Text Example
Text Example
White with #FFACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACD8; }
p { color: rgb(255,172,216); }
H1.HeaderClassName
{
color: #FFACD8;
}
.AnyTagClassName
{
color: #FFACD8;
}
</style>
background-color css
<style>
a { background-color: #FFACD8; }
a { background-color: rgb(255,172,216); }
div.DivClassName
{
background-color: #FFACD8;
}
.BgClassName
{
background-color: #FFACD8;
}
</style>
border-color css
<style>
span { border-color: #FFACD8; }
span { border-color: rgb(255,172,216); }
td.TdClassName
{
border-color: #FFACD8;
}
.TagClassName
{
border-color: #FFACD8;
}
</style>