Shades of Lavender Rose #F09BDF
Tints of Lavender Rose #F09BDF
RGB
CMYK
RGB Variations
Color information
#F09BDF (or 0xF09BDF) is known color: Lavender Rose. HEX triplet: F0, 9B and DF. RGB value is (240,155,223). Sum of RGB (Red+Green+Blue) = 240+155+223=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BDF is #0F6420. Grayscale: #BBBBBB. Windows color (decimal): -1008673 or 14654448. OLE color: 14654448.
HSL color Cylindrical-coordinate representation of color #F09BDF: hue angle of 312º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BDF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 223 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.06 |
| HSL | 312º | 0.74% | 0.77% | - |
| HSV(B) | 312º | 0.35% | 0.94% | - |
| XYZ | 60.98 | 47.3 | 75.73 | - |
| YUV | 188.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 223 | 0 | 0.35 | 0.07 | 0.06 | 312 | 0.74 | 0.77 |
| Hex | F0 | 9B | DF | 0 | 23 | 7 | 6 | 138 | 4A | 4D |
| Octal | 360 | 233 | 337 | 0 | 43 | 7 | 6 | 470 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11011111 | 0 | 100011 | 111 | 110 | 100111000 | 1001010 | 1001101 |
Color Harmonies of #F09BDF
Complementary color
Monochromatic Colors of #F09BDF
Black with #F09BDF
Text Example
Text Example
White with #F09BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BDF; }
p { color: rgb(240,155,223); }
H1.HeaderClassName
{
color: #F09BDF;
}
.AnyTagClassName
{
color: #F09BDF;
}
</style>
background-color css
<style>
a { background-color: #F09BDF; }
a { background-color: rgb(240,155,223); }
div.DivClassName
{
background-color: #F09BDF;
}
.BgClassName
{
background-color: #F09BDF;
}
</style>
border-color css
<style>
span { border-color: #F09BDF; }
span { border-color: rgb(240,155,223); }
td.TdClassName
{
border-color: #F09BDF;
}
.TagClassName
{
border-color: #F09BDF;
}
</style>