Shades of Lavender Rose #F99BE5
Tints of Lavender Rose #F99BE5
RGB
CMYK
RGB Variations
Color information
#F99BE5 (or 0xF99BE5) is known color: Lavender Rose. HEX triplet: F9, 9B and E5. RGB value is (249,155,229). Sum of RGB (Red+Green+Blue) = 249+155+229=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BE5 is #06641A. Grayscale: #BFBFBF. Windows color (decimal): -418843 or 15047673. OLE color: 15047673.
HSL color Cylindrical-coordinate representation of color #F99BE5: hue angle of 312.77º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BE5 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 229 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.02 |
| HSL | 312.77º | 0.89% | 0.79% | - |
| HSV(B) | 312.77º | 0.38% | 0.98% | - |
| XYZ | 64.93 | 49.24 | 80.21 | - |
| YUV | 191.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 229 | 0 | 0.38 | 0.08 | 0.02 | 312.77 | 0.89 | 0.79 |
| Hex | F9 | 9B | E5 | 0 | 26 | 8 | 2 | 139 | 59 | 4F |
| Octal | 371 | 233 | 345 | 0 | 46 | 10 | 2 | 471 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11100101 | 0 | 100110 | 1000 | 10 | 100111001 | 1011001 | 1001111 |
Color Harmonies of #F99BE5
Complementary color
Monochromatic Colors of #F99BE5
Black with #F99BE5
Text Example
Text Example
White with #F99BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BE5; }
p { color: rgb(249,155,229); }
H1.HeaderClassName
{
color: #F99BE5;
}
.AnyTagClassName
{
color: #F99BE5;
}
</style>
background-color css
<style>
a { background-color: #F99BE5; }
a { background-color: rgb(249,155,229); }
div.DivClassName
{
background-color: #F99BE5;
}
.BgClassName
{
background-color: #F99BE5;
}
</style>
border-color css
<style>
span { border-color: #F99BE5; }
span { border-color: rgb(249,155,229); }
td.TdClassName
{
border-color: #F99BE5;
}
.TagClassName
{
border-color: #F99BE5;
}
</style>