Shades of Lavender Rose #F09CE0
Tints of Lavender Rose #F09CE0
RGB
CMYK
RGB Variations
Color information
#F09CE0 (or 0xF09CE0) is known color: Lavender Rose. HEX triplet: F0, 9C and E0. RGB value is (240,156,224). Sum of RGB (Red+Green+Blue) = 240+156+224=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CE0 is #0F631F. Grayscale: #BCBCBC. Windows color (decimal): -1008416 or 14720240. OLE color: 14720240.
HSL color Cylindrical-coordinate representation of color #F09CE0: hue angle of 311.43º 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 #F09CE0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 224 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.06 |
| HSL | 311.43º | 0.74% | 0.78% | - |
| HSV(B) | 311.43º | 0.35% | 0.94% | - |
| XYZ | 61.28 | 47.68 | 76.5 | - |
| YUV | 188.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 224 | 0 | 0.35 | 0.07 | 0.06 | 311.43 | 0.74 | 0.78 |
| Hex | F0 | 9C | E0 | 0 | 23 | 7 | 6 | 137 | 4A | 4E |
| Octal | 360 | 234 | 340 | 0 | 43 | 7 | 6 | 467 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11100000 | 0 | 100011 | 111 | 110 | 100110111 | 1001010 | 1001110 |
Color Harmonies of #F09CE0
Complementary color
Monochromatic Colors of #F09CE0
Black with #F09CE0
Text Example
Text Example
White with #F09CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CE0; }
p { color: rgb(240,156,224); }
H1.HeaderClassName
{
color: #F09CE0;
}
.AnyTagClassName
{
color: #F09CE0;
}
</style>
background-color css
<style>
a { background-color: #F09CE0; }
a { background-color: rgb(240,156,224); }
div.DivClassName
{
background-color: #F09CE0;
}
.BgClassName
{
background-color: #F09CE0;
}
</style>
border-color css
<style>
span { border-color: #F09CE0; }
span { border-color: rgb(240,156,224); }
td.TdClassName
{
border-color: #F09CE0;
}
.TagClassName
{
border-color: #F09CE0;
}
</style>