Shades of Lavender Rose #F09AD8
Tints of Lavender Rose #F09AD8
RGB
CMYK
RGB Variations
Color information
#F09AD8 (or 0xF09AD8) is known color: Lavender Rose. HEX triplet: F0, 9A and D8. RGB value is (240,154,216). Sum of RGB (Red+Green+Blue) = 240+154+216=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09AD8 is #0F6527. Grayscale: #BABABA. Windows color (decimal): -1008936 or 14195440. OLE color: 14195440.
HSL color Cylindrical-coordinate representation of color #F09AD8: hue angle of 316.74º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AD8 is Cyan = 0, Magento = 0.36, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 216 | - |
| CMYK | 0 | 0.36 | 0.1 | 0.06 |
| HSL | 316.74º | 0.74% | 0.77% | - |
| HSV(B) | 316.74º | 0.36% | 0.94% | - |
| XYZ | 59.89 | 46.59 | 70.8 | - |
| YUV | 186.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 216 | 0 | 0.36 | 0.1 | 0.06 | 316.74 | 0.74 | 0.77 |
| Hex | F0 | 9A | D8 | 0 | 24 | A | 6 | 13D | 4A | 4D |
| Octal | 360 | 232 | 330 | 0 | 44 | 12 | 6 | 475 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11011000 | 0 | 100100 | 1010 | 110 | 100111101 | 1001010 | 1001101 |
Color Harmonies of #F09AD8
Complementary color
Monochromatic Colors of #F09AD8
Black with #F09AD8
Text Example
Text Example
White with #F09AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AD8; }
p { color: rgb(240,154,216); }
H1.HeaderClassName
{
color: #F09AD8;
}
.AnyTagClassName
{
color: #F09AD8;
}
</style>
background-color css
<style>
a { background-color: #F09AD8; }
a { background-color: rgb(240,154,216); }
div.DivClassName
{
background-color: #F09AD8;
}
.BgClassName
{
background-color: #F09AD8;
}
</style>
border-color css
<style>
span { border-color: #F09AD8; }
span { border-color: rgb(240,154,216); }
td.TdClassName
{
border-color: #F09AD8;
}
.TagClassName
{
border-color: #F09AD8;
}
</style>