Shades of Lavender Pink #FAA2D3
Tints of Lavender Pink #FAA2D3
RGB
CMYK
RGB Variations
Color information
#FAA2D3 (or 0xFAA2D3) is known color: Lavender Pink. HEX triplet: FA, A2 and D3. RGB value is (250,162,211). Sum of RGB (Red+Green+Blue) = 250+162+211=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2D3 is #055D2C. Grayscale: #C1C1C1. Windows color (decimal): -351533 or 13869818. OLE color: 13869818.
HSL color Cylindrical-coordinate representation of color #FAA2D3: hue angle of 326.59º 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 #FAA2D3 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 211 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.02 |
| HSL | 326.59º | 0.9% | 0.81% | - |
| HSV(B) | 326.59º | 0.35% | 0.98% | - |
| XYZ | 64.1 | 50.87 | 68.07 | - |
| YUV | 193.9 | 137.65 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 211 | 0 | 0.35 | 0.16 | 0.02 | 326.59 | 0.9 | 0.81 |
| Hex | FA | A2 | D3 | 0 | 23 | 10 | 2 | 147 | 5A | 51 |
| Octal | 372 | 242 | 323 | 0 | 43 | 20 | 2 | 507 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11010011 | 0 | 100011 | 10000 | 10 | 101000111 | 1011010 | 1010001 |
Color Harmonies of #FAA2D3
Complementary color
Monochromatic Colors of #FAA2D3
Black with #FAA2D3
Text Example
Text Example
White with #FAA2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2D3; }
p { color: rgb(250,162,211); }
H1.HeaderClassName
{
color: #FAA2D3;
}
.AnyTagClassName
{
color: #FAA2D3;
}
</style>
background-color css
<style>
a { background-color: #FAA2D3; }
a { background-color: rgb(250,162,211); }
div.DivClassName
{
background-color: #FAA2D3;
}
.BgClassName
{
background-color: #FAA2D3;
}
</style>
border-color css
<style>
span { border-color: #FAA2D3; }
span { border-color: rgb(250,162,211); }
td.TdClassName
{
border-color: #FAA2D3;
}
.TagClassName
{
border-color: #FAA2D3;
}
</style>