Shades of Lavender Rose #FA9AE5
Tints of Lavender Rose #FA9AE5
RGB
CMYK
RGB Variations
Color information
#FA9AE5 (or 0xFA9AE5) is known color: Lavender Rose. HEX triplet: FA, 9A and E5. RGB value is (250,154,229). Sum of RGB (Red+Green+Blue) = 250+154+229=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AE5 is #05651A. Grayscale: #BFBFBF. Windows color (decimal): -353563 or 15047418. OLE color: 15047418.
HSL color Cylindrical-coordinate representation of color #FA9AE5: hue angle of 313.12º 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 #FA9AE5 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 229 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.02 |
| HSL | 313.13º | 0.91% | 0.79% | - |
| HSV(B) | 313.13º | 0.38% | 0.98% | - |
| XYZ | 65.12 | 49.09 | 80.17 | - |
| YUV | 191.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 229 | 0 | 0.38 | 0.08 | 0.02 | 313.13 | 0.91 | 0.79 |
| Hex | FA | 9A | E5 | 0 | 26 | 8 | 2 | 139 | 5B | 4F |
| Octal | 372 | 232 | 345 | 0 | 46 | 10 | 2 | 471 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11100101 | 0 | 100110 | 1000 | 10 | 100111001 | 1011011 | 1001111 |
Color Harmonies of #FA9AE5
Complementary color
Monochromatic Colors of #FA9AE5
Black with #FA9AE5
Text Example
Text Example
White with #FA9AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AE5; }
p { color: rgb(250,154,229); }
H1.HeaderClassName
{
color: #FA9AE5;
}
.AnyTagClassName
{
color: #FA9AE5;
}
</style>
background-color css
<style>
a { background-color: #FA9AE5; }
a { background-color: rgb(250,154,229); }
div.DivClassName
{
background-color: #FA9AE5;
}
.BgClassName
{
background-color: #FA9AE5;
}
</style>
border-color css
<style>
span { border-color: #FA9AE5; }
span { border-color: rgb(250,154,229); }
td.TdClassName
{
border-color: #FA9AE5;
}
.TagClassName
{
border-color: #FA9AE5;
}
</style>