Shades of Lavender Rose #FA99ED
Tints of Lavender Rose #FA99ED
RGB
CMYK
RGB Variations
Color information
#FA99ED (or 0xFA99ED) is known color: Lavender Rose. HEX triplet: FA, 99 and ED. RGB value is (250,153,237). Sum of RGB (Red+Green+Blue) = 250+153+237=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99ED is #056612. Grayscale: #BFBFBF. Windows color (decimal): -353811 or 15571450. OLE color: 15571450.
HSL color Cylindrical-coordinate representation of color #FA99ED: hue angle of 308.04º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA99ED is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 237 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.02 |
| HSL | 308.04º | 0.91% | 0.79% | - |
| HSV(B) | 308.04º | 0.39% | 0.98% | - |
| XYZ | 66.1 | 49.22 | 86.14 | - |
| YUV | 191.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 237 | 0 | 0.39 | 0.05 | 0.02 | 308.04 | 0.91 | 0.79 |
| Hex | FA | 99 | ED | 0 | 27 | 5 | 2 | 134 | 5B | 4F |
| Octal | 372 | 231 | 355 | 0 | 47 | 5 | 2 | 464 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11101101 | 0 | 100111 | 101 | 10 | 100110100 | 1011011 | 1001111 |
Color Harmonies of #FA99ED
Complementary color
Monochromatic Colors of #FA99ED
Black with #FA99ED
Text Example
Text Example
White with #FA99ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99ED; }
p { color: rgb(250,153,237); }
H1.HeaderClassName
{
color: #FA99ED;
}
.AnyTagClassName
{
color: #FA99ED;
}
</style>
background-color css
<style>
a { background-color: #FA99ED; }
a { background-color: rgb(250,153,237); }
div.DivClassName
{
background-color: #FA99ED;
}
.BgClassName
{
background-color: #FA99ED;
}
</style>
border-color css
<style>
span { border-color: #FA99ED; }
span { border-color: rgb(250,153,237); }
td.TdClassName
{
border-color: #FA99ED;
}
.TagClassName
{
border-color: #FA99ED;
}
</style>