Shades of Lavender Rose #FA9AE9
Tints of Lavender Rose #FA9AE9
RGB
CMYK
RGB Variations
Color information
#FA9AE9 (or 0xFA9AE9) is known color: Lavender Rose. HEX triplet: FA, 9A and E9. RGB value is (250,154,233). Sum of RGB (Red+Green+Blue) = 250+154+233=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 154 (60.55% from 255 or 24.18% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AE9 is #056516. Grayscale: #BFBFBF. Windows color (decimal): -353559 or 15309562. OLE color: 15309562.
HSL color Cylindrical-coordinate representation of color #FA9AE9: hue angle of 310.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AE9 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 233 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.02 |
| HSL | 310.63º | 0.91% | 0.79% | - |
| HSV(B) | 310.63º | 0.38% | 0.98% | - |
| XYZ | 65.69 | 49.32 | 83.15 | - |
| YUV | 191.71 | 151.3 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 233 | 0 | 0.38 | 0.07 | 0.02 | 310.63 | 0.91 | 0.79 |
| Hex | FA | 9A | E9 | 0 | 26 | 7 | 2 | 137 | 5B | 4F |
| Octal | 372 | 232 | 351 | 0 | 46 | 7 | 2 | 467 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11101001 | 0 | 100110 | 111 | 10 | 100110111 | 1011011 | 1001111 |
Color Harmonies of #FA9AE9
Complementary color
Monochromatic Colors of #FA9AE9
Black with #FA9AE9
Text Example
Text Example
White with #FA9AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AE9; }
p { color: rgb(250,154,233); }
H1.HeaderClassName
{
color: #FA9AE9;
}
.AnyTagClassName
{
color: #FA9AE9;
}
</style>
background-color css
<style>
a { background-color: #FA9AE9; }
a { background-color: rgb(250,154,233); }
div.DivClassName
{
background-color: #FA9AE9;
}
.BgClassName
{
background-color: #FA9AE9;
}
</style>
border-color css
<style>
span { border-color: #FA9AE9; }
span { border-color: rgb(250,154,233); }
td.TdClassName
{
border-color: #FA9AE9;
}
.TagClassName
{
border-color: #FA9AE9;
}
</style>