Shades of Lavender Pink #FFACDD
Tints of Lavender Pink #FFACDD
RGB
CMYK
RGB Variations
Color information
#FFACDD (or 0xFFACDD) is known color: Lavender Pink. HEX triplet: FF, AC and DD. RGB value is (255,172,221). Sum of RGB (Red+Green+Blue) = 255+172+221=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDD is #005322. Grayscale: #CACACA. Windows color (decimal): -21283 or 14527743. OLE color: 14527743.
HSL color Cylindrical-coordinate representation of color #FFACDD: hue angle of 324.58º 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 #FFACDD is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 221 | - |
| CMYK | 0 | 0.33 | 0.13 | 0 |
| HSL | 324.58º | 1% | 0.84% | - |
| HSV(B) | 324.58º | 0.33% | 1% | - |
| XYZ | 69.04 | 55.99 | 75.57 | - |
| YUV | 202.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 221 | 0 | 0.33 | 0.13 | 0 | 324.58 | 1 | 0.84 |
| Hex | FF | AC | DD | 0 | 21 | D | 0 | 145 | 64 | 54 |
| Octal | 377 | 254 | 335 | 0 | 41 | 15 | 0 | 505 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011101 | 0 | 100001 | 1101 | 0 | 101000101 | 1100100 | 1010100 |
Color Harmonies of #FFACDD
Complementary color
Monochromatic Colors of #FFACDD
Black with #FFACDD
Text Example
Text Example
White with #FFACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACDD; }
p { color: rgb(255,172,221); }
H1.HeaderClassName
{
color: #FFACDD;
}
.AnyTagClassName
{
color: #FFACDD;
}
</style>
background-color css
<style>
a { background-color: #FFACDD; }
a { background-color: rgb(255,172,221); }
div.DivClassName
{
background-color: #FFACDD;
}
.BgClassName
{
background-color: #FFACDD;
}
</style>
border-color css
<style>
span { border-color: #FFACDD; }
span { border-color: rgb(255,172,221); }
td.TdClassName
{
border-color: #FFACDD;
}
.TagClassName
{
border-color: #FFACDD;
}
</style>