Shades of Lavender Pink #FFABD1
Tints of Lavender Pink #FFABD1
RGB
CMYK
RGB Variations
Color information
#FFABD1 (or 0xFFABD1) is known color: Lavender Pink. HEX triplet: FF, AB and D1. RGB value is (255,171,209). Sum of RGB (Red+Green+Blue) = 255+171+209=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD1 is #00542E. Grayscale: #C8C8C8. Windows color (decimal): -21551 or 13741055. OLE color: 13741055.
HSL color Cylindrical-coordinate representation of color #FFABD1: hue angle of 332.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 #FFABD1 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 209 | - |
| CMYK | 0 | 0.33 | 0.18 | 0 |
| HSL | 332.86º | 1% | 0.84% | - |
| HSV(B) | 332.86º | 0.33% | 1% | - |
| XYZ | 67.31 | 54.99 | 67.39 | - |
| YUV | 200.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 209 | 0 | 0.33 | 0.18 | 0 | 332.86 | 1 | 0.84 |
| Hex | FF | AB | D1 | 0 | 21 | 12 | 0 | 14D | 64 | 54 |
| Octal | 377 | 253 | 321 | 0 | 41 | 22 | 0 | 515 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11010001 | 0 | 100001 | 10010 | 0 | 101001101 | 1100100 | 1010100 |
Color Harmonies of #FFABD1
Complementary color
Monochromatic Colors of #FFABD1
Black with #FFABD1
Text Example
Text Example
White with #FFABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD1; }
p { color: rgb(255,171,209); }
H1.HeaderClassName
{
color: #FFABD1;
}
.AnyTagClassName
{
color: #FFABD1;
}
</style>
background-color css
<style>
a { background-color: #FFABD1; }
a { background-color: rgb(255,171,209); }
div.DivClassName
{
background-color: #FFABD1;
}
.BgClassName
{
background-color: #FFABD1;
}
</style>
border-color css
<style>
span { border-color: #FFABD1; }
span { border-color: rgb(255,171,209); }
td.TdClassName
{
border-color: #FFABD1;
}
.TagClassName
{
border-color: #FFABD1;
}
</style>