Shades of Lavender Pink #FAAFD8
Tints of Lavender Pink #FAAFD8
RGB
CMYK
RGB Variations
Color information
#FAAFD8 (or 0xFAAFD8) is known color: Lavender Pink. HEX triplet: FA, AF and D8. RGB value is (250,175,216). Sum of RGB (Red+Green+Blue) = 250+175+216=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD8 is #055027. Grayscale: #CACACA. Windows color (decimal): -348200 or 14200826. OLE color: 14200826.
HSL color Cylindrical-coordinate representation of color #FAAFD8: hue angle of 327.2º 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 #FAAFD8 is Cyan = 0, Magento = 0.3, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 216 | - |
| CMYK | 0 | 0.3 | 0.14 | 0.02 |
| HSL | 327.2º | 0.88% | 0.83% | - |
| HSV(B) | 327.2º | 0.3% | 0.98% | - |
| XYZ | 67.15 | 55.94 | 72.22 | - |
| YUV | 202.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 216 | 0 | 0.3 | 0.14 | 0.02 | 327.2 | 0.88 | 0.83 |
| Hex | FA | AF | D8 | 0 | 1E | E | 2 | 147 | 58 | 53 |
| Octal | 372 | 257 | 330 | 0 | 36 | 16 | 2 | 507 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11011000 | 0 | 11110 | 1110 | 10 | 101000111 | 1011000 | 1010011 |
Color Harmonies of #FAAFD8
Complementary color
Monochromatic Colors of #FAAFD8
Black with #FAAFD8
Text Example
Text Example
White with #FAAFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFD8; }
p { color: rgb(250,175,216); }
H1.HeaderClassName
{
color: #FAAFD8;
}
.AnyTagClassName
{
color: #FAAFD8;
}
</style>
background-color css
<style>
a { background-color: #FAAFD8; }
a { background-color: rgb(250,175,216); }
div.DivClassName
{
background-color: #FAAFD8;
}
.BgClassName
{
background-color: #FAAFD8;
}
</style>
border-color css
<style>
span { border-color: #FAAFD8; }
span { border-color: rgb(250,175,216); }
td.TdClassName
{
border-color: #FAAFD8;
}
.TagClassName
{
border-color: #FAAFD8;
}
</style>