Shades of Lavender Pink #FAA2D0
Tints of Lavender Pink #FAA2D0
RGB
CMYK
RGB Variations
Color information
#FAA2D0 (or 0xFAA2D0) is known color: Lavender Pink. HEX triplet: FA, A2 and D0. RGB value is (250,162,208). Sum of RGB (Red+Green+Blue) = 250+162+208=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2D0 is #055D2F. Grayscale: #C1C1C1. Windows color (decimal): -351536 or 13673210. OLE color: 13673210.
HSL color Cylindrical-coordinate representation of color #FAA2D0: hue angle of 328.64º 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 #FAA2D0 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 208 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.02 |
| HSL | 328.64º | 0.9% | 0.81% | - |
| HSV(B) | 328.64º | 0.35% | 0.98% | - |
| XYZ | 63.73 | 50.72 | 66.11 | - |
| YUV | 193.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 208 | 0 | 0.35 | 0.17 | 0.02 | 328.64 | 0.9 | 0.81 |
| Hex | FA | A2 | D0 | 0 | 23 | 11 | 2 | 149 | 5A | 51 |
| Octal | 372 | 242 | 320 | 0 | 43 | 21 | 2 | 511 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11010000 | 0 | 100011 | 10001 | 10 | 101001001 | 1011010 | 1010001 |
Color Harmonies of #FAA2D0
Complementary color
Monochromatic Colors of #FAA2D0
Black with #FAA2D0
Text Example
Text Example
White with #FAA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2D0; }
p { color: rgb(250,162,208); }
H1.HeaderClassName
{
color: #FAA2D0;
}
.AnyTagClassName
{
color: #FAA2D0;
}
</style>
background-color css
<style>
a { background-color: #FAA2D0; }
a { background-color: rgb(250,162,208); }
div.DivClassName
{
background-color: #FAA2D0;
}
.BgClassName
{
background-color: #FAA2D0;
}
</style>
border-color css
<style>
span { border-color: #FAA2D0; }
span { border-color: rgb(250,162,208); }
td.TdClassName
{
border-color: #FAA2D0;
}
.TagClassName
{
border-color: #FAA2D0;
}
</style>