Shades of Lavender Rose #F59BD1
Tints of Lavender Rose #F59BD1
RGB
CMYK
RGB Variations
Color information
#F59BD1 (or 0xF59BD1) is known color: Lavender Rose. HEX triplet: F5, 9B and D1. RGB value is (245,155,209). Sum of RGB (Red+Green+Blue) = 245+155+209=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BD1 is #0A642E. Grayscale: #BBBBBB. Windows color (decimal): -681007 or 13736949. OLE color: 13736949.
HSL color Cylindrical-coordinate representation of color #F59BD1: hue angle of 324º 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 #F59BD1 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 209 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.04 |
| HSL | 324º | 0.82% | 0.78% | - |
| HSV(B) | 324º | 0.37% | 0.96% | - |
| XYZ | 60.89 | 47.46 | 66.27 | - |
| YUV | 188.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 209 | 0 | 0.37 | 0.15 | 0.04 | 324 | 0.82 | 0.78 |
| Hex | F5 | 9B | D1 | 0 | 25 | F | 4 | 144 | 52 | 4E |
| Octal | 365 | 233 | 321 | 0 | 45 | 17 | 4 | 504 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11010001 | 0 | 100101 | 1111 | 100 | 101000100 | 1010010 | 1001110 |
Color Harmonies of #F59BD1
Complementary color
Monochromatic Colors of #F59BD1
Black with #F59BD1
Text Example
Text Example
White with #F59BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BD1; }
p { color: rgb(245,155,209); }
H1.HeaderClassName
{
color: #F59BD1;
}
.AnyTagClassName
{
color: #F59BD1;
}
</style>
background-color css
<style>
a { background-color: #F59BD1; }
a { background-color: rgb(245,155,209); }
div.DivClassName
{
background-color: #F59BD1;
}
.BgClassName
{
background-color: #F59BD1;
}
</style>
border-color css
<style>
span { border-color: #F59BD1; }
span { border-color: rgb(245,155,209); }
td.TdClassName
{
border-color: #F59BD1;
}
.TagClassName
{
border-color: #F59BD1;
}
</style>