Shades of Lavender Rose #FAA2DA
Tints of Lavender Rose #FAA2DA
RGB
CMYK
RGB Variations
Color information
#FAA2DA (or 0xFAA2DA) is known color: Lavender Rose. HEX triplet: FA, A2 and DA. RGB value is (250,162,218). Sum of RGB (Red+Green+Blue) = 250+162+218=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 162 (63.67% from 255 or 25.71% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2DA is #055D25. Grayscale: #C2C2C2. Windows color (decimal): -351526 or 14328570. OLE color: 14328570.
HSL color Cylindrical-coordinate representation of color #FAA2DA: hue angle of 321.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2DA is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 218 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.02 |
| HSL | 321.82º | 0.9% | 0.81% | - |
| HSV(B) | 321.82º | 0.35% | 0.98% | - |
| XYZ | 65 | 51.23 | 72.79 | - |
| YUV | 194.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 218 | 0 | 0.35 | 0.13 | 0.02 | 321.82 | 0.9 | 0.81 |
| Hex | FA | A2 | DA | 0 | 23 | D | 2 | 142 | 5A | 51 |
| Octal | 372 | 242 | 332 | 0 | 43 | 15 | 2 | 502 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11011010 | 0 | 100011 | 1101 | 10 | 101000010 | 1011010 | 1010001 |
Color Harmonies of #FAA2DA
Complementary color
Monochromatic Colors of #FAA2DA
Black with #FAA2DA
Text Example
Text Example
White with #FAA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2DA; }
p { color: rgb(250,162,218); }
H1.HeaderClassName
{
color: #FAA2DA;
}
.AnyTagClassName
{
color: #FAA2DA;
}
</style>
background-color css
<style>
a { background-color: #FAA2DA; }
a { background-color: rgb(250,162,218); }
div.DivClassName
{
background-color: #FAA2DA;
}
.BgClassName
{
background-color: #FAA2DA;
}
</style>
border-color css
<style>
span { border-color: #FAA2DA; }
span { border-color: rgb(250,162,218); }
td.TdClassName
{
border-color: #FAA2DA;
}
.TagClassName
{
border-color: #FAA2DA;
}
</style>