Shades of Lavender Rose #F09CDC
Tints of Lavender Rose #F09CDC
RGB
CMYK
RGB Variations
Color information
#F09CDC (or 0xF09CDC) is known color: Lavender Rose. HEX triplet: F0, 9C and DC. RGB value is (240,156,220). Sum of RGB (Red+Green+Blue) = 240+156+220=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CDC is #0F6323. Grayscale: #BCBCBC. Windows color (decimal): -1008420 or 14458096. OLE color: 14458096.
HSL color Cylindrical-coordinate representation of color #F09CDC: hue angle of 314.29º 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 #F09CDC is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 220 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.06 |
| HSL | 314.29º | 0.74% | 0.78% | - |
| HSV(B) | 314.29º | 0.35% | 0.94% | - |
| XYZ | 60.74 | 47.47 | 73.67 | - |
| YUV | 188.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 220 | 0 | 0.35 | 0.08 | 0.06 | 314.29 | 0.74 | 0.78 |
| Hex | F0 | 9C | DC | 0 | 23 | 8 | 6 | 13A | 4A | 4E |
| Octal | 360 | 234 | 334 | 0 | 43 | 10 | 6 | 472 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11011100 | 0 | 100011 | 1000 | 110 | 100111010 | 1001010 | 1001110 |
Color Harmonies of #F09CDC
Complementary color
Monochromatic Colors of #F09CDC
Black with #F09CDC
Text Example
Text Example
White with #F09CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CDC; }
p { color: rgb(240,156,220); }
H1.HeaderClassName
{
color: #F09CDC;
}
.AnyTagClassName
{
color: #F09CDC;
}
</style>
background-color css
<style>
a { background-color: #F09CDC; }
a { background-color: rgb(240,156,220); }
div.DivClassName
{
background-color: #F09CDC;
}
.BgClassName
{
background-color: #F09CDC;
}
</style>
border-color css
<style>
span { border-color: #F09CDC; }
span { border-color: rgb(240,156,220); }
td.TdClassName
{
border-color: #F09CDC;
}
.TagClassName
{
border-color: #F09CDC;
}
</style>