Shades of Lavender Pink #FFABD9
Tints of Lavender Pink #FFABD9
RGB
CMYK
RGB Variations
Color information
#FFABD9 (or 0xFFABD9) is known color: Lavender Pink. HEX triplet: FF, AB and D9. RGB value is (255,171,217). Sum of RGB (Red+Green+Blue) = 255+171+217=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD9 is #005426. Grayscale: #C9C9C9. Windows color (decimal): -21543 or 14265343. OLE color: 14265343.
HSL color Cylindrical-coordinate representation of color #FFABD9: hue angle of 327.14º 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 #FFABD9 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 217 | - |
| CMYK | 0 | 0.33 | 0.15 | 0 |
| HSL | 327.14º | 1% | 0.84% | - |
| HSV(B) | 327.14º | 0.33% | 1% | - |
| XYZ | 68.33 | 55.4 | 72.74 | - |
| YUV | 201.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 217 | 0 | 0.33 | 0.15 | 0 | 327.14 | 1 | 0.84 |
| Hex | FF | AB | D9 | 0 | 21 | F | 0 | 147 | 64 | 54 |
| Octal | 377 | 253 | 331 | 0 | 41 | 17 | 0 | 507 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11011001 | 0 | 100001 | 1111 | 0 | 101000111 | 1100100 | 1010100 |
Color Harmonies of #FFABD9
Complementary color
Monochromatic Colors of #FFABD9
Black with #FFABD9
Text Example
Text Example
White with #FFABD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD9; }
p { color: rgb(255,171,217); }
H1.HeaderClassName
{
color: #FFABD9;
}
.AnyTagClassName
{
color: #FFABD9;
}
</style>
background-color css
<style>
a { background-color: #FFABD9; }
a { background-color: rgb(255,171,217); }
div.DivClassName
{
background-color: #FFABD9;
}
.BgClassName
{
background-color: #FFABD9;
}
</style>
border-color css
<style>
span { border-color: #FFABD9; }
span { border-color: rgb(255,171,217); }
td.TdClassName
{
border-color: #FFABD9;
}
.TagClassName
{
border-color: #FFABD9;
}
</style>