Shades of Lavender Rose #F298DB
Tints of Lavender Rose #F298DB
RGB
CMYK
RGB Variations
Color information
#F298DB (or 0xF298DB) is known color: Lavender Rose. HEX triplet: F2, 98 and DB. RGB value is (242,152,219). Sum of RGB (Red+Green+Blue) = 242+152+219=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F298DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298DB is #0D6724. Grayscale: #BABABA. Windows color (decimal): -878373 or 14391538. OLE color: 14391538.
HSL color Cylindrical-coordinate representation of color #F298DB: hue angle of 315.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298DB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 219 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 315.33º | 0.78% | 0.77% | - |
| HSV(B) | 315.33º | 0.37% | 0.95% | - |
| XYZ | 60.63 | 46.45 | 72.79 | - |
| YUV | 186.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 219 | 0 | 0.37 | 0.10 | 0.05 | 315.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | DB | 0 | 25 | A | 5 | 13B | 4E | 4D |
| Octal | 362 | 230 | 333 | 0 | 45 | 12 | 5 | 473 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11011011 | 0 | 100101 | 1010 | 101 | 100111011 | 1001110 | 1001101 |
Color Harmonies of #F298DB
Complementary color
Monochromatic Colors of #F298DB
Black with #F298DB
Text Example
Text Example
White with #F298DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298DB; }
p { color: rgb(242,152,219); }
H1.HeaderClassName
{
color: #F298DB;
}
.AnyTagClassName
{
color: #F298DB;
}
</style>
background-color css
<style>
a { background-color: #F298DB; }
a { background-color: rgb(242,152,219); }
div.DivClassName
{
background-color: #F298DB;
}
.BgClassName
{
background-color: #F298DB;
}
</style>
border-color css
<style>
span { border-color: #F298DB; }
span { border-color: rgb(242,152,219); }
td.TdClassName
{
border-color: #F298DB;
}
.TagClassName
{
border-color: #F298DB;
}
</style>