Shades of Lavender Rose #FA9ED7
Tints of Lavender Rose #FA9ED7
RGB
CMYK
RGB Variations
Color information
#FA9ED7 (or 0xFA9ED7) is known color: Lavender Rose. HEX triplet: FA, 9E and D7. RGB value is (250,158,215). Sum of RGB (Red+Green+Blue) = 250+158+215=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9ED7 is #056128. Grayscale: #BFBFBF. Windows color (decimal): -352553 or 14130938. OLE color: 14130938.
HSL color Cylindrical-coordinate representation of color #FA9ED7: hue angle of 322.83º 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 #FA9ED7 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 215 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.02 |
| HSL | 322.83º | 0.9% | 0.8% | - |
| HSV(B) | 322.83º | 0.37% | 0.98% | - |
| XYZ | 63.92 | 49.68 | 70.51 | - |
| YUV | 192.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 215 | 0 | 0.37 | 0.14 | 0.02 | 322.83 | 0.9 | 0.8 |
| Hex | FA | 9E | D7 | 0 | 25 | E | 2 | 143 | 5A | 50 |
| Octal | 372 | 236 | 327 | 0 | 45 | 16 | 2 | 503 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11010111 | 0 | 100101 | 1110 | 10 | 101000011 | 1011010 | 1010000 |
Color Harmonies of #FA9ED7
Complementary color
Monochromatic Colors of #FA9ED7
Black with #FA9ED7
Text Example
Text Example
White with #FA9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9ED7; }
p { color: rgb(250,158,215); }
H1.HeaderClassName
{
color: #FA9ED7;
}
.AnyTagClassName
{
color: #FA9ED7;
}
</style>
background-color css
<style>
a { background-color: #FA9ED7; }
a { background-color: rgb(250,158,215); }
div.DivClassName
{
background-color: #FA9ED7;
}
.BgClassName
{
background-color: #FA9ED7;
}
</style>
border-color css
<style>
span { border-color: #FA9ED7; }
span { border-color: rgb(250,158,215); }
td.TdClassName
{
border-color: #FA9ED7;
}
.TagClassName
{
border-color: #FA9ED7;
}
</style>