Shades of Lavender Pink #FAABD1
Tints of Lavender Pink #FAABD1
RGB
CMYK
RGB Variations
Color information
#FAABD1 (or 0xFAABD1) is known color: Lavender Pink. HEX triplet: FA, AB and D1. RGB value is (250,171,209). Sum of RGB (Red+Green+Blue) = 250+171+209=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD1 is #05542E. Grayscale: #C6C6C6. Windows color (decimal): -349231 or 13741050. OLE color: 13741050.
HSL color Cylindrical-coordinate representation of color #FAABD1: hue angle of 331.14º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABD1 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 209 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.02 |
| HSL | 331.14º | 0.89% | 0.83% | - |
| HSV(B) | 331.14º | 0.32% | 0.98% | - |
| XYZ | 65.5 | 54.05 | 67.3 | - |
| YUV | 198.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 209 | 0 | 0.32 | 0.16 | 0.02 | 331.14 | 0.89 | 0.83 |
| Hex | FA | AB | D1 | 0 | 20 | 10 | 2 | 14B | 59 | 53 |
| Octal | 372 | 253 | 321 | 0 | 40 | 20 | 2 | 513 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11010001 | 0 | 100000 | 10000 | 10 | 101001011 | 1011001 | 1010011 |
Color Harmonies of #FAABD1
Complementary color
Monochromatic Colors of #FAABD1
Black with #FAABD1
Text Example
Text Example
White with #FAABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABD1; }
p { color: rgb(250,171,209); }
H1.HeaderClassName
{
color: #FAABD1;
}
.AnyTagClassName
{
color: #FAABD1;
}
</style>
background-color css
<style>
a { background-color: #FAABD1; }
a { background-color: rgb(250,171,209); }
div.DivClassName
{
background-color: #FAABD1;
}
.BgClassName
{
background-color: #FAABD1;
}
</style>
border-color css
<style>
span { border-color: #FAABD1; }
span { border-color: rgb(250,171,209); }
td.TdClassName
{
border-color: #FAABD1;
}
.TagClassName
{
border-color: #FAABD1;
}
</style>