Shades of Lavender Pink #FFABD5
Tints of Lavender Pink #FFABD5
RGB
CMYK
RGB Variations
Color information
#FFABD5 (or 0xFFABD5) is known color: Lavender Pink. HEX triplet: FF, AB and D5. RGB value is (255,171,213). Sum of RGB (Red+Green+Blue) = 255+171+213=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD5 is #00542A. Grayscale: #C8C8C8. Windows color (decimal): -21547 or 14003199. OLE color: 14003199.
HSL color Cylindrical-coordinate representation of color #FFABD5: hue angle of 330º 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 #FFABD5 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 213 | - |
| CMYK | 0 | 0.33 | 0.16 | 0 |
| HSL | 330º | 1% | 0.84% | - |
| HSV(B) | 330º | 0.33% | 1% | - |
| XYZ | 67.81 | 55.19 | 70.03 | - |
| YUV | 200.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 213 | 0 | 0.33 | 0.16 | 0 | 330 | 1 | 0.84 |
| Hex | FF | AB | D5 | 0 | 21 | 10 | 0 | 14A | 64 | 54 |
| Octal | 377 | 253 | 325 | 0 | 41 | 20 | 0 | 512 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11010101 | 0 | 100001 | 10000 | 0 | 101001010 | 1100100 | 1010100 |
Color Harmonies of #FFABD5
Complementary color
Monochromatic Colors of #FFABD5
Black with #FFABD5
Text Example
Text Example
White with #FFABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD5; }
p { color: rgb(255,171,213); }
H1.HeaderClassName
{
color: #FFABD5;
}
.AnyTagClassName
{
color: #FFABD5;
}
</style>
background-color css
<style>
a { background-color: #FFABD5; }
a { background-color: rgb(255,171,213); }
div.DivClassName
{
background-color: #FFABD5;
}
.BgClassName
{
background-color: #FFABD5;
}
</style>
border-color css
<style>
span { border-color: #FFABD5; }
span { border-color: rgb(255,171,213); }
td.TdClassName
{
border-color: #FFABD5;
}
.TagClassName
{
border-color: #FFABD5;
}
</style>