Shades of Lavender Pink #FFACDA
Tints of Lavender Pink #FFACDA
RGB
CMYK
RGB Variations
Color information
#FFACDA (or 0xFFACDA) is known color: Lavender Pink. HEX triplet: FF, AC and DA. RGB value is (255,172,218). Sum of RGB (Red+Green+Blue) = 255+172+218=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 172 (67.58% from 255 or 26.67% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACDA is #005325. Grayscale: #C9C9C9. Windows color (decimal): -21286 or 14331135. OLE color: 14331135.
HSL color Cylindrical-coordinate representation of color #FFACDA: hue angle of 326.75º 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 #FFACDA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 218 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 326.75º | 1% | 0.84% | - |
| HSV(B) | 326.75º | 0.33% | 1% | - |
| XYZ | 68.65 | 55.83 | 73.49 | - |
| YUV | 202.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 218 | 0 | 0.33 | 0.15 | 0 | 326.75 | 1 | 0.84 |
| Hex | FF | AC | DA | 0 | 21 | F | 0 | 147 | 64 | 54 |
| Octal | 377 | 254 | 332 | 0 | 41 | 17 | 0 | 507 | 144 | 124 |
| Binary | 11111111 | 10101100 | 11011010 | 0 | 100001 | 1111 | 0 | 101000111 | 1100100 | 1010100 |
Color Harmonies of #FFACDA
Complementary color
Monochromatic Colors of #FFACDA
Black with #FFACDA
Text Example
Text Example
White with #FFACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFACDA; }
p { color: rgb(255,172,218); }
H1.HeaderClassName
{
color: #FFACDA;
}
.AnyTagClassName
{
color: #FFACDA;
}
</style>
background-color css
<style>
a { background-color: #FFACDA; }
a { background-color: rgb(255,172,218); }
div.DivClassName
{
background-color: #FFACDA;
}
.BgClassName
{
background-color: #FFACDA;
}
</style>
border-color css
<style>
span { border-color: #FFACDA; }
span { border-color: rgb(255,172,218); }
td.TdClassName
{
border-color: #FFACDA;
}
.TagClassName
{
border-color: #FFACDA;
}
</style>