Shades of Lavender Pink #FAA1D3
Tints of Lavender Pink #FAA1D3
RGB
CMYK
RGB Variations
Color information
#FAA1D3 (or 0xFAA1D3) is known color: Lavender Pink. HEX triplet: FA, A1 and D3. RGB value is (250,161,211). Sum of RGB (Red+Green+Blue) = 250+161+211=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1D3 is #055E2C. Grayscale: #C1C1C1. Windows color (decimal): -351789 or 13869562. OLE color: 13869562.
HSL color Cylindrical-coordinate representation of color #FAA1D3: hue angle of 326.29º 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 #FAA1D3 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 211 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.02 |
| HSL | 326.29º | 0.9% | 0.81% | - |
| HSV(B) | 326.29º | 0.36% | 0.98% | - |
| XYZ | 63.93 | 50.52 | 68.01 | - |
| YUV | 193.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 211 | 0 | 0.36 | 0.16 | 0.02 | 326.29 | 0.9 | 0.81 |
| Hex | FA | A1 | D3 | 0 | 24 | 10 | 2 | 146 | 5A | 51 |
| Octal | 372 | 241 | 323 | 0 | 44 | 20 | 2 | 506 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11010011 | 0 | 100100 | 10000 | 10 | 101000110 | 1011010 | 1010001 |
Color Harmonies of #FAA1D3
Complementary color
Monochromatic Colors of #FAA1D3
Black with #FAA1D3
Text Example
Text Example
White with #FAA1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1D3; }
p { color: rgb(250,161,211); }
H1.HeaderClassName
{
color: #FAA1D3;
}
.AnyTagClassName
{
color: #FAA1D3;
}
</style>
background-color css
<style>
a { background-color: #FAA1D3; }
a { background-color: rgb(250,161,211); }
div.DivClassName
{
background-color: #FAA1D3;
}
.BgClassName
{
background-color: #FAA1D3;
}
</style>
border-color css
<style>
span { border-color: #FAA1D3; }
span { border-color: rgb(250,161,211); }
td.TdClassName
{
border-color: #FAA1D3;
}
.TagClassName
{
border-color: #FAA1D3;
}
</style>