Shades of Lavender Rose #F09DD1
Tints of Lavender Rose #F09DD1
RGB
CMYK
RGB Variations
Color information
#F09DD1 (or 0xF09DD1) is known color: Lavender Rose. HEX triplet: F0, 9D and D1. RGB value is (240,157,209). Sum of RGB (Red+Green+Blue) = 240+157+209=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DD1 is #0F622E. Grayscale: #BBBBBB. Windows color (decimal): -1008175 or 13737456. OLE color: 13737456.
HSL color Cylindrical-coordinate representation of color #F09DD1: hue angle of 322.41º 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 #F09DD1 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 209 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.06 |
| HSL | 322.41º | 0.73% | 0.78% | - |
| HSV(B) | 322.41º | 0.35% | 0.94% | - |
| XYZ | 59.5 | 47.24 | 66.3 | - |
| YUV | 187.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 209 | 0 | 0.35 | 0.13 | 0.06 | 322.41 | 0.73 | 0.78 |
| Hex | F0 | 9D | D1 | 0 | 23 | D | 6 | 142 | 49 | 4E |
| Octal | 360 | 235 | 321 | 0 | 43 | 15 | 6 | 502 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11010001 | 0 | 100011 | 1101 | 110 | 101000010 | 1001001 | 1001110 |
Color Harmonies of #F09DD1
Complementary color
Monochromatic Colors of #F09DD1
Black with #F09DD1
Text Example
Text Example
White with #F09DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DD1; }
p { color: rgb(240,157,209); }
H1.HeaderClassName
{
color: #F09DD1;
}
.AnyTagClassName
{
color: #F09DD1;
}
</style>
background-color css
<style>
a { background-color: #F09DD1; }
a { background-color: rgb(240,157,209); }
div.DivClassName
{
background-color: #F09DD1;
}
.BgClassName
{
background-color: #F09DD1;
}
</style>
border-color css
<style>
span { border-color: #F09DD1; }
span { border-color: rgb(240,157,209); }
td.TdClassName
{
border-color: #F09DD1;
}
.TagClassName
{
border-color: #F09DD1;
}
</style>