Shades of Lavender Rose #FAA0DD
Tints of Lavender Rose #FAA0DD
RGB
CMYK
RGB Variations
Color information
#FAA0DD (or 0xFAA0DD) is known color: Lavender Rose. HEX triplet: FA, A0 and DD. RGB value is (250,160,221). Sum of RGB (Red+Green+Blue) = 250+160+221=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0DD is #055F22. Grayscale: #C1C1C1. Windows color (decimal): -352035 or 14524666. OLE color: 14524666.
HSL color Cylindrical-coordinate representation of color #FAA0DD: hue angle of 319.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 #FAA0DD is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 221 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 319.33º | 0.9% | 0.8% | - |
| HSV(B) | 319.33º | 0.36% | 0.98% | - |
| XYZ | 65.05 | 50.69 | 74.76 | - |
| YUV | 193.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 221 | 0 | 0.36 | 0.12 | 0.02 | 319.33 | 0.9 | 0.8 |
| Hex | FA | A0 | DD | 0 | 24 | C | 2 | 13F | 5A | 50 |
| Octal | 372 | 240 | 335 | 0 | 44 | 14 | 2 | 477 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11011101 | 0 | 100100 | 1100 | 10 | 100111111 | 1011010 | 1010000 |
Color Harmonies of #FAA0DD
Complementary color
Monochromatic Colors of #FAA0DD
Black with #FAA0DD
Text Example
Text Example
White with #FAA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0DD; }
p { color: rgb(250,160,221); }
H1.HeaderClassName
{
color: #FAA0DD;
}
.AnyTagClassName
{
color: #FAA0DD;
}
</style>
background-color css
<style>
a { background-color: #FAA0DD; }
a { background-color: rgb(250,160,221); }
div.DivClassName
{
background-color: #FAA0DD;
}
.BgClassName
{
background-color: #FAA0DD;
}
</style>
border-color css
<style>
span { border-color: #FAA0DD; }
span { border-color: rgb(250,160,221); }
td.TdClassName
{
border-color: #FAA0DD;
}
.TagClassName
{
border-color: #FAA0DD;
}
</style>