Shades of Lavender Pink #FFACDC
Tints of Lavender Pink #FFACDC
RGB
CMYK
RGB Variations
Color information
#FFACDC (or 0xFFACDC) is known color: Lavender Pink. HEX triplet: FF, AC and DC. RGB value is (255,172,220). Sum of RGB (Red+Green+Blue) = 255+172+220=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDC is #005323. Grayscale: #CACACA. Windows color (decimal): -21284 or 14462207. OLE color: 14462207.
HSL color Cylindrical-coordinate representation of color #FFACDC: hue angle of 325.3º 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 #FFACDC is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 220 | - |
| CMYK | 0 | 0.33 | 0.14 | 0 |
| HSL | 325.3º | 1% | 0.84% | - |
| HSV(B) | 325.3º | 0.33% | 1% | - |
| XYZ | 68.91 | 55.93 | 74.87 | - |
| YUV | 202.29 | 138 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 220 | 0 | 0.33 | 0.14 | 0 | 325.3 | 1 | 0.84 |
| Hex | FF | AC | DC | 0 | 21 | E | 0 | 145 | 64 | 54 |
| Octal | 377 | 254 | 334 | 0 | 41 | 16 | 0 | 505 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011100 | 0 | 100001 | 1110 | 0 | 101000101 | 1100100 | 1010100 |
Color Harmonies of #FFACDC
Complementary color
Monochromatic Colors of #FFACDC
Black with #FFACDC
Text Example
Text Example
White with #FFACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACDC; }
p { color: rgb(255,172,220); }
H1.HeaderClassName
{
color: #FFACDC;
}
.AnyTagClassName
{
color: #FFACDC;
}
</style>
background-color css
<style>
a { background-color: #FFACDC; }
a { background-color: rgb(255,172,220); }
div.DivClassName
{
background-color: #FFACDC;
}
.BgClassName
{
background-color: #FFACDC;
}
</style>
border-color css
<style>
span { border-color: #FFACDC; }
span { border-color: rgb(255,172,220); }
td.TdClassName
{
border-color: #FFACDC;
}
.TagClassName
{
border-color: #FFACDC;
}
</style>