Shades of Lavender Pink #FFABD0
Tints of Lavender Pink #FFABD0
RGB
CMYK
RGB Variations
Color information
#FFABD0 (or 0xFFABD0) is known color: Lavender Pink. HEX triplet: FF, AB and D0. RGB value is (255,171,208). Sum of RGB (Red+Green+Blue) = 255+171+208=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD0 is #00542F. Grayscale: #C8C8C8. Windows color (decimal): -21552 or 13675519. OLE color: 13675519.
HSL color Cylindrical-coordinate representation of color #FFABD0: hue angle of 333.57º 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 #FFABD0 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 208 | - |
| CMYK | 0 | 0.33 | 0.18 | 0 |
| HSL | 333.57º | 1% | 0.84% | - |
| HSV(B) | 333.57º | 0.33% | 1% | - |
| XYZ | 67.19 | 54.94 | 66.74 | - |
| YUV | 200.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 208 | 0 | 0.33 | 0.18 | 0 | 333.57 | 1 | 0.84 |
| Hex | FF | AB | D0 | 0 | 21 | 12 | 0 | 14E | 64 | 54 |
| Octal | 377 | 253 | 320 | 0 | 41 | 22 | 0 | 516 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11010000 | 0 | 100001 | 10010 | 0 | 101001110 | 1100100 | 1010100 |
Color Harmonies of #FFABD0
Complementary color
Monochromatic Colors of #FFABD0
Black with #FFABD0
Text Example
Text Example
White with #FFABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD0; }
p { color: rgb(255,171,208); }
H1.HeaderClassName
{
color: #FFABD0;
}
.AnyTagClassName
{
color: #FFABD0;
}
</style>
background-color css
<style>
a { background-color: #FFABD0; }
a { background-color: rgb(255,171,208); }
div.DivClassName
{
background-color: #FFABD0;
}
.BgClassName
{
background-color: #FFABD0;
}
</style>
border-color css
<style>
span { border-color: #FFABD0; }
span { border-color: rgb(255,171,208); }
td.TdClassName
{
border-color: #FFABD0;
}
.TagClassName
{
border-color: #FFABD0;
}
</style>