Shades of Lavender Rose #F59DDF
Tints of Lavender Rose #F59DDF
RGB
CMYK
RGB Variations
Color information
#F59DDF (or 0xF59DDF) is known color: Lavender Rose. HEX triplet: F5, 9D and DF. RGB value is (245,157,223). Sum of RGB (Red+Green+Blue) = 245+157+223=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DDF is #0A6220. Grayscale: #BEBEBE. Windows color (decimal): -680481 or 14654965. OLE color: 14654965.
HSL color Cylindrical-coordinate representation of color #F59DDF: hue angle of 315º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59DDF is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 223 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.04 |
| HSL | 315º | 0.81% | 0.79% | - |
| HSV(B) | 315º | 0.36% | 0.96% | - |
| XYZ | 63.03 | 48.85 | 75.92 | - |
| YUV | 190.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 223 | 0 | 0.36 | 0.09 | 0.04 | 315 | 0.81 | 0.79 |
| Hex | F5 | 9D | DF | 0 | 24 | 9 | 4 | 13B | 51 | 4F |
| Octal | 365 | 235 | 337 | 0 | 44 | 11 | 4 | 473 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11011111 | 0 | 100100 | 1001 | 100 | 100111011 | 1010001 | 1001111 |
Color Harmonies of #F59DDF
Complementary color
Monochromatic Colors of #F59DDF
Black with #F59DDF
Text Example
Text Example
White with #F59DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DDF; }
p { color: rgb(245,157,223); }
H1.HeaderClassName
{
color: #F59DDF;
}
.AnyTagClassName
{
color: #F59DDF;
}
</style>
background-color css
<style>
a { background-color: #F59DDF; }
a { background-color: rgb(245,157,223); }
div.DivClassName
{
background-color: #F59DDF;
}
.BgClassName
{
background-color: #F59DDF;
}
</style>
border-color css
<style>
span { border-color: #F59DDF; }
span { border-color: rgb(245,157,223); }
td.TdClassName
{
border-color: #F59DDF;
}
.TagClassName
{
border-color: #F59DDF;
}
</style>