Shades of Lavender Rose #FA9EDF
Tints of Lavender Rose #FA9EDF
RGB
CMYK
RGB Variations
Color information
#FA9EDF (or 0xFA9EDF) is known color: Lavender Rose. HEX triplet: FA, 9E and DF. RGB value is (250,158,223). Sum of RGB (Red+Green+Blue) = 250+158+223=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EDF is #056120. Grayscale: #C0C0C0. Windows color (decimal): -352545 or 14655226. OLE color: 14655226.
HSL color Cylindrical-coordinate representation of color #FA9EDF: hue angle of 317.61º 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 #FA9EDF is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 223 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.02 |
| HSL | 317.61º | 0.9% | 0.8% | - |
| HSV(B) | 317.61º | 0.37% | 0.98% | - |
| XYZ | 64.97 | 50.11 | 76.06 | - |
| YUV | 192.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 223 | 0 | 0.37 | 0.11 | 0.02 | 317.61 | 0.9 | 0.8 |
| Hex | FA | 9E | DF | 0 | 25 | B | 2 | 13E | 5A | 50 |
| Octal | 372 | 236 | 337 | 0 | 45 | 13 | 2 | 476 | 132 | 120 |
| Binary | 11111010 | 10011110 | 11011111 | 0 | 100101 | 1011 | 10 | 100111110 | 1011010 | 1010000 |
Color Harmonies of #FA9EDF
Complementary color
Monochromatic Colors of #FA9EDF
Black with #FA9EDF
Text Example
Text Example
White with #FA9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9EDF; }
p { color: rgb(250,158,223); }
H1.HeaderClassName
{
color: #FA9EDF;
}
.AnyTagClassName
{
color: #FA9EDF;
}
</style>
background-color css
<style>
a { background-color: #FA9EDF; }
a { background-color: rgb(250,158,223); }
div.DivClassName
{
background-color: #FA9EDF;
}
.BgClassName
{
background-color: #FA9EDF;
}
</style>
border-color css
<style>
span { border-color: #FA9EDF; }
span { border-color: rgb(250,158,223); }
td.TdClassName
{
border-color: #FA9EDF;
}
.TagClassName
{
border-color: #FA9EDF;
}
</style>