Shades of Lavender Pink #FFABD6
Tints of Lavender Pink #FFABD6
RGB
CMYK
RGB Variations
Color information
#FFABD6 (or 0xFFABD6) is known color: Lavender Pink. HEX triplet: FF, AB and D6. RGB value is (255,171,214). Sum of RGB (Red+Green+Blue) = 255+171+214=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD6 is #005429. Grayscale: #C8C8C8. Windows color (decimal): -21546 or 14068735. OLE color: 14068735.
HSL color Cylindrical-coordinate representation of color #FFABD6: hue angle of 329.29º 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 #FFABD6 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 214 | - |
| CMYK | 0 | 0.33 | 0.16 | 0 |
| HSL | 329.29º | 1% | 0.84% | - |
| HSV(B) | 329.29º | 0.33% | 1% | - |
| XYZ | 67.94 | 55.24 | 70.7 | - |
| YUV | 201.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 214 | 0 | 0.33 | 0.16 | 0 | 329.29 | 1 | 0.84 |
| Hex | FF | AB | D6 | 0 | 21 | 10 | 0 | 149 | 64 | 54 |
| Octal | 377 | 253 | 326 | 0 | 41 | 20 | 0 | 511 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11010110 | 0 | 100001 | 10000 | 0 | 101001001 | 1100100 | 1010100 |
Color Harmonies of #FFABD6
Complementary color
Monochromatic Colors of #FFABD6
Black with #FFABD6
Text Example
Text Example
White with #FFABD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD6; }
p { color: rgb(255,171,214); }
H1.HeaderClassName
{
color: #FFABD6;
}
.AnyTagClassName
{
color: #FFABD6;
}
</style>
background-color css
<style>
a { background-color: #FFABD6; }
a { background-color: rgb(255,171,214); }
div.DivClassName
{
background-color: #FFABD6;
}
.BgClassName
{
background-color: #FFABD6;
}
</style>
border-color css
<style>
span { border-color: #FFABD6; }
span { border-color: rgb(255,171,214); }
td.TdClassName
{
border-color: #FFABD6;
}
.TagClassName
{
border-color: #FFABD6;
}
</style>