Shades of Lavender Pink #FAA6D0
Tints of Lavender Pink #FAA6D0
RGB
CMYK
RGB Variations
Color information
#FAA6D0 (or 0xFAA6D0) is known color: Lavender Pink. HEX triplet: FA, A6 and D0. RGB value is (250,166,208). Sum of RGB (Red+Green+Blue) = 250+166+208=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6D0 is #05592F. Grayscale: #C3C3C3. Windows color (decimal): -350512 or 13674234. OLE color: 13674234.
HSL color Cylindrical-coordinate representation of color #FAA6D0: hue angle of 330º 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 #FAA6D0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 208 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.02 |
| HSL | 330º | 0.89% | 0.82% | - |
| HSV(B) | 330º | 0.34% | 0.98% | - |
| XYZ | 64.45 | 52.15 | 66.34 | - |
| YUV | 195.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 208 | 0 | 0.34 | 0.17 | 0.02 | 330 | 0.89 | 0.82 |
| Hex | FA | A6 | D0 | 0 | 22 | 11 | 2 | 14A | 59 | 52 |
| Octal | 372 | 246 | 320 | 0 | 42 | 21 | 2 | 512 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11010000 | 0 | 100010 | 10001 | 10 | 101001010 | 1011001 | 1010010 |
Color Harmonies of #FAA6D0
Complementary color
Monochromatic Colors of #FAA6D0
Black with #FAA6D0
Text Example
Text Example
White with #FAA6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6D0; }
p { color: rgb(250,166,208); }
H1.HeaderClassName
{
color: #FAA6D0;
}
.AnyTagClassName
{
color: #FAA6D0;
}
</style>
background-color css
<style>
a { background-color: #FAA6D0; }
a { background-color: rgb(250,166,208); }
div.DivClassName
{
background-color: #FAA6D0;
}
.BgClassName
{
background-color: #FAA6D0;
}
</style>
border-color css
<style>
span { border-color: #FAA6D0; }
span { border-color: rgb(250,166,208); }
td.TdClassName
{
border-color: #FAA6D0;
}
.TagClassName
{
border-color: #FAA6D0;
}
</style>