Shades of Lavender Rose #F09CEC
Tints of Lavender Rose #F09CEC
RGB
CMYK
RGB Variations
Color information
#F09CEC (or 0xF09CEC) is known color: Lavender Rose. HEX triplet: F0, 9C and EC. RGB value is (240,156,236). Sum of RGB (Red+Green+Blue) = 240+156+236=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 156 (61.33% from 255 or 24.68% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CEC is #0F6313. Grayscale: #BEBEBE. Windows color (decimal): -1008404 or 15506672. OLE color: 15506672.
HSL color Cylindrical-coordinate representation of color #F09CEC: hue angle of 302.86º 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 #F09CEC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 236 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.06 |
| HSL | 302.86º | 0.74% | 0.78% | - |
| HSV(B) | 302.86º | 0.35% | 0.94% | - |
| XYZ | 62.96 | 48.36 | 85.37 | - |
| YUV | 190.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 236 | 0 | 0.35 | 0.02 | 0.06 | 302.86 | 0.74 | 0.78 |
| Hex | F0 | 9C | EC | 0 | 23 | 2 | 6 | 12F | 4A | 4E |
| Octal | 360 | 234 | 354 | 0 | 43 | 2 | 6 | 457 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11101100 | 0 | 100011 | 10 | 110 | 100101111 | 1001010 | 1001110 |
Color Harmonies of #F09CEC
Complementary color
Monochromatic Colors of #F09CEC
Black with #F09CEC
Text Example
Text Example
White with #F09CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CEC; }
p { color: rgb(240,156,236); }
H1.HeaderClassName
{
color: #F09CEC;
}
.AnyTagClassName
{
color: #F09CEC;
}
</style>
background-color css
<style>
a { background-color: #F09CEC; }
a { background-color: rgb(240,156,236); }
div.DivClassName
{
background-color: #F09CEC;
}
.BgClassName
{
background-color: #F09CEC;
}
</style>
border-color css
<style>
span { border-color: #F09CEC; }
span { border-color: rgb(240,156,236); }
td.TdClassName
{
border-color: #F09CEC;
}
.TagClassName
{
border-color: #F09CEC;
}
</style>