Shades of Lavender Pink #FFABDA
Tints of Lavender Pink #FFABDA
RGB
CMYK
RGB Variations
Color information
#FFABDA (or 0xFFABDA) is known color: Lavender Pink. HEX triplet: FF, AB and DA. RGB value is (255,171,218). Sum of RGB (Red+Green+Blue) = 255+171+218=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABDA is #005425. Grayscale: #C9C9C9. Windows color (decimal): -21542 or 14330879. OLE color: 14330879.
HSL color Cylindrical-coordinate representation of color #FFABDA: hue angle of 326.43º 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 #FFABDA is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 218 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 326.43º | 1% | 0.84% | - |
| HSV(B) | 326.43º | 0.33% | 1% | - |
| XYZ | 68.46 | 55.45 | 73.42 | - |
| YUV | 201.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 218 | 0 | 0.33 | 0.15 | 0 | 326.43 | 1 | 0.84 |
| Hex | FF | AB | DA | 0 | 21 | F | 0 | 146 | 64 | 54 |
| Octal | 377 | 253 | 332 | 0 | 41 | 17 | 0 | 506 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11011010 | 0 | 100001 | 1111 | 0 | 101000110 | 1100100 | 1010100 |
Color Harmonies of #FFABDA
Complementary color
Monochromatic Colors of #FFABDA
Black with #FFABDA
Text Example
Text Example
White with #FFABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABDA; }
p { color: rgb(255,171,218); }
H1.HeaderClassName
{
color: #FFABDA;
}
.AnyTagClassName
{
color: #FFABDA;
}
</style>
background-color css
<style>
a { background-color: #FFABDA; }
a { background-color: rgb(255,171,218); }
div.DivClassName
{
background-color: #FFABDA;
}
.BgClassName
{
background-color: #FFABDA;
}
</style>
border-color css
<style>
span { border-color: #FFABDA; }
span { border-color: rgb(255,171,218); }
td.TdClassName
{
border-color: #FFABDA;
}
.TagClassName
{
border-color: #FFABDA;
}
</style>