Shades of Lavender Rose #F09DDA
Tints of Lavender Rose #F09DDA
RGB
CMYK
RGB Variations
Color information
#F09DDA (or 0xF09DDA) is known color: Lavender Rose. HEX triplet: F0, 9D and DA. RGB value is (240,157,218). Sum of RGB (Red+Green+Blue) = 240+157+218=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DDA is #0F6225. Grayscale: #BCBCBC. Windows color (decimal): -1008166 or 14327280. OLE color: 14327280.
HSL color Cylindrical-coordinate representation of color #F09DDA: hue angle of 315.9º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DDA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 218 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.06 |
| HSL | 315.9º | 0.73% | 0.78% | - |
| HSV(B) | 315.9º | 0.35% | 0.94% | - |
| XYZ | 60.65 | 47.7 | 72.34 | - |
| YUV | 188.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 218 | 0 | 0.35 | 0.09 | 0.06 | 315.9 | 0.73 | 0.78 |
| Hex | F0 | 9D | DA | 0 | 23 | 9 | 6 | 13C | 49 | 4E |
| Octal | 360 | 235 | 332 | 0 | 43 | 11 | 6 | 474 | 111 | 116 |
| Binary | 11110000 | 10011101 | 11011010 | 0 | 100011 | 1001 | 110 | 100111100 | 1001001 | 1001110 |
Color Harmonies of #F09DDA
Complementary color
Monochromatic Colors of #F09DDA
Black with #F09DDA
Text Example
Text Example
White with #F09DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DDA; }
p { color: rgb(240,157,218); }
H1.HeaderClassName
{
color: #F09DDA;
}
.AnyTagClassName
{
color: #F09DDA;
}
</style>
background-color css
<style>
a { background-color: #F09DDA; }
a { background-color: rgb(240,157,218); }
div.DivClassName
{
background-color: #F09DDA;
}
.BgClassName
{
background-color: #F09DDA;
}
</style>
border-color css
<style>
span { border-color: #F09DDA; }
span { border-color: rgb(240,157,218); }
td.TdClassName
{
border-color: #F09DDA;
}
.TagClassName
{
border-color: #F09DDA;
}
</style>