Shades of Lavender Rose #F59FDD
Tints of Lavender Rose #F59FDD
RGB
CMYK
RGB Variations
Color information
#F59FDD (or 0xF59FDD) is known color: Lavender Rose. HEX triplet: F5, 9F and DD. RGB value is (245,159,221). Sum of RGB (Red+Green+Blue) = 245+159+221=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FDD is #0A6022. Grayscale: #BFBFBF. Windows color (decimal): -679971 or 14524405. OLE color: 14524405.
HSL color Cylindrical-coordinate representation of color #F59FDD: hue angle of 316.74º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FDD is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 221 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.04 |
| HSL | 316.74º | 0.81% | 0.79% | - |
| HSV(B) | 316.74º | 0.35% | 0.96% | - |
| XYZ | 63.11 | 49.43 | 74.62 | - |
| YUV | 191.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 221 | 0 | 0.35 | 0.10 | 0.04 | 316.74 | 0.81 | 0.79 |
| Hex | F5 | 9F | DD | 0 | 23 | A | 4 | 13D | 51 | 4F |
| Octal | 365 | 237 | 335 | 0 | 43 | 12 | 4 | 475 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11011101 | 0 | 100011 | 1010 | 100 | 100111101 | 1010001 | 1001111 |
Color Harmonies of #F59FDD
Complementary color
Monochromatic Colors of #F59FDD
Black with #F59FDD
Text Example
Text Example
White with #F59FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FDD; }
p { color: rgb(245,159,221); }
H1.HeaderClassName
{
color: #F59FDD;
}
.AnyTagClassName
{
color: #F59FDD;
}
</style>
background-color css
<style>
a { background-color: #F59FDD; }
a { background-color: rgb(245,159,221); }
div.DivClassName
{
background-color: #F59FDD;
}
.BgClassName
{
background-color: #F59FDD;
}
</style>
border-color css
<style>
span { border-color: #F59FDD; }
span { border-color: rgb(245,159,221); }
td.TdClassName
{
border-color: #F59FDD;
}
.TagClassName
{
border-color: #F59FDD;
}
</style>