Shades of Lavender Rose #FAA2E9
Tints of Lavender Rose #FAA2E9
RGB
CMYK
RGB Variations
Color information
#FAA2E9 (or 0xFAA2E9) is known color: Lavender Rose. HEX triplet: FA, A2 and E9. RGB value is (250,162,233). Sum of RGB (Red+Green+Blue) = 250+162+233=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2E9 is #055D16. Grayscale: #C4C4C4. Windows color (decimal): -351511 or 15311610. OLE color: 15311610.
HSL color Cylindrical-coordinate representation of color #FAA2E9: hue angle of 311.59º 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 #FAA2E9 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 233 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.02 |
| HSL | 311.59º | 0.9% | 0.81% | - |
| HSV(B) | 311.59º | 0.35% | 0.98% | - |
| XYZ | 67.05 | 52.05 | 83.6 | - |
| YUV | 196.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 233 | 0 | 0.35 | 0.07 | 0.02 | 311.59 | 0.9 | 0.81 |
| Hex | FA | A2 | E9 | 0 | 23 | 7 | 2 | 138 | 5A | 51 |
| Octal | 372 | 242 | 351 | 0 | 43 | 7 | 2 | 470 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11101001 | 0 | 100011 | 111 | 10 | 100111000 | 1011010 | 1010001 |
Color Harmonies of #FAA2E9
Complementary color
Monochromatic Colors of #FAA2E9
Black with #FAA2E9
Text Example
Text Example
White with #FAA2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2E9; }
p { color: rgb(250,162,233); }
H1.HeaderClassName
{
color: #FAA2E9;
}
.AnyTagClassName
{
color: #FAA2E9;
}
</style>
background-color css
<style>
a { background-color: #FAA2E9; }
a { background-color: rgb(250,162,233); }
div.DivClassName
{
background-color: #FAA2E9;
}
.BgClassName
{
background-color: #FAA2E9;
}
</style>
border-color css
<style>
span { border-color: #FAA2E9; }
span { border-color: rgb(250,162,233); }
td.TdClassName
{
border-color: #FAA2E9;
}
.TagClassName
{
border-color: #FAA2E9;
}
</style>