Shades of Lavender Rose #F296DC
Tints of Lavender Rose #F296DC
RGB
CMYK
RGB Variations
Color information
#F296DC (or 0xF296DC) is known color: Lavender Rose. HEX triplet: F2, 96 and DC. RGB value is (242,150,220). Sum of RGB (Red+Green+Blue) = 242+150+220=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F296DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296DC is #0D6923. Grayscale: #B9B9B9. Windows color (decimal): -878884 or 14456562. OLE color: 14456562.
HSL color Cylindrical-coordinate representation of color #F296DC: hue angle of 314.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296DC is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 220 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.05 |
| HSL | 314.35º | 0.78% | 0.77% | - |
| HSV(B) | 314.35º | 0.38% | 0.95% | - |
| XYZ | 60.44 | 45.86 | 73.38 | - |
| YUV | 185.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 220 | 0 | 0.38 | 0.09 | 0.05 | 314.35 | 0.78 | 0.77 |
| Hex | F2 | 96 | DC | 0 | 26 | 9 | 5 | 13A | 4E | 4D |
| Octal | 362 | 226 | 334 | 0 | 46 | 11 | 5 | 472 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11011100 | 0 | 100110 | 1001 | 101 | 100111010 | 1001110 | 1001101 |
Color Harmonies of #F296DC
Complementary color
Monochromatic Colors of #F296DC
Black with #F296DC
Text Example
Text Example
White with #F296DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296DC; }
p { color: rgb(242,150,220); }
H1.HeaderClassName
{
color: #F296DC;
}
.AnyTagClassName
{
color: #F296DC;
}
</style>
background-color css
<style>
a { background-color: #F296DC; }
a { background-color: rgb(242,150,220); }
div.DivClassName
{
background-color: #F296DC;
}
.BgClassName
{
background-color: #F296DC;
}
</style>
border-color css
<style>
span { border-color: #F296DC; }
span { border-color: rgb(242,150,220); }
td.TdClassName
{
border-color: #F296DC;
}
.TagClassName
{
border-color: #F296DC;
}
</style>