Shades of Lavender Rose #F59BDF
Tints of Lavender Rose #F59BDF
RGB
CMYK
RGB Variations
Color information
#F59BDF (or 0xF59BDF) is known color: Lavender Rose. HEX triplet: F5, 9B and DF. RGB value is (245,155,223). Sum of RGB (Red+Green+Blue) = 245+155+223=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BDF is #0A6420. Grayscale: #BDBDBD. Windows color (decimal): -680993 or 14654453. OLE color: 14654453.
HSL color Cylindrical-coordinate representation of color #F59BDF: hue angle of 314.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 #F59BDF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 223 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.04 |
| HSL | 314.67º | 0.82% | 0.78% | - |
| HSV(B) | 314.67º | 0.37% | 0.96% | - |
| XYZ | 62.7 | 48.18 | 75.81 | - |
| YUV | 189.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 223 | 0 | 0.37 | 0.09 | 0.04 | 314.67 | 0.82 | 0.78 |
| Hex | F5 | 9B | DF | 0 | 25 | 9 | 4 | 13B | 52 | 4E |
| Octal | 365 | 233 | 337 | 0 | 45 | 11 | 4 | 473 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11011111 | 0 | 100101 | 1001 | 100 | 100111011 | 1010010 | 1001110 |
Color Harmonies of #F59BDF
Complementary color
Monochromatic Colors of #F59BDF
Black with #F59BDF
Text Example
Text Example
White with #F59BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BDF; }
p { color: rgb(245,155,223); }
H1.HeaderClassName
{
color: #F59BDF;
}
.AnyTagClassName
{
color: #F59BDF;
}
</style>
background-color css
<style>
a { background-color: #F59BDF; }
a { background-color: rgb(245,155,223); }
div.DivClassName
{
background-color: #F59BDF;
}
.BgClassName
{
background-color: #F59BDF;
}
</style>
border-color css
<style>
span { border-color: #F59BDF; }
span { border-color: rgb(245,155,223); }
td.TdClassName
{
border-color: #F59BDF;
}
.TagClassName
{
border-color: #F59BDF;
}
</style>