Shades of Lavender Pink #FAA5D3
Tints of Lavender Pink #FAA5D3
RGB
CMYK
RGB Variations
Color information
#FAA5D3 (or 0xFAA5D3) is known color: Lavender Pink. HEX triplet: FA, A5 and D3. RGB value is (250,165,211). Sum of RGB (Red+Green+Blue) = 250+165+211=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D3 is #055A2C. Grayscale: #C3C3C3. Windows color (decimal): -350765 or 13870586. OLE color: 13870586.
HSL color Cylindrical-coordinate representation of color #FAA5D3: hue angle of 327.53º 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 #FAA5D3 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 211 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 327.53º | 0.89% | 0.81% | - |
| HSV(B) | 327.53º | 0.34% | 0.98% | - |
| XYZ | 64.64 | 51.94 | 68.25 | - |
| YUV | 195.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 211 | 0 | 0.34 | 0.16 | 0.02 | 327.53 | 0.89 | 0.81 |
| Hex | FA | A5 | D3 | 0 | 22 | 10 | 2 | 148 | 59 | 51 |
| Octal | 372 | 245 | 323 | 0 | 42 | 20 | 2 | 510 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11010011 | 0 | 100010 | 10000 | 10 | 101001000 | 1011001 | 1010001 |
Color Harmonies of #FAA5D3
Complementary color
Monochromatic Colors of #FAA5D3
Black with #FAA5D3
Text Example
Text Example
White with #FAA5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5D3; }
p { color: rgb(250,165,211); }
H1.HeaderClassName
{
color: #FAA5D3;
}
.AnyTagClassName
{
color: #FAA5D3;
}
</style>
background-color css
<style>
a { background-color: #FAA5D3; }
a { background-color: rgb(250,165,211); }
div.DivClassName
{
background-color: #FAA5D3;
}
.BgClassName
{
background-color: #FAA5D3;
}
</style>
border-color css
<style>
span { border-color: #FAA5D3; }
span { border-color: rgb(250,165,211); }
td.TdClassName
{
border-color: #FAA5D3;
}
.TagClassName
{
border-color: #FAA5D3;
}
</style>