Shades of Lavender Pink #FAA5D6
Tints of Lavender Pink #FAA5D6
RGB
CMYK
RGB Variations
Color information
#FAA5D6 (or 0xFAA5D6) is known color: Lavender Pink. HEX triplet: FA, A5 and D6. RGB value is (250,165,214). Sum of RGB (Red+Green+Blue) = 250+165+214=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 214 (83.98% from 255 or 34.02% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D6 is #055A29. Grayscale: #C3C3C3. Windows color (decimal): -350762 or 14067194. OLE color: 14067194.
HSL color Cylindrical-coordinate representation of color #FAA5D6: hue angle of 325.41º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5D6 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 214 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 325.41º | 0.89% | 0.81% | - |
| HSV(B) | 325.41º | 0.34% | 0.98% | - |
| XYZ | 65.02 | 52.09 | 70.25 | - |
| YUV | 196 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 214 | 0 | 0.34 | 0.14 | 0.02 | 325.41 | 0.89 | 0.81 |
| Hex | FA | A5 | D6 | 0 | 22 | E | 2 | 145 | 59 | 51 |
| Octal | 372 | 245 | 326 | 0 | 42 | 16 | 2 | 505 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11010110 | 0 | 100010 | 1110 | 10 | 101000101 | 1011001 | 1010001 |
Color Harmonies of #FAA5D6
Complementary color
Monochromatic Colors of #FAA5D6
Black with #FAA5D6
Text Example
Text Example
White with #FAA5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5D6; }
p { color: rgb(250,165,214); }
H1.HeaderClassName
{
color: #FAA5D6;
}
.AnyTagClassName
{
color: #FAA5D6;
}
</style>
background-color css
<style>
a { background-color: #FAA5D6; }
a { background-color: rgb(250,165,214); }
div.DivClassName
{
background-color: #FAA5D6;
}
.BgClassName
{
background-color: #FAA5D6;
}
</style>
border-color css
<style>
span { border-color: #FAA5D6; }
span { border-color: rgb(250,165,214); }
td.TdClassName
{
border-color: #FAA5D6;
}
.TagClassName
{
border-color: #FAA5D6;
}
</style>