Shades of Lavender Pink #FAA4D1
Tints of Lavender Pink #FAA4D1
RGB
CMYK
RGB Variations
Color information
#FAA4D1 (or 0xFAA4D1) is known color: Lavender Pink. HEX triplet: FA, A4 and D1. RGB value is (250,164,209). Sum of RGB (Red+Green+Blue) = 250+164+209=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4D1 is #055B2E. Grayscale: #C2C2C2. Windows color (decimal): -351023 or 13739258. OLE color: 13739258.
HSL color Cylindrical-coordinate representation of color #FAA4D1: hue angle of 328.6º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA4D1 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 209 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 328.6º | 0.9% | 0.81% | - |
| HSV(B) | 328.6º | 0.34% | 0.98% | - |
| XYZ | 64.21 | 51.48 | 66.87 | - |
| YUV | 194.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 209 | 0 | 0.34 | 0.16 | 0.02 | 328.6 | 0.9 | 0.81 |
| Hex | FA | A4 | D1 | 0 | 22 | 10 | 2 | 149 | 5A | 51 |
| Octal | 372 | 244 | 321 | 0 | 42 | 20 | 2 | 511 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11010001 | 0 | 100010 | 10000 | 10 | 101001001 | 1011010 | 1010001 |
Color Harmonies of #FAA4D1
Complementary color
Monochromatic Colors of #FAA4D1
Black with #FAA4D1
Text Example
Text Example
White with #FAA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4D1; }
p { color: rgb(250,164,209); }
H1.HeaderClassName
{
color: #FAA4D1;
}
.AnyTagClassName
{
color: #FAA4D1;
}
</style>
background-color css
<style>
a { background-color: #FAA4D1; }
a { background-color: rgb(250,164,209); }
div.DivClassName
{
background-color: #FAA4D1;
}
.BgClassName
{
background-color: #FAA4D1;
}
</style>
border-color css
<style>
span { border-color: #FAA4D1; }
span { border-color: rgb(250,164,209); }
td.TdClassName
{
border-color: #FAA4D1;
}
.TagClassName
{
border-color: #FAA4D1;
}
</style>