Shades of Lavender Pink #FAA0D2
Tints of Lavender Pink #FAA0D2
RGB
CMYK
RGB Variations
Color information
#FAA0D2 (or 0xFAA0D2) is known color: Lavender Pink. HEX triplet: FA, A0 and D2. RGB value is (250,160,210). Sum of RGB (Red+Green+Blue) = 250+160+210=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0D2 is #055F2D. Grayscale: #C0C0C0. Windows color (decimal): -352046 or 13803770. OLE color: 13803770.
HSL color Cylindrical-coordinate representation of color #FAA0D2: hue angle of 326.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0D2 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 210 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.02 |
| HSL | 326.67º | 0.9% | 0.8% | - |
| HSV(B) | 326.67º | 0.36% | 0.98% | - |
| XYZ | 63.63 | 50.12 | 67.29 | - |
| YUV | 192.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 210 | 0 | 0.36 | 0.16 | 0.02 | 326.67 | 0.9 | 0.8 |
| Hex | FA | A0 | D2 | 0 | 24 | 10 | 2 | 147 | 5A | 50 |
| Octal | 372 | 240 | 322 | 0 | 44 | 20 | 2 | 507 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11010010 | 0 | 100100 | 10000 | 10 | 101000111 | 1011010 | 1010000 |
Color Harmonies of #FAA0D2
Complementary color
Monochromatic Colors of #FAA0D2
Black with #FAA0D2
Text Example
Text Example
White with #FAA0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0D2; }
p { color: rgb(250,160,210); }
H1.HeaderClassName
{
color: #FAA0D2;
}
.AnyTagClassName
{
color: #FAA0D2;
}
</style>
background-color css
<style>
a { background-color: #FAA0D2; }
a { background-color: rgb(250,160,210); }
div.DivClassName
{
background-color: #FAA0D2;
}
.BgClassName
{
background-color: #FAA0D2;
}
</style>
border-color css
<style>
span { border-color: #FAA0D2; }
span { border-color: rgb(250,160,210); }
td.TdClassName
{
border-color: #FAA0D2;
}
.TagClassName
{
border-color: #FAA0D2;
}
</style>