Shades of Lavender Pink #FAAFD9
Tints of Lavender Pink #FAAFD9
RGB
CMYK
RGB Variations
Color information
#FAAFD9 (or 0xFAAFD9) is known color: Lavender Pink. HEX triplet: FA, AF and D9. RGB value is (250,175,217). Sum of RGB (Red+Green+Blue) = 250+175+217=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD9 is #055026. Grayscale: #CACACA. Windows color (decimal): -348199 or 14266362. OLE color: 14266362.
HSL color Cylindrical-coordinate representation of color #FAAFD9: hue angle of 326.4º 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 #FAAFD9 is Cyan = 0, Magento = 0.3, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 217 | - |
| CMYK | 0 | 0.3 | 0.13 | 0.02 |
| HSL | 326.4º | 0.88% | 0.83% | - |
| HSV(B) | 326.4º | 0.3% | 0.98% | - |
| XYZ | 67.28 | 55.99 | 72.91 | - |
| YUV | 202.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 217 | 0 | 0.3 | 0.13 | 0.02 | 326.4 | 0.88 | 0.83 |
| Hex | FA | AF | D9 | 0 | 1E | D | 2 | 146 | 58 | 53 |
| Octal | 372 | 257 | 331 | 0 | 36 | 15 | 2 | 506 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11011001 | 0 | 11110 | 1101 | 10 | 101000110 | 1011000 | 1010011 |
Color Harmonies of #FAAFD9
Complementary color
Monochromatic Colors of #FAAFD9
Black with #FAAFD9
Text Example
Text Example
White with #FAAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFD9; }
p { color: rgb(250,175,217); }
H1.HeaderClassName
{
color: #FAAFD9;
}
.AnyTagClassName
{
color: #FAAFD9;
}
</style>
background-color css
<style>
a { background-color: #FAAFD9; }
a { background-color: rgb(250,175,217); }
div.DivClassName
{
background-color: #FAAFD9;
}
.BgClassName
{
background-color: #FAAFD9;
}
</style>
border-color css
<style>
span { border-color: #FAAFD9; }
span { border-color: rgb(250,175,217); }
td.TdClassName
{
border-color: #FAAFD9;
}
.TagClassName
{
border-color: #FAAFD9;
}
</style>