Shades of Lavender Rose #FA99E3
Tints of Lavender Rose #FA99E3
RGB
CMYK
RGB Variations
Color information
#FA99E3 (or 0xFA99E3) is known color: Lavender Rose. HEX triplet: FA, 99 and E3. RGB value is (250,153,227). Sum of RGB (Red+Green+Blue) = 250+153+227=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 153 (60.16% from 255 or 24.29% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99E3 is #05661C. Grayscale: #BEBEBE. Windows color (decimal): -353821 or 14916090. OLE color: 14916090.
HSL color Cylindrical-coordinate representation of color #FA99E3: hue angle of 314.23º 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 #FA99E3 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 227 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.02 |
| HSL | 314.23º | 0.91% | 0.79% | - |
| HSV(B) | 314.23º | 0.39% | 0.98% | - |
| XYZ | 64.68 | 48.65 | 78.65 | - |
| YUV | 190.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 227 | 0 | 0.39 | 0.09 | 0.02 | 314.23 | 0.91 | 0.79 |
| Hex | FA | 99 | E3 | 0 | 27 | 9 | 2 | 13A | 5B | 4F |
| Octal | 372 | 231 | 343 | 0 | 47 | 11 | 2 | 472 | 133 | 117 |
| Binary | 11111010 | 10011001 | 11100011 | 0 | 100111 | 1001 | 10 | 100111010 | 1011011 | 1001111 |
Color Harmonies of #FA99E3
Complementary color
Monochromatic Colors of #FA99E3
Black with #FA99E3
Text Example
Text Example
White with #FA99E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA99E3; }
p { color: rgb(250,153,227); }
H1.HeaderClassName
{
color: #FA99E3;
}
.AnyTagClassName
{
color: #FA99E3;
}
</style>
background-color css
<style>
a { background-color: #FA99E3; }
a { background-color: rgb(250,153,227); }
div.DivClassName
{
background-color: #FA99E3;
}
.BgClassName
{
background-color: #FA99E3;
}
</style>
border-color css
<style>
span { border-color: #FA99E3; }
span { border-color: rgb(250,153,227); }
td.TdClassName
{
border-color: #FA99E3;
}
.TagClassName
{
border-color: #FA99E3;
}
</style>