Shades of Lavender Rose #F297EB
Tints of Lavender Rose #F297EB
RGB
CMYK
RGB Variations
Color information
#F297EB (or 0xF297EB) is known color: Lavender Rose. HEX triplet: F2, 97 and EB. RGB value is (242,151,235). Sum of RGB (Red+Green+Blue) = 242+151+235=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F297EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297EB is #0D6814. Grayscale: #BBBBBB. Windows color (decimal): -878613 or 15439858. OLE color: 15439858.
HSL color Cylindrical-coordinate representation of color #F297EB: hue angle of 304.62º 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 #F297EB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 151 | 235 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.05 |
| HSL | 304.62º | 0.78% | 0.77% | - |
| HSV(B) | 304.62º | 0.38% | 0.95% | - |
| XYZ | 62.68 | 47.01 | 84.37 | - |
| YUV | 187.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 235 | 0 | 0.38 | 0.03 | 0.05 | 304.62 | 0.78 | 0.77 |
| Hex | F2 | 97 | EB | 0 | 26 | 3 | 5 | 131 | 4E | 4D |
| Octal | 362 | 227 | 353 | 0 | 46 | 3 | 5 | 461 | 116 | 115 |
| Binary | 11110010 | 10010111 | 11101011 | 0 | 100110 | 11 | 101 | 100110001 | 1001110 | 1001101 |
Color Harmonies of #F297EB
Complementary color
Monochromatic Colors of #F297EB
Black with #F297EB
Text Example
Text Example
White with #F297EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297EB; }
p { color: rgb(242,151,235); }
H1.HeaderClassName
{
color: #F297EB;
}
.AnyTagClassName
{
color: #F297EB;
}
</style>
background-color css
<style>
a { background-color: #F297EB; }
a { background-color: rgb(242,151,235); }
div.DivClassName
{
background-color: #F297EB;
}
.BgClassName
{
background-color: #F297EB;
}
</style>
border-color css
<style>
span { border-color: #F297EB; }
span { border-color: rgb(242,151,235); }
td.TdClassName
{
border-color: #F297EB;
}
.TagClassName
{
border-color: #F297EB;
}
</style>