Shades of Lavender Rose #F09CE2
Tints of Lavender Rose #F09CE2
RGB
CMYK
RGB Variations
Color information
#F09CE2 (or 0xF09CE2) is known color: Lavender Rose. HEX triplet: F0, 9C and E2. RGB value is (240,156,226). Sum of RGB (Red+Green+Blue) = 240+156+226=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CE2 is #0F631D. Grayscale: #BCBCBC. Windows color (decimal): -1008414 or 14851312. OLE color: 14851312.
HSL color Cylindrical-coordinate representation of color #F09CE2: hue angle of 310º 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 #F09CE2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 226 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.06 |
| HSL | 310º | 0.74% | 0.78% | - |
| HSV(B) | 310º | 0.35% | 0.94% | - |
| XYZ | 61.55 | 47.79 | 77.93 | - |
| YUV | 189.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 226 | 0 | 0.35 | 0.06 | 0.06 | 310 | 0.74 | 0.78 |
| Hex | F0 | 9C | E2 | 0 | 23 | 6 | 6 | 136 | 4A | 4E |
| Octal | 360 | 234 | 342 | 0 | 43 | 6 | 6 | 466 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11100010 | 0 | 100011 | 110 | 110 | 100110110 | 1001010 | 1001110 |
Color Harmonies of #F09CE2
Complementary color
Monochromatic Colors of #F09CE2
Black with #F09CE2
Text Example
Text Example
White with #F09CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CE2; }
p { color: rgb(240,156,226); }
H1.HeaderClassName
{
color: #F09CE2;
}
.AnyTagClassName
{
color: #F09CE2;
}
</style>
background-color css
<style>
a { background-color: #F09CE2; }
a { background-color: rgb(240,156,226); }
div.DivClassName
{
background-color: #F09CE2;
}
.BgClassName
{
background-color: #F09CE2;
}
</style>
border-color css
<style>
span { border-color: #F09CE2; }
span { border-color: rgb(240,156,226); }
td.TdClassName
{
border-color: #F09CE2;
}
.TagClassName
{
border-color: #F09CE2;
}
</style>