Shades of Lavender Pink #FFACDE
Tints of Lavender Pink #FFACDE
RGB
CMYK
RGB Variations
Color information
#FFACDE (or 0xFFACDE) is known color: Lavender Pink. HEX triplet: FF, AC and DE. RGB value is (255,172,222). Sum of RGB (Red+Green+Blue) = 255+172+222=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDE is #005321. Grayscale: #CACACA. Windows color (decimal): -21282 or 14593279. OLE color: 14593279.
HSL color Cylindrical-coordinate representation of color #FFACDE: hue angle of 323.86º 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 #FFACDE is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 222 | - |
| CMYK | 0 | 0.33 | 0.13 | 0 |
| HSL | 323.86º | 1% | 0.84% | - |
| HSV(B) | 323.86º | 0.33% | 1% | - |
| XYZ | 69.18 | 56.04 | 76.28 | - |
| YUV | 202.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 222 | 0 | 0.33 | 0.13 | 0 | 323.86 | 1 | 0.84 |
| Hex | FF | AC | DE | 0 | 21 | D | 0 | 144 | 64 | 54 |
| Octal | 377 | 254 | 336 | 0 | 41 | 15 | 0 | 504 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011110 | 0 | 100001 | 1101 | 0 | 101000100 | 1100100 | 1010100 |
Color Harmonies of #FFACDE
Complementary color
Monochromatic Colors of #FFACDE
Black with #FFACDE
Text Example
Text Example
White with #FFACDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACDE; }
p { color: rgb(255,172,222); }
H1.HeaderClassName
{
color: #FFACDE;
}
.AnyTagClassName
{
color: #FFACDE;
}
</style>
background-color css
<style>
a { background-color: #FFACDE; }
a { background-color: rgb(255,172,222); }
div.DivClassName
{
background-color: #FFACDE;
}
.BgClassName
{
background-color: #FFACDE;
}
</style>
border-color css
<style>
span { border-color: #FFACDE; }
span { border-color: rgb(255,172,222); }
td.TdClassName
{
border-color: #FFACDE;
}
.TagClassName
{
border-color: #FFACDE;
}
</style>