Shades of Lavender Rose #FA9DEA
Tints of Lavender Rose #FA9DEA
RGB
CMYK
RGB Variations
Color information
#FA9DEA (or 0xFA9DEA) is known color: Lavender Rose. HEX triplet: FA, 9D and EA. RGB value is (250,157,234). Sum of RGB (Red+Green+Blue) = 250+157+234=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9DEA is #056215. Grayscale: #C1C1C1. Windows color (decimal): -352790 or 15375866. OLE color: 15375866.
HSL color Cylindrical-coordinate representation of color #FA9DEA: hue angle of 310.32º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9DEA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 234 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.02 |
| HSL | 310.32º | 0.9% | 0.8% | - |
| HSV(B) | 310.32º | 0.37% | 0.98% | - |
| XYZ | 66.33 | 50.38 | 84.07 | - |
| YUV | 193.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 234 | 0 | 0.37 | 0.06 | 0.02 | 310.32 | 0.9 | 0.8 |
| Hex | FA | 9D | EA | 0 | 25 | 6 | 2 | 136 | 5A | 50 |
| Octal | 372 | 235 | 352 | 0 | 45 | 6 | 2 | 466 | 132 | 120 |
| Binary | 11111010 | 10011101 | 11101010 | 0 | 100101 | 110 | 10 | 100110110 | 1011010 | 1010000 |
Color Harmonies of #FA9DEA
Complementary color
Monochromatic Colors of #FA9DEA
Black with #FA9DEA
Text Example
Text Example
White with #FA9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DEA; }
p { color: rgb(250,157,234); }
H1.HeaderClassName
{
color: #FA9DEA;
}
.AnyTagClassName
{
color: #FA9DEA;
}
</style>
background-color css
<style>
a { background-color: #FA9DEA; }
a { background-color: rgb(250,157,234); }
div.DivClassName
{
background-color: #FA9DEA;
}
.BgClassName
{
background-color: #FA9DEA;
}
</style>
border-color css
<style>
span { border-color: #FA9DEA; }
span { border-color: rgb(250,157,234); }
td.TdClassName
{
border-color: #FA9DEA;
}
.TagClassName
{
border-color: #FA9DEA;
}
</style>