Shades of Lavender Rose #F09BD2
Tints of Lavender Rose #F09BD2
RGB
CMYK
RGB Variations
Color information
#F09BD2 (or 0xF09BD2) is known color: Lavender Rose. HEX triplet: F0, 9B and D2. RGB value is (240,155,210). Sum of RGB (Red+Green+Blue) = 240+155+210=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BD2 is #0F642D. Grayscale: #BABABA. Windows color (decimal): -1008686 or 13802480. OLE color: 13802480.
HSL color Cylindrical-coordinate representation of color #F09BD2: hue angle of 321.18º 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 #F09BD2 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 210 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.06 |
| HSL | 321.18º | 0.74% | 0.77% | - |
| HSV(B) | 321.18º | 0.35% | 0.94% | - |
| XYZ | 59.29 | 46.62 | 66.85 | - |
| YUV | 186.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 210 | 0 | 0.35 | 0.12 | 0.06 | 321.18 | 0.74 | 0.77 |
| Hex | F0 | 9B | D2 | 0 | 23 | C | 6 | 141 | 4A | 4D |
| Octal | 360 | 233 | 322 | 0 | 43 | 14 | 6 | 501 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11010010 | 0 | 100011 | 1100 | 110 | 101000001 | 1001010 | 1001101 |
Color Harmonies of #F09BD2
Complementary color
Monochromatic Colors of #F09BD2
Black with #F09BD2
Text Example
Text Example
White with #F09BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BD2; }
p { color: rgb(240,155,210); }
H1.HeaderClassName
{
color: #F09BD2;
}
.AnyTagClassName
{
color: #F09BD2;
}
</style>
background-color css
<style>
a { background-color: #F09BD2; }
a { background-color: rgb(240,155,210); }
div.DivClassName
{
background-color: #F09BD2;
}
.BgClassName
{
background-color: #F09BD2;
}
</style>
border-color css
<style>
span { border-color: #F09BD2; }
span { border-color: rgb(240,155,210); }
td.TdClassName
{
border-color: #F09BD2;
}
.TagClassName
{
border-color: #F09BD2;
}
</style>