Shades of Lavender Pink #FFABD3
Tints of Lavender Pink #FFABD3
RGB
CMYK
RGB Variations
Color information
#FFABD3 (or 0xFFABD3) is known color: Lavender Pink. HEX triplet: FF, AB and D3. RGB value is (255,171,211). Sum of RGB (Red+Green+Blue) = 255+171+211=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 171 (67.19% from 255 or 26.84% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABD3 is #00542C. Grayscale: #C8C8C8. Windows color (decimal): -21549 or 13872127. OLE color: 13872127.
HSL color Cylindrical-coordinate representation of color #FFABD3: hue angle of 331.43º 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 #FFABD3 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 211 | - |
| CMYK | 0 | 0.33 | 0.17 | 0 |
| HSL | 331.43º | 1% | 0.84% | - |
| HSV(B) | 331.43º | 0.33% | 1% | - |
| XYZ | 67.56 | 55.09 | 68.7 | - |
| YUV | 200.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 211 | 0 | 0.33 | 0.17 | 0 | 331.43 | 1 | 0.84 |
| Hex | FF | AB | D3 | 0 | 21 | 11 | 0 | 14B | 64 | 54 |
| Octal | 377 | 253 | 323 | 0 | 41 | 21 | 0 | 513 | 144 | 124 |
| Binary | 11111111 | 10101011 | 11010011 | 0 | 100001 | 10001 | 0 | 101001011 | 1100100 | 1010100 |
Color Harmonies of #FFABD3
Complementary color
Monochromatic Colors of #FFABD3
Black with #FFABD3
Text Example
Text Example
White with #FFABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABD3; }
p { color: rgb(255,171,211); }
H1.HeaderClassName
{
color: #FFABD3;
}
.AnyTagClassName
{
color: #FFABD3;
}
</style>
background-color css
<style>
a { background-color: #FFABD3; }
a { background-color: rgb(255,171,211); }
div.DivClassName
{
background-color: #FFABD3;
}
.BgClassName
{
background-color: #FFABD3;
}
</style>
border-color css
<style>
span { border-color: #FFABD3; }
span { border-color: rgb(255,171,211); }
td.TdClassName
{
border-color: #FFABD3;
}
.TagClassName
{
border-color: #FFABD3;
}
</style>