Shades of Lavender Pink #FAA1D0
Tints of Lavender Pink #FAA1D0
RGB
CMYK
RGB Variations
Color information
#FAA1D0 (or 0xFAA1D0) is known color: Lavender Pink. HEX triplet: FA, A1 and D0. RGB value is (250,161,208). Sum of RGB (Red+Green+Blue) = 250+161+208=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1D0 is #055E2F. Grayscale: #C0C0C0. Windows color (decimal): -351792 or 13672954. OLE color: 13672954.
HSL color Cylindrical-coordinate representation of color #FAA1D0: hue angle of 328.31º 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 #FAA1D0 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 208 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.02 |
| HSL | 328.31º | 0.9% | 0.81% | - |
| HSV(B) | 328.31º | 0.36% | 0.98% | - |
| XYZ | 63.55 | 50.37 | 66.05 | - |
| YUV | 192.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 208 | 0 | 0.36 | 0.17 | 0.02 | 328.31 | 0.9 | 0.81 |
| Hex | FA | A1 | D0 | 0 | 24 | 11 | 2 | 148 | 5A | 51 |
| Octal | 372 | 241 | 320 | 0 | 44 | 21 | 2 | 510 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11010000 | 0 | 100100 | 10001 | 10 | 101001000 | 1011010 | 1010001 |
Color Harmonies of #FAA1D0
Complementary color
Monochromatic Colors of #FAA1D0
Black with #FAA1D0
Text Example
Text Example
White with #FAA1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1D0; }
p { color: rgb(250,161,208); }
H1.HeaderClassName
{
color: #FAA1D0;
}
.AnyTagClassName
{
color: #FAA1D0;
}
</style>
background-color css
<style>
a { background-color: #FAA1D0; }
a { background-color: rgb(250,161,208); }
div.DivClassName
{
background-color: #FAA1D0;
}
.BgClassName
{
background-color: #FAA1D0;
}
</style>
border-color css
<style>
span { border-color: #FAA1D0; }
span { border-color: rgb(250,161,208); }
td.TdClassName
{
border-color: #FAA1D0;
}
.TagClassName
{
border-color: #FAA1D0;
}
</style>