Shades of Lavender Pink #FFABDB
Tints of Lavender Pink #FFABDB
RGB
CMYK
RGB Variations
Color information
#FFABDB (or 0xFFABDB) is known color: Lavender Pink. HEX triplet: FF, AB and DB. RGB value is (255,171,219). Sum of RGB (Red+Green+Blue) = 255+171+219=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABDB is #005424. Grayscale: #C9C9C9. Windows color (decimal): -21541 or 14396415. OLE color: 14396415.
HSL color Cylindrical-coordinate representation of color #FFABDB: hue angle of 325.71º 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 #FFABDB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 219 | - |
| CMYK | 0 | 0.33 | 0.14 | 0 |
| HSL | 325.71º | 1% | 0.84% | - |
| HSV(B) | 325.71º | 0.33% | 1% | - |
| XYZ | 68.59 | 55.5 | 74.12 | - |
| YUV | 201.59 | 137.83 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 219 | 0 | 0.33 | 0.14 | 0 | 325.71 | 1 | 0.84 |
| Hex | FF | AB | DB | 0 | 21 | E | 0 | 146 | 64 | 54 |
| Octal | 377 | 253 | 333 | 0 | 41 | 16 | 0 | 506 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11011011 | 0 | 100001 | 1110 | 0 | 101000110 | 1100100 | 1010100 |
Color Harmonies of #FFABDB
Complementary color
Monochromatic Colors of #FFABDB
Black with #FFABDB
Text Example
Text Example
White with #FFABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABDB; }
p { color: rgb(255,171,219); }
H1.HeaderClassName
{
color: #FFABDB;
}
.AnyTagClassName
{
color: #FFABDB;
}
</style>
background-color css
<style>
a { background-color: #FFABDB; }
a { background-color: rgb(255,171,219); }
div.DivClassName
{
background-color: #FFABDB;
}
.BgClassName
{
background-color: #FFABDB;
}
</style>
border-color css
<style>
span { border-color: #FFABDB; }
span { border-color: rgb(255,171,219); }
td.TdClassName
{
border-color: #FFABDB;
}
.TagClassName
{
border-color: #FFABDB;
}
</style>