Shades of Lavender Rose #F09FDC
Tints of Lavender Rose #F09FDC
RGB
CMYK
RGB Variations
Color information
#F09FDC (or 0xF09FDC) is known color: Lavender Rose. HEX triplet: F0, 9F and DC. RGB value is (240,159,220). Sum of RGB (Red+Green+Blue) = 240+159+220=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FDC is #0F6023. Grayscale: #BEBEBE. Windows color (decimal): -1007652 or 14458864. OLE color: 14458864.
HSL color Cylindrical-coordinate representation of color #F09FDC: hue angle of 314.81º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FDC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 220 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 314.81º | 0.73% | 0.78% | - |
| HSV(B) | 314.81º | 0.34% | 0.94% | - |
| XYZ | 61.25 | 48.49 | 73.84 | - |
| YUV | 190.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 220 | 0 | 0.34 | 0.08 | 0.06 | 314.81 | 0.73 | 0.78 |
| Hex | F0 | 9F | DC | 0 | 22 | 8 | 6 | 13B | 49 | 4E |
| Octal | 360 | 237 | 334 | 0 | 42 | 10 | 6 | 473 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11011100 | 0 | 100010 | 1000 | 110 | 100111011 | 1001001 | 1001110 |
Color Harmonies of #F09FDC
Complementary color
Monochromatic Colors of #F09FDC
Black with #F09FDC
Text Example
Text Example
White with #F09FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FDC; }
p { color: rgb(240,159,220); }
H1.HeaderClassName
{
color: #F09FDC;
}
.AnyTagClassName
{
color: #F09FDC;
}
</style>
background-color css
<style>
a { background-color: #F09FDC; }
a { background-color: rgb(240,159,220); }
div.DivClassName
{
background-color: #F09FDC;
}
.BgClassName
{
background-color: #F09FDC;
}
</style>
border-color css
<style>
span { border-color: #F09FDC; }
span { border-color: rgb(240,159,220); }
td.TdClassName
{
border-color: #F09FDC;
}
.TagClassName
{
border-color: #F09FDC;
}
</style>