Shades of Lavender Rose #F59BEE
Tints of Lavender Rose #F59BEE
RGB
CMYK
RGB Variations
Color information
#F59BEE (or 0xF59BEE) is known color: Lavender Rose. HEX triplet: F5, 9B and EE. RGB value is (245,155,238). Sum of RGB (Red+Green+Blue) = 245+155+238=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 155 (60.94% from 255 or 24.29% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BEE is #0A6411. Grayscale: #BFBFBF. Windows color (decimal): -680978 or 15637493. OLE color: 15637493.
HSL color Cylindrical-coordinate representation of color #F59BEE: hue angle of 304.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BEE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 238 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.04 |
| HSL | 304.67º | 0.82% | 0.78% | - |
| HSV(B) | 304.67º | 0.37% | 0.96% | - |
| XYZ | 64.81 | 49.03 | 86.94 | - |
| YUV | 191.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 238 | 0 | 0.37 | 0.03 | 0.04 | 304.67 | 0.82 | 0.78 |
| Hex | F5 | 9B | EE | 0 | 25 | 3 | 4 | 131 | 52 | 4E |
| Octal | 365 | 233 | 356 | 0 | 45 | 3 | 4 | 461 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11101110 | 0 | 100101 | 11 | 100 | 100110001 | 1010010 | 1001110 |
Color Harmonies of #F59BEE
Complementary color
Monochromatic Colors of #F59BEE
Black with #F59BEE
Text Example
Text Example
White with #F59BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BEE; }
p { color: rgb(245,155,238); }
H1.HeaderClassName
{
color: #F59BEE;
}
.AnyTagClassName
{
color: #F59BEE;
}
</style>
background-color css
<style>
a { background-color: #F59BEE; }
a { background-color: rgb(245,155,238); }
div.DivClassName
{
background-color: #F59BEE;
}
.BgClassName
{
background-color: #F59BEE;
}
</style>
border-color css
<style>
span { border-color: #F59BEE; }
span { border-color: rgb(245,155,238); }
td.TdClassName
{
border-color: #F59BEE;
}
.TagClassName
{
border-color: #F59BEE;
}
</style>