Shades of Lavender Pink #FAA3D1
Tints of Lavender Pink #FAA3D1
RGB
CMYK
RGB Variations
Color information
#FAA3D1 (or 0xFAA3D1) is known color: Lavender Pink. HEX triplet: FA, A3 and D1. RGB value is (250,163,209). Sum of RGB (Red+Green+Blue) = 250+163+209=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3D1 is #055C2E. Grayscale: #C2C2C2. Windows color (decimal): -351279 or 13739002. OLE color: 13739002.
HSL color Cylindrical-coordinate representation of color #FAA3D1: hue angle of 328.28º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3D1 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 209 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.02 |
| HSL | 328.28º | 0.9% | 0.81% | - |
| HSV(B) | 328.28º | 0.35% | 0.98% | - |
| XYZ | 64.03 | 51.12 | 66.81 | - |
| YUV | 194.26 | 136.32 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 209 | 0 | 0.35 | 0.16 | 0.02 | 328.28 | 0.9 | 0.81 |
| Hex | FA | A3 | D1 | 0 | 23 | 10 | 2 | 148 | 5A | 51 |
| Octal | 372 | 243 | 321 | 0 | 43 | 20 | 2 | 510 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11010001 | 0 | 100011 | 10000 | 10 | 101001000 | 1011010 | 1010001 |
Color Harmonies of #FAA3D1
Complementary color
Monochromatic Colors of #FAA3D1
Black with #FAA3D1
Text Example
Text Example
White with #FAA3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3D1; }
p { color: rgb(250,163,209); }
H1.HeaderClassName
{
color: #FAA3D1;
}
.AnyTagClassName
{
color: #FAA3D1;
}
</style>
background-color css
<style>
a { background-color: #FAA3D1; }
a { background-color: rgb(250,163,209); }
div.DivClassName
{
background-color: #FAA3D1;
}
.BgClassName
{
background-color: #FAA3D1;
}
</style>
border-color css
<style>
span { border-color: #FAA3D1; }
span { border-color: rgb(250,163,209); }
td.TdClassName
{
border-color: #FAA3D1;
}
.TagClassName
{
border-color: #FAA3D1;
}
</style>