Shades of Lavender Rose #F09BD4
Tints of Lavender Rose #F09BD4
RGB
CMYK
RGB Variations
Color information
#F09BD4 (or 0xF09BD4) is known color: Lavender Rose. HEX triplet: F0, 9B and D4. RGB value is (240,155,212). Sum of RGB (Red+Green+Blue) = 240+155+212=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BD4 is #0F642B. Grayscale: #BABABA. Windows color (decimal): -1008684 or 13933552. OLE color: 13933552.
HSL color Cylindrical-coordinate representation of color #F09BD4: hue angle of 319.76º 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 #F09BD4 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 212 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.06 |
| HSL | 319.76º | 0.74% | 0.77% | - |
| HSV(B) | 319.76º | 0.35% | 0.94% | - |
| XYZ | 59.54 | 46.72 | 68.17 | - |
| YUV | 186.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 212 | 0 | 0.35 | 0.12 | 0.06 | 319.76 | 0.74 | 0.77 |
| Hex | F0 | 9B | D4 | 0 | 23 | C | 6 | 140 | 4A | 4D |
| Octal | 360 | 233 | 324 | 0 | 43 | 14 | 6 | 500 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11010100 | 0 | 100011 | 1100 | 110 | 101000000 | 1001010 | 1001101 |
Color Harmonies of #F09BD4
Complementary color
Monochromatic Colors of #F09BD4
Black with #F09BD4
Text Example
Text Example
White with #F09BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BD4; }
p { color: rgb(240,155,212); }
H1.HeaderClassName
{
color: #F09BD4;
}
.AnyTagClassName
{
color: #F09BD4;
}
</style>
background-color css
<style>
a { background-color: #F09BD4; }
a { background-color: rgb(240,155,212); }
div.DivClassName
{
background-color: #F09BD4;
}
.BgClassName
{
background-color: #F09BD4;
}
</style>
border-color css
<style>
span { border-color: #F09BD4; }
span { border-color: rgb(240,155,212); }
td.TdClassName
{
border-color: #F09BD4;
}
.TagClassName
{
border-color: #F09BD4;
}
</style>