Shades of Lavender Pink #FAAFDB
Tints of Lavender Pink #FAAFDB
RGB
CMYK
RGB Variations
Color information
#FAAFDB (or 0xFAAFDB) is known color: Lavender Pink. HEX triplet: FA, AF and DB. RGB value is (250,175,219). Sum of RGB (Red+Green+Blue) = 250+175+219=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFDB is #055024. Grayscale: #CACACA. Windows color (decimal): -348197 or 14397434. OLE color: 14397434.
HSL color Cylindrical-coordinate representation of color #FAAFDB: hue angle of 324.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFDB is Cyan = 0, Magento = 0.3, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 219 | - |
| CMYK | 0 | 0.3 | 0.12 | 0.02 |
| HSL | 324.8º | 0.88% | 0.83% | - |
| HSV(B) | 324.8º | 0.3% | 0.98% | - |
| XYZ | 67.54 | 56.1 | 74.29 | - |
| YUV | 202.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 219 | 0 | 0.3 | 0.12 | 0.02 | 324.8 | 0.88 | 0.83 |
| Hex | FA | AF | DB | 0 | 1E | C | 2 | 145 | 58 | 53 |
| Octal | 372 | 257 | 333 | 0 | 36 | 14 | 2 | 505 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11011011 | 0 | 11110 | 1100 | 10 | 101000101 | 1011000 | 1010011 |
Color Harmonies of #FAAFDB
Complementary color
Monochromatic Colors of #FAAFDB
Black with #FAAFDB
Text Example
Text Example
White with #FAAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFDB; }
p { color: rgb(250,175,219); }
H1.HeaderClassName
{
color: #FAAFDB;
}
.AnyTagClassName
{
color: #FAAFDB;
}
</style>
background-color css
<style>
a { background-color: #FAAFDB; }
a { background-color: rgb(250,175,219); }
div.DivClassName
{
background-color: #FAAFDB;
}
.BgClassName
{
background-color: #FAAFDB;
}
</style>
border-color css
<style>
span { border-color: #FAAFDB; }
span { border-color: rgb(250,175,219); }
td.TdClassName
{
border-color: #FAAFDB;
}
.TagClassName
{
border-color: #FAAFDB;
}
</style>