Shades of Lavender Rose #F59BDA
Tints of Lavender Rose #F59BDA
RGB
CMYK
RGB Variations
Color information
#F59BDA (or 0xF59BDA) is known color: Lavender Rose. HEX triplet: F5, 9B and DA. RGB value is (245,155,218). Sum of RGB (Red+Green+Blue) = 245+155+218=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BDA is #0A6425. Grayscale: #BCBCBC. Windows color (decimal): -680998 or 14326773. OLE color: 14326773.
HSL color Cylindrical-coordinate representation of color #F59BDA: hue angle of 318º 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 #F59BDA is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 218 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.04 |
| HSL | 318º | 0.82% | 0.78% | - |
| HSV(B) | 318º | 0.37% | 0.96% | - |
| XYZ | 62.03 | 47.92 | 72.31 | - |
| YUV | 189.09 | 144.32 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 218 | 0 | 0.37 | 0.11 | 0.04 | 318 | 0.82 | 0.78 |
| Hex | F5 | 9B | DA | 0 | 25 | B | 4 | 13E | 52 | 4E |
| Octal | 365 | 233 | 332 | 0 | 45 | 13 | 4 | 476 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11011010 | 0 | 100101 | 1011 | 100 | 100111110 | 1010010 | 1001110 |
Color Harmonies of #F59BDA
Complementary color
Monochromatic Colors of #F59BDA
Black with #F59BDA
Text Example
Text Example
White with #F59BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BDA; }
p { color: rgb(245,155,218); }
H1.HeaderClassName
{
color: #F59BDA;
}
.AnyTagClassName
{
color: #F59BDA;
}
</style>
background-color css
<style>
a { background-color: #F59BDA; }
a { background-color: rgb(245,155,218); }
div.DivClassName
{
background-color: #F59BDA;
}
.BgClassName
{
background-color: #F59BDA;
}
</style>
border-color css
<style>
span { border-color: #F59BDA; }
span { border-color: rgb(245,155,218); }
td.TdClassName
{
border-color: #F59BDA;
}
.TagClassName
{
border-color: #F59BDA;
}
</style>