Shades of Lavender Pink #FAABDB
Tints of Lavender Pink #FAABDB
RGB
CMYK
RGB Variations
Color information
#FAABDB (or 0xFAABDB) is known color: Lavender Pink. HEX triplet: FA, AB and DB. RGB value is (250,171,219). Sum of RGB (Red+Green+Blue) = 250+171+219=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABDB is #055424. Grayscale: #C7C7C7. Windows color (decimal): -349221 or 14396410. OLE color: 14396410.
HSL color Cylindrical-coordinate representation of color #FAABDB: hue angle of 323.54º 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 #FAABDB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 219 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 323.54º | 0.89% | 0.83% | - |
| HSV(B) | 323.54º | 0.32% | 0.98% | - |
| XYZ | 66.77 | 54.56 | 74.03 | - |
| YUV | 200.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 219 | 0 | 0.32 | 0.12 | 0.02 | 323.54 | 0.89 | 0.83 |
| Hex | FA | AB | DB | 0 | 20 | C | 2 | 144 | 59 | 53 |
| Octal | 372 | 253 | 333 | 0 | 40 | 14 | 2 | 504 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11011011 | 0 | 100000 | 1100 | 10 | 101000100 | 1011001 | 1010011 |
Color Harmonies of #FAABDB
Complementary color
Monochromatic Colors of #FAABDB
Black with #FAABDB
Text Example
Text Example
White with #FAABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABDB; }
p { color: rgb(250,171,219); }
H1.HeaderClassName
{
color: #FAABDB;
}
.AnyTagClassName
{
color: #FAABDB;
}
</style>
background-color css
<style>
a { background-color: #FAABDB; }
a { background-color: rgb(250,171,219); }
div.DivClassName
{
background-color: #FAABDB;
}
.BgClassName
{
background-color: #FAABDB;
}
</style>
border-color css
<style>
span { border-color: #FAABDB; }
span { border-color: rgb(250,171,219); }
td.TdClassName
{
border-color: #FAABDB;
}
.TagClassName
{
border-color: #FAABDB;
}
</style>