Shades of Lavender Pink #FFABD2
Tints of Lavender Pink #FFABD2
RGB
CMYK
RGB Variations
Color information
#FFABD2 (or 0xFFABD2) is known color: Lavender Pink. HEX triplet: FF, AB and D2. RGB value is (255,171,210). Sum of RGB (Red+Green+Blue) = 255+171+210=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD2 is #00542D. Grayscale: #C8C8C8. Windows color (decimal): -21550 or 13806591. OLE color: 13806591.
HSL color Cylindrical-coordinate representation of color #FFABD2: hue angle of 332.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 #FFABD2 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 210 | - |
| CMYK | 0 | 0.33 | 0.18 | 0 |
| HSL | 332.14º | 1% | 0.84% | - |
| HSV(B) | 332.14º | 0.33% | 1% | - |
| XYZ | 67.44 | 55.04 | 68.04 | - |
| YUV | 200.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 210 | 0 | 0.33 | 0.18 | 0 | 332.14 | 1 | 0.84 |
| Hex | FF | AB | D2 | 0 | 21 | 12 | 0 | 14C | 64 | 54 |
| Octal | 377 | 253 | 322 | 0 | 41 | 22 | 0 | 514 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11010010 | 0 | 100001 | 10010 | 0 | 101001100 | 1100100 | 1010100 |
Color Harmonies of #FFABD2
Complementary color
Monochromatic Colors of #FFABD2
Black with #FFABD2
Text Example
Text Example
White with #FFABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD2; }
p { color: rgb(255,171,210); }
H1.HeaderClassName
{
color: #FFABD2;
}
.AnyTagClassName
{
color: #FFABD2;
}
</style>
background-color css
<style>
a { background-color: #FFABD2; }
a { background-color: rgb(255,171,210); }
div.DivClassName
{
background-color: #FFABD2;
}
.BgClassName
{
background-color: #FFABD2;
}
</style>
border-color css
<style>
span { border-color: #FFABD2; }
span { border-color: rgb(255,171,210); }
td.TdClassName
{
border-color: #FFABD2;
}
.TagClassName
{
border-color: #FFABD2;
}
</style>