Shades of Lavender Rose #FA99E2
Tints of Lavender Rose #FA99E2
RGB
CMYK
RGB Variations
Color information
#FA99E2 (or 0xFA99E2) is known color: Lavender Rose. HEX triplet: FA, 99 and E2. RGB value is (250,153,226). Sum of RGB (Red+Green+Blue) = 250+153+226=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99E2 is #05661D. Grayscale: #BEBEBE. Windows color (decimal): -353822 or 14850554. OLE color: 14850554.
HSL color Cylindrical-coordinate representation of color #FA99E2: hue angle of 314.85º 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 #FA99E2 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 226 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.02 |
| HSL | 314.85º | 0.91% | 0.79% | - |
| HSV(B) | 314.85º | 0.39% | 0.98% | - |
| XYZ | 64.54 | 48.6 | 77.93 | - |
| YUV | 190.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 226 | 0 | 0.39 | 0.10 | 0.02 | 314.85 | 0.91 | 0.79 |
| Hex | FA | 99 | E2 | 0 | 27 | A | 2 | 13B | 5B | 4F |
| Octal | 372 | 231 | 342 | 0 | 47 | 12 | 2 | 473 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11100010 | 0 | 100111 | 1010 | 10 | 100111011 | 1011011 | 1001111 |
Color Harmonies of #FA99E2
Complementary color
Monochromatic Colors of #FA99E2
Black with #FA99E2
Text Example
Text Example
White with #FA99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99E2; }
p { color: rgb(250,153,226); }
H1.HeaderClassName
{
color: #FA99E2;
}
.AnyTagClassName
{
color: #FA99E2;
}
</style>
background-color css
<style>
a { background-color: #FA99E2; }
a { background-color: rgb(250,153,226); }
div.DivClassName
{
background-color: #FA99E2;
}
.BgClassName
{
background-color: #FA99E2;
}
</style>
border-color css
<style>
span { border-color: #FA99E2; }
span { border-color: rgb(250,153,226); }
td.TdClassName
{
border-color: #FA99E2;
}
.TagClassName
{
border-color: #FA99E2;
}
</style>