Shades of Lavender Pink #FAABCE
Tints of Lavender Pink #FAABCE
RGB
CMYK
RGB Variations
Color information
#FAABCE (or 0xFAABCE) is known color: Lavender Pink. HEX triplet: FA, AB and CE. RGB value is (250,171,206). Sum of RGB (Red+Green+Blue) = 250+171+206=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABCE is #055431. Grayscale: #C6C6C6. Windows color (decimal): -349234 or 13544442. OLE color: 13544442.
HSL color Cylindrical-coordinate representation of color #FAABCE: hue angle of 333.42º 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 #FAABCE is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 206 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.02 |
| HSL | 333.42º | 0.89% | 0.83% | - |
| HSV(B) | 333.42º | 0.32% | 0.98% | - |
| XYZ | 65.13 | 53.91 | 65.36 | - |
| YUV | 198.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 206 | 0 | 0.32 | 0.18 | 0.02 | 333.42 | 0.89 | 0.83 |
| Hex | FA | AB | CE | 0 | 20 | 12 | 2 | 14D | 59 | 53 |
| Octal | 372 | 253 | 316 | 0 | 40 | 22 | 2 | 515 | 131 | 123 |
| Binary | 11111010 | 10101011 | 11001110 | 0 | 100000 | 10010 | 10 | 101001101 | 1011001 | 1010011 |
Color Harmonies of #FAABCE
Complementary color
Monochromatic Colors of #FAABCE
Black with #FAABCE
Text Example
Text Example
White with #FAABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABCE; }
p { color: rgb(250,171,206); }
H1.HeaderClassName
{
color: #FAABCE;
}
.AnyTagClassName
{
color: #FAABCE;
}
</style>
background-color css
<style>
a { background-color: #FAABCE; }
a { background-color: rgb(250,171,206); }
div.DivClassName
{
background-color: #FAABCE;
}
.BgClassName
{
background-color: #FAABCE;
}
</style>
border-color css
<style>
span { border-color: #FAABCE; }
span { border-color: rgb(250,171,206); }
td.TdClassName
{
border-color: #FAABCE;
}
.TagClassName
{
border-color: #FAABCE;
}
</style>