Shades of Lavender Rose #F09ADE
Tints of Lavender Rose #F09ADE
RGB
CMYK
RGB Variations
Color information
#F09ADE (or 0xF09ADE) is known color: Lavender Rose. HEX triplet: F0, 9A and DE. RGB value is (240,154,222). Sum of RGB (Red+Green+Blue) = 240+154+222=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F09ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09ADE is #0F6521. Grayscale: #BBBBBB. Windows color (decimal): -1008930 or 14588656. OLE color: 14588656.
HSL color Cylindrical-coordinate representation of color #F09ADE: hue angle of 312.56º 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 #F09ADE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 222 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 312.56º | 0.74% | 0.77% | - |
| HSV(B) | 312.56º | 0.36% | 0.94% | - |
| XYZ | 60.68 | 46.91 | 74.96 | - |
| YUV | 187.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 222 | 0 | 0.36 | 0.08 | 0.06 | 312.56 | 0.74 | 0.77 |
| Hex | F0 | 9A | DE | 0 | 24 | 8 | 6 | 139 | 4A | 4D |
| Octal | 360 | 232 | 336 | 0 | 44 | 10 | 6 | 471 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11011110 | 0 | 100100 | 1000 | 110 | 100111001 | 1001010 | 1001101 |
Color Harmonies of #F09ADE
Complementary color
Monochromatic Colors of #F09ADE
Black with #F09ADE
Text Example
Text Example
White with #F09ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09ADE; }
p { color: rgb(240,154,222); }
H1.HeaderClassName
{
color: #F09ADE;
}
.AnyTagClassName
{
color: #F09ADE;
}
</style>
background-color css
<style>
a { background-color: #F09ADE; }
a { background-color: rgb(240,154,222); }
div.DivClassName
{
background-color: #F09ADE;
}
.BgClassName
{
background-color: #F09ADE;
}
</style>
border-color css
<style>
span { border-color: #F09ADE; }
span { border-color: rgb(240,154,222); }
td.TdClassName
{
border-color: #F09ADE;
}
.TagClassName
{
border-color: #F09ADE;
}
</style>