Shades of Lavender Rose #FA99E8
Tints of Lavender Rose #FA99E8
RGB
CMYK
RGB Variations
Color information
#FA99E8 (or 0xFA99E8) is known color: Lavender Rose. HEX triplet: FA, 99 and E8. RGB value is (250,153,232). Sum of RGB (Red+Green+Blue) = 250+153+232=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99E8 is #056617. Grayscale: #BEBEBE. Windows color (decimal): -353816 or 15243770. OLE color: 15243770.
HSL color Cylindrical-coordinate representation of color #FA99E8: hue angle of 311.13º 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 #FA99E8 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 232 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.02 |
| HSL | 311.13º | 0.91% | 0.79% | - |
| HSV(B) | 311.13º | 0.39% | 0.98% | - |
| XYZ | 65.38 | 48.93 | 82.34 | - |
| YUV | 191.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 232 | 0 | 0.39 | 0.07 | 0.02 | 311.13 | 0.91 | 0.79 |
| Hex | FA | 99 | E8 | 0 | 27 | 7 | 2 | 137 | 5B | 4F |
| Octal | 372 | 231 | 350 | 0 | 47 | 7 | 2 | 467 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11101000 | 0 | 100111 | 111 | 10 | 100110111 | 1011011 | 1001111 |
Color Harmonies of #FA99E8
Complementary color
Monochromatic Colors of #FA99E8
Black with #FA99E8
Text Example
Text Example
White with #FA99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99E8; }
p { color: rgb(250,153,232); }
H1.HeaderClassName
{
color: #FA99E8;
}
.AnyTagClassName
{
color: #FA99E8;
}
</style>
background-color css
<style>
a { background-color: #FA99E8; }
a { background-color: rgb(250,153,232); }
div.DivClassName
{
background-color: #FA99E8;
}
.BgClassName
{
background-color: #FA99E8;
}
</style>
border-color css
<style>
span { border-color: #FA99E8; }
span { border-color: rgb(250,153,232); }
td.TdClassName
{
border-color: #FA99E8;
}
.TagClassName
{
border-color: #FA99E8;
}
</style>