Shades of Lavender Pink #FAA1D5
Tints of Lavender Pink #FAA1D5
RGB
CMYK
RGB Variations
Color information
#FAA1D5 (or 0xFAA1D5) is known color: Lavender Pink. HEX triplet: FA, A1 and D5. RGB value is (250,161,213). Sum of RGB (Red+Green+Blue) = 250+161+213=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1D5 is #055E2A. Grayscale: #C1C1C1. Windows color (decimal): -351787 or 14000634. OLE color: 14000634.
HSL color Cylindrical-coordinate representation of color #FAA1D5: hue angle of 324.94º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1D5 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 213 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.02 |
| HSL | 324.94º | 0.9% | 0.81% | - |
| HSV(B) | 324.94º | 0.36% | 0.98% | - |
| XYZ | 64.18 | 50.62 | 69.34 | - |
| YUV | 193.54 | 138.99 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 213 | 0 | 0.36 | 0.15 | 0.02 | 324.94 | 0.9 | 0.81 |
| Hex | FA | A1 | D5 | 0 | 24 | F | 2 | 145 | 5A | 51 |
| Octal | 372 | 241 | 325 | 0 | 44 | 17 | 2 | 505 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11010101 | 0 | 100100 | 1111 | 10 | 101000101 | 1011010 | 1010001 |
Color Harmonies of #FAA1D5
Complementary color
Monochromatic Colors of #FAA1D5
Black with #FAA1D5
Text Example
Text Example
White with #FAA1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1D5; }
p { color: rgb(250,161,213); }
H1.HeaderClassName
{
color: #FAA1D5;
}
.AnyTagClassName
{
color: #FAA1D5;
}
</style>
background-color css
<style>
a { background-color: #FAA1D5; }
a { background-color: rgb(250,161,213); }
div.DivClassName
{
background-color: #FAA1D5;
}
.BgClassName
{
background-color: #FAA1D5;
}
</style>
border-color css
<style>
span { border-color: #FAA1D5; }
span { border-color: rgb(250,161,213); }
td.TdClassName
{
border-color: #FAA1D5;
}
.TagClassName
{
border-color: #FAA1D5;
}
</style>