Shades of Lavender Rose #F296DB
Tints of Lavender Rose #F296DB
RGB
CMYK
RGB Variations
Color information
#F296DB (or 0xF296DB) is known color: Lavender Rose. HEX triplet: F2, 96 and DB. RGB value is (242,150,219). Sum of RGB (Red+Green+Blue) = 242+150+219=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F296DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296DB is #0D6924. Grayscale: #B9B9B9. Windows color (decimal): -878885 or 14391026. OLE color: 14391026.
HSL color Cylindrical-coordinate representation of color #F296DB: hue angle of 315º 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 #F296DB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 219 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.05 |
| HSL | 315º | 0.78% | 0.77% | - |
| HSV(B) | 315º | 0.38% | 0.95% | - |
| XYZ | 60.31 | 45.8 | 72.68 | - |
| YUV | 185.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 219 | 0 | 0.38 | 0.10 | 0.05 | 315 | 0.78 | 0.77 |
| Hex | F2 | 96 | DB | 0 | 26 | A | 5 | 13B | 4E | 4D |
| Octal | 362 | 226 | 333 | 0 | 46 | 12 | 5 | 473 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11011011 | 0 | 100110 | 1010 | 101 | 100111011 | 1001110 | 1001101 |
Color Harmonies of #F296DB
Complementary color
Monochromatic Colors of #F296DB
Black with #F296DB
Text Example
Text Example
White with #F296DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296DB; }
p { color: rgb(242,150,219); }
H1.HeaderClassName
{
color: #F296DB;
}
.AnyTagClassName
{
color: #F296DB;
}
</style>
background-color css
<style>
a { background-color: #F296DB; }
a { background-color: rgb(242,150,219); }
div.DivClassName
{
background-color: #F296DB;
}
.BgClassName
{
background-color: #F296DB;
}
</style>
border-color css
<style>
span { border-color: #F296DB; }
span { border-color: rgb(242,150,219); }
td.TdClassName
{
border-color: #F296DB;
}
.TagClassName
{
border-color: #F296DB;
}
</style>