Shades of Lavender Rose #F09CDA
Tints of Lavender Rose #F09CDA
RGB
CMYK
RGB Variations
Color information
#F09CDA (or 0xF09CDA) is known color: Lavender Rose. HEX triplet: F0, 9C and DA. RGB value is (240,156,218). Sum of RGB (Red+Green+Blue) = 240+156+218=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CDA is #0F6325. Grayscale: #BCBCBC. Windows color (decimal): -1008422 or 14327024. OLE color: 14327024.
HSL color Cylindrical-coordinate representation of color #F09CDA: hue angle of 315.71º degrees, saturation: 0.74, 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 #F09CDA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 218 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.06 |
| HSL | 315.71º | 0.74% | 0.78% | - |
| HSV(B) | 315.71º | 0.35% | 0.94% | - |
| XYZ | 60.48 | 47.36 | 72.28 | - |
| YUV | 188.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 218 | 0 | 0.35 | 0.09 | 0.06 | 315.71 | 0.74 | 0.78 |
| Hex | F0 | 9C | DA | 0 | 23 | 9 | 6 | 13C | 4A | 4E |
| Octal | 360 | 234 | 332 | 0 | 43 | 11 | 6 | 474 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11011010 | 0 | 100011 | 1001 | 110 | 100111100 | 1001010 | 1001110 |
Color Harmonies of #F09CDA
Complementary color
Monochromatic Colors of #F09CDA
Black with #F09CDA
Text Example
Text Example
White with #F09CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CDA; }
p { color: rgb(240,156,218); }
H1.HeaderClassName
{
color: #F09CDA;
}
.AnyTagClassName
{
color: #F09CDA;
}
</style>
background-color css
<style>
a { background-color: #F09CDA; }
a { background-color: rgb(240,156,218); }
div.DivClassName
{
background-color: #F09CDA;
}
.BgClassName
{
background-color: #F09CDA;
}
</style>
border-color css
<style>
span { border-color: #F09CDA; }
span { border-color: rgb(240,156,218); }
td.TdClassName
{
border-color: #F09CDA;
}
.TagClassName
{
border-color: #F09CDA;
}
</style>