Shades of Lavender Rose #F298EC
Tints of Lavender Rose #F298EC
RGB
CMYK
RGB Variations
Color information
#F298EC (or 0xF298EC) is known color: Lavender Rose. HEX triplet: F2, 98 and EC. RGB value is (242,152,236). Sum of RGB (Red+Green+Blue) = 242+152+236=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F298EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298EC is #0D6713. Grayscale: #BCBCBC. Windows color (decimal): -878356 or 15505650. OLE color: 15505650.
HSL color Cylindrical-coordinate representation of color #F298EC: hue angle of 304º 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 #F298EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 236 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 304º | 0.78% | 0.77% | - |
| HSV(B) | 304º | 0.37% | 0.95% | - |
| XYZ | 62.99 | 47.39 | 85.18 | - |
| YUV | 188.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 236 | 0 | 0.37 | 0.02 | 0.05 | 304 | 0.78 | 0.77 |
| Hex | F2 | 98 | EC | 0 | 25 | 2 | 5 | 130 | 4E | 4D |
| Octal | 362 | 230 | 354 | 0 | 45 | 2 | 5 | 460 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11101100 | 0 | 100101 | 10 | 101 | 100110000 | 1001110 | 1001101 |
Color Harmonies of #F298EC
Complementary color
Monochromatic Colors of #F298EC
Black with #F298EC
Text Example
Text Example
White with #F298EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298EC; }
p { color: rgb(242,152,236); }
H1.HeaderClassName
{
color: #F298EC;
}
.AnyTagClassName
{
color: #F298EC;
}
</style>
background-color css
<style>
a { background-color: #F298EC; }
a { background-color: rgb(242,152,236); }
div.DivClassName
{
background-color: #F298EC;
}
.BgClassName
{
background-color: #F298EC;
}
</style>
border-color css
<style>
span { border-color: #F298EC; }
span { border-color: rgb(242,152,236); }
td.TdClassName
{
border-color: #F298EC;
}
.TagClassName
{
border-color: #F298EC;
}
</style>