Shades of Lavender Pink #FAA6D2
Tints of Lavender Pink #FAA6D2
RGB
CMYK
RGB Variations
Color information
#FAA6D2 (or 0xFAA6D2) is known color: Lavender Pink. HEX triplet: FA, A6 and D2. RGB value is (250,166,210). Sum of RGB (Red+Green+Blue) = 250+166+210=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6D2 is #05592D. Grayscale: #C4C4C4. Windows color (decimal): -350510 or 13805306. OLE color: 13805306.
HSL color Cylindrical-coordinate representation of color #FAA6D2: hue angle of 328.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6D2 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 210 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 328.57º | 0.89% | 0.82% | - |
| HSV(B) | 328.57º | 0.34% | 0.98% | - |
| XYZ | 64.69 | 52.25 | 67.65 | - |
| YUV | 196.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 210 | 0 | 0.34 | 0.16 | 0.02 | 328.57 | 0.89 | 0.82 |
| Hex | FA | A6 | D2 | 0 | 22 | 10 | 2 | 149 | 59 | 52 |
| Octal | 372 | 246 | 322 | 0 | 42 | 20 | 2 | 511 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11010010 | 0 | 100010 | 10000 | 10 | 101001001 | 1011001 | 1010010 |
Color Harmonies of #FAA6D2
Complementary color
Monochromatic Colors of #FAA6D2
Black with #FAA6D2
Text Example
Text Example
White with #FAA6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6D2; }
p { color: rgb(250,166,210); }
H1.HeaderClassName
{
color: #FAA6D2;
}
.AnyTagClassName
{
color: #FAA6D2;
}
</style>
background-color css
<style>
a { background-color: #FAA6D2; }
a { background-color: rgb(250,166,210); }
div.DivClassName
{
background-color: #FAA6D2;
}
.BgClassName
{
background-color: #FAA6D2;
}
</style>
border-color css
<style>
span { border-color: #FAA6D2; }
span { border-color: rgb(250,166,210); }
td.TdClassName
{
border-color: #FAA6D2;
}
.TagClassName
{
border-color: #FAA6D2;
}
</style>