Shades of Lavender Pink #FAA5D2
Tints of Lavender Pink #FAA5D2
RGB
CMYK
RGB Variations
Color information
#FAA5D2 (or 0xFAA5D2) is known color: Lavender Pink. HEX triplet: FA, A5 and D2. RGB value is (250,165,210). Sum of RGB (Red+Green+Blue) = 250+165+210=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D2 is #055A2D. Grayscale: #C3C3C3. Windows color (decimal): -350766 or 13805050. OLE color: 13805050.
HSL color Cylindrical-coordinate representation of color #FAA5D2: hue angle of 328.24º degrees, saturation: 0.89, 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 #FAA5D2 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 210 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 328.24º | 0.89% | 0.81% | - |
| HSV(B) | 328.24º | 0.34% | 0.98% | - |
| XYZ | 64.51 | 51.89 | 67.59 | - |
| YUV | 195.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 210 | 0 | 0.34 | 0.16 | 0.02 | 328.24 | 0.89 | 0.81 |
| Hex | FA | A5 | D2 | 0 | 22 | 10 | 2 | 148 | 59 | 51 |
| Octal | 372 | 245 | 322 | 0 | 42 | 20 | 2 | 510 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11010010 | 0 | 100010 | 10000 | 10 | 101001000 | 1011001 | 1010001 |
Color Harmonies of #FAA5D2
Complementary color
Monochromatic Colors of #FAA5D2
Black with #FAA5D2
Text Example
Text Example
White with #FAA5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5D2; }
p { color: rgb(250,165,210); }
H1.HeaderClassName
{
color: #FAA5D2;
}
.AnyTagClassName
{
color: #FAA5D2;
}
</style>
background-color css
<style>
a { background-color: #FAA5D2; }
a { background-color: rgb(250,165,210); }
div.DivClassName
{
background-color: #FAA5D2;
}
.BgClassName
{
background-color: #FAA5D2;
}
</style>
border-color css
<style>
span { border-color: #FAA5D2; }
span { border-color: rgb(250,165,210); }
td.TdClassName
{
border-color: #FAA5D2;
}
.TagClassName
{
border-color: #FAA5D2;
}
</style>