Shades of Lavender Pink #FAA0D4
Tints of Lavender Pink #FAA0D4
RGB
CMYK
RGB Variations
Color information
#FAA0D4 (or 0xFAA0D4) is known color: Lavender Pink. HEX triplet: FA, A0 and D4. RGB value is (250,160,212). Sum of RGB (Red+Green+Blue) = 250+160+212=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0D4 is #055F2B. Grayscale: #C0C0C0. Windows color (decimal): -352044 or 13934842. OLE color: 13934842.
HSL color Cylindrical-coordinate representation of color #FAA0D4: hue angle of 325.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0D4 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 212 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.02 |
| HSL | 325.33º | 0.9% | 0.8% | - |
| HSV(B) | 325.33º | 0.36% | 0.98% | - |
| XYZ | 63.88 | 50.22 | 68.61 | - |
| YUV | 192.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 212 | 0 | 0.36 | 0.15 | 0.02 | 325.33 | 0.9 | 0.8 |
| Hex | FA | A0 | D4 | 0 | 24 | F | 2 | 145 | 5A | 50 |
| Octal | 372 | 240 | 324 | 0 | 44 | 17 | 2 | 505 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11010100 | 0 | 100100 | 1111 | 10 | 101000101 | 1011010 | 1010000 |
Color Harmonies of #FAA0D4
Complementary color
Monochromatic Colors of #FAA0D4
Black with #FAA0D4
Text Example
Text Example
White with #FAA0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0D4; }
p { color: rgb(250,160,212); }
H1.HeaderClassName
{
color: #FAA0D4;
}
.AnyTagClassName
{
color: #FAA0D4;
}
</style>
background-color css
<style>
a { background-color: #FAA0D4; }
a { background-color: rgb(250,160,212); }
div.DivClassName
{
background-color: #FAA0D4;
}
.BgClassName
{
background-color: #FAA0D4;
}
</style>
border-color css
<style>
span { border-color: #FAA0D4; }
span { border-color: rgb(250,160,212); }
td.TdClassName
{
border-color: #FAA0D4;
}
.TagClassName
{
border-color: #FAA0D4;
}
</style>