Shades of Lavender Pink #FAA5D0
Tints of Lavender Pink #FAA5D0
RGB
CMYK
RGB Variations
Color information
#FAA5D0 (or 0xFAA5D0) is known color: Lavender Pink. HEX triplet: FA, A5 and D0. RGB value is (250,165,208). Sum of RGB (Red+Green+Blue) = 250+165+208=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D0 is #055A2F. Grayscale: #C3C3C3. Windows color (decimal): -350768 or 13673978. OLE color: 13673978.
HSL color Cylindrical-coordinate representation of color #FAA5D0: hue angle of 329.65º 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 #FAA5D0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 208 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.02 |
| HSL | 329.65º | 0.89% | 0.81% | - |
| HSV(B) | 329.65º | 0.34% | 0.98% | - |
| XYZ | 64.26 | 51.79 | 66.28 | - |
| YUV | 195.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 208 | 0 | 0.34 | 0.17 | 0.02 | 329.65 | 0.89 | 0.81 |
| Hex | FA | A5 | D0 | 0 | 22 | 11 | 2 | 14A | 59 | 51 |
| Octal | 372 | 245 | 320 | 0 | 42 | 21 | 2 | 512 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11010000 | 0 | 100010 | 10001 | 10 | 101001010 | 1011001 | 1010001 |
Color Harmonies of #FAA5D0
Complementary color
Monochromatic Colors of #FAA5D0
Black with #FAA5D0
Text Example
Text Example
White with #FAA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5D0; }
p { color: rgb(250,165,208); }
H1.HeaderClassName
{
color: #FAA5D0;
}
.AnyTagClassName
{
color: #FAA5D0;
}
</style>
background-color css
<style>
a { background-color: #FAA5D0; }
a { background-color: rgb(250,165,208); }
div.DivClassName
{
background-color: #FAA5D0;
}
.BgClassName
{
background-color: #FAA5D0;
}
</style>
border-color css
<style>
span { border-color: #FAA5D0; }
span { border-color: rgb(250,165,208); }
td.TdClassName
{
border-color: #FAA5D0;
}
.TagClassName
{
border-color: #FAA5D0;
}
</style>