Shades of Lavender Rose #F99BEA
Tints of Lavender Rose #F99BEA
RGB
CMYK
RGB Variations
Color information
#F99BEA (or 0xF99BEA) is known color: Lavender Rose. HEX triplet: F9, 9B and EA. RGB value is (249,155,234). Sum of RGB (Red+Green+Blue) = 249+155+234=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99BEA is #066415. Grayscale: #BFBFBF. Windows color (decimal): -418838 or 15375353. OLE color: 15375353.
HSL color Cylindrical-coordinate representation of color #F99BEA: hue angle of 309.57º 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 #F99BEA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 234 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.02 |
| HSL | 309.57º | 0.89% | 0.79% | - |
| HSV(B) | 309.57º | 0.38% | 0.98% | - |
| XYZ | 65.64 | 49.52 | 83.94 | - |
| YUV | 192.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 234 | 0 | 0.38 | 0.06 | 0.02 | 309.57 | 0.89 | 0.79 |
| Hex | F9 | 9B | EA | 0 | 26 | 6 | 2 | 136 | 59 | 4F |
| Octal | 371 | 233 | 352 | 0 | 46 | 6 | 2 | 466 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11101010 | 0 | 100110 | 110 | 10 | 100110110 | 1011001 | 1001111 |
Color Harmonies of #F99BEA
Complementary color
Monochromatic Colors of #F99BEA
Black with #F99BEA
Text Example
Text Example
White with #F99BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BEA; }
p { color: rgb(249,155,234); }
H1.HeaderClassName
{
color: #F99BEA;
}
.AnyTagClassName
{
color: #F99BEA;
}
</style>
background-color css
<style>
a { background-color: #F99BEA; }
a { background-color: rgb(249,155,234); }
div.DivClassName
{
background-color: #F99BEA;
}
.BgClassName
{
background-color: #F99BEA;
}
</style>
border-color css
<style>
span { border-color: #F99BEA; }
span { border-color: rgb(249,155,234); }
td.TdClassName
{
border-color: #F99BEA;
}
.TagClassName
{
border-color: #F99BEA;
}
</style>