Shades of Lavender Pink #FAAFD1
Tints of Lavender Pink #FAAFD1
RGB
CMYK
RGB Variations
Color information
#FAAFD1 (or 0xFAAFD1) is known color: Lavender Pink. HEX triplet: FA, AF and D1. RGB value is (250,175,209). Sum of RGB (Red+Green+Blue) = 250+175+209=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD1 is #05502E. Grayscale: #C9C9C9. Windows color (decimal): -348207 or 13742074. OLE color: 13742074.
HSL color Cylindrical-coordinate representation of color #FAAFD1: hue angle of 332.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 #FAAFD1 is Cyan = 0, Magento = 0.3, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 209 | - |
| CMYK | 0 | 0.3 | 0.16 | 0.02 |
| HSL | 332.8º | 0.88% | 0.83% | - |
| HSV(B) | 332.8º | 0.3% | 0.98% | - |
| XYZ | 66.26 | 55.59 | 67.56 | - |
| YUV | 201.3 | 132.35 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 209 | 0 | 0.3 | 0.16 | 0.02 | 332.8 | 0.88 | 0.83 |
| Hex | FA | AF | D1 | 0 | 1E | 10 | 2 | 14D | 58 | 53 |
| Octal | 372 | 257 | 321 | 0 | 36 | 20 | 2 | 515 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11010001 | 0 | 11110 | 10000 | 10 | 101001101 | 1011000 | 1010011 |
Color Harmonies of #FAAFD1
Complementary color
Monochromatic Colors of #FAAFD1
Black with #FAAFD1
Text Example
Text Example
White with #FAAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFD1; }
p { color: rgb(250,175,209); }
H1.HeaderClassName
{
color: #FAAFD1;
}
.AnyTagClassName
{
color: #FAAFD1;
}
</style>
background-color css
<style>
a { background-color: #FAAFD1; }
a { background-color: rgb(250,175,209); }
div.DivClassName
{
background-color: #FAAFD1;
}
.BgClassName
{
background-color: #FAAFD1;
}
</style>
border-color css
<style>
span { border-color: #FAAFD1; }
span { border-color: rgb(250,175,209); }
td.TdClassName
{
border-color: #FAAFD1;
}
.TagClassName
{
border-color: #FAAFD1;
}
</style>