Shades of Lavender Pink #FFACD6
Tints of Lavender Pink #FFACD6
RGB
CMYK
RGB Variations
Color information
#FFACD6 (or 0xFFACD6) is known color: Lavender Pink. HEX triplet: FF, AC and D6. RGB value is (255,172,214). Sum of RGB (Red+Green+Blue) = 255+172+214=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACD6 is #005329. Grayscale: #C9C9C9. Windows color (decimal): -21290 or 14068991. OLE color: 14068991.
HSL color Cylindrical-coordinate representation of color #FFACD6: hue angle of 329.64º 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 #FFACD6 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 214 | - |
| CMYK | 0 | 0.33 | 0.16 | 0 |
| HSL | 329.64º | 1% | 0.84% | - |
| HSV(B) | 329.64º | 0.33% | 1% | - |
| XYZ | 68.13 | 55.62 | 70.76 | - |
| YUV | 201.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 214 | 0 | 0.33 | 0.16 | 0 | 329.64 | 1 | 0.84 |
| Hex | FF | AC | D6 | 0 | 21 | 10 | 0 | 14A | 64 | 54 |
| Octal | 377 | 254 | 326 | 0 | 41 | 20 | 0 | 512 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11010110 | 0 | 100001 | 10000 | 0 | 101001010 | 1100100 | 1010100 |
Color Harmonies of #FFACD6
Complementary color
Monochromatic Colors of #FFACD6
Black with #FFACD6
Text Example
Text Example
White with #FFACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACD6; }
p { color: rgb(255,172,214); }
H1.HeaderClassName
{
color: #FFACD6;
}
.AnyTagClassName
{
color: #FFACD6;
}
</style>
background-color css
<style>
a { background-color: #FFACD6; }
a { background-color: rgb(255,172,214); }
div.DivClassName
{
background-color: #FFACD6;
}
.BgClassName
{
background-color: #FFACD6;
}
</style>
border-color css
<style>
span { border-color: #FFACD6; }
span { border-color: rgb(255,172,214); }
td.TdClassName
{
border-color: #FFACD6;
}
.TagClassName
{
border-color: #FFACD6;
}
</style>