Shades of Lavender Rose #F09FDD
Tints of Lavender Rose #F09FDD
RGB
CMYK
RGB Variations
Color information
#F09FDD (or 0xF09FDD) is known color: Lavender Rose. HEX triplet: F0, 9F and DD. RGB value is (240,159,221). Sum of RGB (Red+Green+Blue) = 240+159+221=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FDD is #0F6022. Grayscale: #BEBEBE. Windows color (decimal): -1007651 or 14524400. OLE color: 14524400.
HSL color Cylindrical-coordinate representation of color #F09FDD: hue angle of 314.07º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FDD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 221 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 314.07º | 0.73% | 0.78% | - |
| HSV(B) | 314.07º | 0.34% | 0.94% | - |
| XYZ | 61.38 | 48.54 | 74.54 | - |
| YUV | 190.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 221 | 0 | 0.34 | 0.08 | 0.06 | 314.07 | 0.73 | 0.78 |
| Hex | F0 | 9F | DD | 0 | 22 | 8 | 6 | 13A | 49 | 4E |
| Octal | 360 | 237 | 335 | 0 | 42 | 10 | 6 | 472 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11011101 | 0 | 100010 | 1000 | 110 | 100111010 | 1001001 | 1001110 |
Color Harmonies of #F09FDD
Complementary color
Monochromatic Colors of #F09FDD
Black with #F09FDD
Text Example
Text Example
White with #F09FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FDD; }
p { color: rgb(240,159,221); }
H1.HeaderClassName
{
color: #F09FDD;
}
.AnyTagClassName
{
color: #F09FDD;
}
</style>
background-color css
<style>
a { background-color: #F09FDD; }
a { background-color: rgb(240,159,221); }
div.DivClassName
{
background-color: #F09FDD;
}
.BgClassName
{
background-color: #F09FDD;
}
</style>
border-color css
<style>
span { border-color: #F09FDD; }
span { border-color: rgb(240,159,221); }
td.TdClassName
{
border-color: #F09FDD;
}
.TagClassName
{
border-color: #F09FDD;
}
</style>