Shades of Lavender Pink #FAAFD7
Tints of Lavender Pink #FAAFD7
RGB
CMYK
RGB Variations
Color information
#FAAFD7 (or 0xFAAFD7) is known color: Lavender Pink. HEX triplet: FA, AF and D7. RGB value is (250,175,215). Sum of RGB (Red+Green+Blue) = 250+175+215=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD7 is #055028. Grayscale: #C9C9C9. Windows color (decimal): -348201 or 14135290. OLE color: 14135290.
HSL color Cylindrical-coordinate representation of color #FAAFD7: hue angle of 328º 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 #FAAFD7 is Cyan = 0, Magento = 0.3, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 215 | - |
| CMYK | 0 | 0.3 | 0.14 | 0.02 |
| HSL | 328º | 0.88% | 0.83% | - |
| HSV(B) | 328º | 0.3% | 0.98% | - |
| XYZ | 67.02 | 55.89 | 71.55 | - |
| YUV | 201.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 215 | 0 | 0.3 | 0.14 | 0.02 | 328 | 0.88 | 0.83 |
| Hex | FA | AF | D7 | 0 | 1E | E | 2 | 148 | 58 | 53 |
| Octal | 372 | 257 | 327 | 0 | 36 | 16 | 2 | 510 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11010111 | 0 | 11110 | 1110 | 10 | 101001000 | 1011000 | 1010011 |
Color Harmonies of #FAAFD7
Complementary color
Monochromatic Colors of #FAAFD7
Black with #FAAFD7
Text Example
Text Example
White with #FAAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFD7; }
p { color: rgb(250,175,215); }
H1.HeaderClassName
{
color: #FAAFD7;
}
.AnyTagClassName
{
color: #FAAFD7;
}
</style>
background-color css
<style>
a { background-color: #FAAFD7; }
a { background-color: rgb(250,175,215); }
div.DivClassName
{
background-color: #FAAFD7;
}
.BgClassName
{
background-color: #FAAFD7;
}
</style>
border-color css
<style>
span { border-color: #FAAFD7; }
span { border-color: rgb(250,175,215); }
td.TdClassName
{
border-color: #FAAFD7;
}
.TagClassName
{
border-color: #FAAFD7;
}
</style>