Shades of Lavender Pink #FAADD9
Tints of Lavender Pink #FAADD9
RGB
CMYK
RGB Variations
Color information
#FAADD9 (or 0xFAADD9) is known color: Lavender Pink. HEX triplet: FA, AD and D9. RGB value is (250,173,217). Sum of RGB (Red+Green+Blue) = 250+173+217=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADD9 is #055226. Grayscale: #C8C8C8. Windows color (decimal): -348711 or 14265850. OLE color: 14265850.
HSL color Cylindrical-coordinate representation of color #FAADD9: hue angle of 325.71º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAADD9 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 217 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.02 |
| HSL | 325.71º | 0.89% | 0.83% | - |
| HSV(B) | 325.71º | 0.31% | 0.98% | - |
| XYZ | 66.89 | 55.22 | 72.78 | - |
| YUV | 201.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 217 | 0 | 0.31 | 0.13 | 0.02 | 325.71 | 0.89 | 0.83 |
| Hex | FA | AD | D9 | 0 | 1F | D | 2 | 146 | 59 | 53 |
| Octal | 372 | 255 | 331 | 0 | 37 | 15 | 2 | 506 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11011001 | 0 | 11111 | 1101 | 10 | 101000110 | 1011001 | 1010011 |
Color Harmonies of #FAADD9
Complementary color
Monochromatic Colors of #FAADD9
Black with #FAADD9
Text Example
Text Example
White with #FAADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADD9; }
p { color: rgb(250,173,217); }
H1.HeaderClassName
{
color: #FAADD9;
}
.AnyTagClassName
{
color: #FAADD9;
}
</style>
background-color css
<style>
a { background-color: #FAADD9; }
a { background-color: rgb(250,173,217); }
div.DivClassName
{
background-color: #FAADD9;
}
.BgClassName
{
background-color: #FAADD9;
}
</style>
border-color css
<style>
span { border-color: #FAADD9; }
span { border-color: rgb(250,173,217); }
td.TdClassName
{
border-color: #FAADD9;
}
.TagClassName
{
border-color: #FAADD9;
}
</style>