Shades of Lavender Rose #F297DB
Tints of Lavender Rose #F297DB
RGB
CMYK
RGB Variations
Color information
#F297DB (or 0xF297DB) is known color: Lavender Rose. HEX triplet: F2, 97 and DB. RGB value is (242,151,219). Sum of RGB (Red+Green+Blue) = 242+151+219=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F297DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F297DB is #0D6824. Grayscale: #B9B9B9. Windows color (decimal): -878629 or 14391282. OLE color: 14391282.
HSL color Cylindrical-coordinate representation of color #F297DB: hue angle of 315.16º 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 #F297DB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 219 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.05 |
| HSL | 315.16º | 0.78% | 0.77% | - |
| HSV(B) | 315.16º | 0.38% | 0.95% | - |
| XYZ | 60.47 | 46.12 | 72.73 | - |
| YUV | 185.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 219 | 0 | 0.38 | 0.10 | 0.05 | 315.16 | 0.78 | 0.77 |
| Hex | F2 | 97 | DB | 0 | 26 | A | 5 | 13B | 4E | 4D |
| Octal | 362 | 227 | 333 | 0 | 46 | 12 | 5 | 473 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11011011 | 0 | 100110 | 1010 | 101 | 100111011 | 1001110 | 1001101 |
Color Harmonies of #F297DB
Complementary color
Monochromatic Colors of #F297DB
Black with #F297DB
Text Example
Text Example
White with #F297DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297DB; }
p { color: rgb(242,151,219); }
H1.HeaderClassName
{
color: #F297DB;
}
.AnyTagClassName
{
color: #F297DB;
}
</style>
background-color css
<style>
a { background-color: #F297DB; }
a { background-color: rgb(242,151,219); }
div.DivClassName
{
background-color: #F297DB;
}
.BgClassName
{
background-color: #F297DB;
}
</style>
border-color css
<style>
span { border-color: #F297DB; }
span { border-color: rgb(242,151,219); }
td.TdClassName
{
border-color: #F297DB;
}
.TagClassName
{
border-color: #F297DB;
}
</style>