Shades of Lavender Rose #F09CDF
Tints of Lavender Rose #F09CDF
RGB
CMYK
RGB Variations
Color information
#F09CDF (or 0xF09CDF) is known color: Lavender Rose. HEX triplet: F0, 9C and DF. RGB value is (240,156,223). Sum of RGB (Red+Green+Blue) = 240+156+223=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CDF is #0F6320. Grayscale: #BCBCBC. Windows color (decimal): -1008417 or 14654704. OLE color: 14654704.
HSL color Cylindrical-coordinate representation of color #F09CDF: hue angle of 312.14º 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 #F09CDF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 223 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.06 |
| HSL | 312.14º | 0.74% | 0.78% | - |
| HSV(B) | 312.14º | 0.35% | 0.94% | - |
| XYZ | 61.14 | 47.63 | 75.78 | - |
| YUV | 188.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 223 | 0 | 0.35 | 0.07 | 0.06 | 312.14 | 0.74 | 0.78 |
| Hex | F0 | 9C | DF | 0 | 23 | 7 | 6 | 138 | 4A | 4E |
| Octal | 360 | 234 | 337 | 0 | 43 | 7 | 6 | 470 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11011111 | 0 | 100011 | 111 | 110 | 100111000 | 1001010 | 1001110 |
Color Harmonies of #F09CDF
Complementary color
Monochromatic Colors of #F09CDF
Black with #F09CDF
Text Example
Text Example
White with #F09CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CDF; }
p { color: rgb(240,156,223); }
H1.HeaderClassName
{
color: #F09CDF;
}
.AnyTagClassName
{
color: #F09CDF;
}
</style>
background-color css
<style>
a { background-color: #F09CDF; }
a { background-color: rgb(240,156,223); }
div.DivClassName
{
background-color: #F09CDF;
}
.BgClassName
{
background-color: #F09CDF;
}
</style>
border-color css
<style>
span { border-color: #F09CDF; }
span { border-color: rgb(240,156,223); }
td.TdClassName
{
border-color: #F09CDF;
}
.TagClassName
{
border-color: #F09CDF;
}
</style>