Shades of Lavender Pink #FAAADB
Tints of Lavender Pink #FAAADB
RGB
CMYK
RGB Variations
Color information
#FAAADB (or 0xFAAADB) is known color: Lavender Pink. HEX triplet: FA, AA and DB. RGB value is (250,170,219). Sum of RGB (Red+Green+Blue) = 250+170+219=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAADB is #055524. Grayscale: #C7C7C7. Windows color (decimal): -349477 or 14396154. OLE color: 14396154.
HSL color Cylindrical-coordinate representation of color #FAAADB: hue angle of 323.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAADB is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 219 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 323.25º | 0.89% | 0.82% | - |
| HSV(B) | 323.25º | 0.32% | 0.98% | - |
| XYZ | 66.59 | 54.19 | 73.97 | - |
| YUV | 199.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 219 | 0 | 0.32 | 0.12 | 0.02 | 323.25 | 0.89 | 0.82 |
| Hex | FA | AA | DB | 0 | 20 | C | 2 | 143 | 59 | 52 |
| Octal | 372 | 252 | 333 | 0 | 40 | 14 | 2 | 503 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11011011 | 0 | 100000 | 1100 | 10 | 101000011 | 1011001 | 1010010 |
Color Harmonies of #FAAADB
Complementary color
Monochromatic Colors of #FAAADB
Black with #FAAADB
Text Example
Text Example
White with #FAAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAADB; }
p { color: rgb(250,170,219); }
H1.HeaderClassName
{
color: #FAAADB;
}
.AnyTagClassName
{
color: #FAAADB;
}
</style>
background-color css
<style>
a { background-color: #FAAADB; }
a { background-color: rgb(250,170,219); }
div.DivClassName
{
background-color: #FAAADB;
}
.BgClassName
{
background-color: #FAAADB;
}
</style>
border-color css
<style>
span { border-color: #FAAADB; }
span { border-color: rgb(250,170,219); }
td.TdClassName
{
border-color: #FAAADB;
}
.TagClassName
{
border-color: #FAAADB;
}
</style>