Shades of Lavender Rose #FA9CE9
Tints of Lavender Rose #FA9CE9
RGB
CMYK
RGB Variations
Color information
#FA9CE9 (or 0xFA9CE9) is known color: Lavender Rose. HEX triplet: FA, 9C and E9. RGB value is (250,156,233). Sum of RGB (Red+Green+Blue) = 250+156+233=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CE9 is #056316. Grayscale: #C0C0C0. Windows color (decimal): -353047 or 15310074. OLE color: 15310074.
HSL color Cylindrical-coordinate representation of color #FA9CE9: hue angle of 310.85º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CE9 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 233 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.02 |
| HSL | 310.85º | 0.9% | 0.8% | - |
| HSV(B) | 310.85º | 0.38% | 0.98% | - |
| XYZ | 66.02 | 49.98 | 83.26 | - |
| YUV | 192.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 233 | 0 | 0.38 | 0.07 | 0.02 | 310.85 | 0.9 | 0.8 |
| Hex | FA | 9C | E9 | 0 | 26 | 7 | 2 | 137 | 5A | 50 |
| Octal | 372 | 234 | 351 | 0 | 46 | 7 | 2 | 467 | 132 | 120 |
| Binary | 11111010 | 10011100 | 11101001 | 0 | 100110 | 111 | 10 | 100110111 | 1011010 | 1010000 |
Color Harmonies of #FA9CE9
Complementary color
Monochromatic Colors of #FA9CE9
Black with #FA9CE9
Text Example
Text Example
White with #FA9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9CE9; }
p { color: rgb(250,156,233); }
H1.HeaderClassName
{
color: #FA9CE9;
}
.AnyTagClassName
{
color: #FA9CE9;
}
</style>
background-color css
<style>
a { background-color: #FA9CE9; }
a { background-color: rgb(250,156,233); }
div.DivClassName
{
background-color: #FA9CE9;
}
.BgClassName
{
background-color: #FA9CE9;
}
</style>
border-color css
<style>
span { border-color: #FA9CE9; }
span { border-color: rgb(250,156,233); }
td.TdClassName
{
border-color: #FA9CE9;
}
.TagClassName
{
border-color: #FA9CE9;
}
</style>