Shades of Lavender Rose #F09DD7
Tints of Lavender Rose #F09DD7
RGB
CMYK
RGB Variations
Color information
#F09DD7 (or 0xF09DD7) is known color: Lavender Rose. HEX triplet: F0, 9D and D7. RGB value is (240,157,215). Sum of RGB (Red+Green+Blue) = 240+157+215=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DD7 is #0F6228. Grayscale: #BCBCBC. Windows color (decimal): -1008169 or 14130672. OLE color: 14130672.
HSL color Cylindrical-coordinate representation of color #F09DD7: hue angle of 318.07º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DD7 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 215 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.06 |
| HSL | 318.07º | 0.73% | 0.78% | - |
| HSV(B) | 318.07º | 0.35% | 0.94% | - |
| XYZ | 60.26 | 47.55 | 70.29 | - |
| YUV | 188.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 215 | 0 | 0.35 | 0.10 | 0.06 | 318.07 | 0.73 | 0.78 |
| Hex | F0 | 9D | D7 | 0 | 23 | A | 6 | 13E | 49 | 4E |
| Octal | 360 | 235 | 327 | 0 | 43 | 12 | 6 | 476 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11010111 | 0 | 100011 | 1010 | 110 | 100111110 | 1001001 | 1001110 |
Color Harmonies of #F09DD7
Complementary color
Monochromatic Colors of #F09DD7
Black with #F09DD7
Text Example
Text Example
White with #F09DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DD7; }
p { color: rgb(240,157,215); }
H1.HeaderClassName
{
color: #F09DD7;
}
.AnyTagClassName
{
color: #F09DD7;
}
</style>
background-color css
<style>
a { background-color: #F09DD7; }
a { background-color: rgb(240,157,215); }
div.DivClassName
{
background-color: #F09DD7;
}
.BgClassName
{
background-color: #F09DD7;
}
</style>
border-color css
<style>
span { border-color: #F09DD7; }
span { border-color: rgb(240,157,215); }
td.TdClassName
{
border-color: #F09DD7;
}
.TagClassName
{
border-color: #F09DD7;
}
</style>