Shades of Lavender Rose #F89EF2
Tints of Lavender Rose #F89EF2
RGB
CMYK
RGB Variations
Color information
#F89EF2 (or 0xF89EF2) is known color: Lavender Rose. HEX triplet: F8, 9E and F2. RGB value is (248,158,242). Sum of RGB (Red+Green+Blue) = 248+158+242=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89EF2 is #07610D. Grayscale: #C2C2C2. Windows color (decimal): -483598 or 15900408. OLE color: 15900408.
HSL color Cylindrical-coordinate representation of color #F89EF2: hue angle of 304º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F89EF2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 242 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.03 |
| HSL | 304º | 0.87% | 0.8% | - |
| HSV(B) | 304º | 0.36% | 0.97% | - |
| XYZ | 66.97 | 50.82 | 90.28 | - |
| YUV | 194.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 242 | 0 | 0.36 | 0.02 | 0.03 | 304 | 0.87 | 0.8 |
| Hex | F8 | 9E | F2 | 0 | 24 | 2 | 3 | 130 | 57 | 50 |
| Octal | 370 | 236 | 362 | 0 | 44 | 2 | 3 | 460 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11110010 | 0 | 100100 | 10 | 11 | 100110000 | 1010111 | 1010000 |
Color Harmonies of #F89EF2
Complementary color
Monochromatic Colors of #F89EF2
Black with #F89EF2
Text Example
Text Example
White with #F89EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89EF2; }
p { color: rgb(248,158,242); }
H1.HeaderClassName
{
color: #F89EF2;
}
.AnyTagClassName
{
color: #F89EF2;
}
</style>
background-color css
<style>
a { background-color: #F89EF2; }
a { background-color: rgb(248,158,242); }
div.DivClassName
{
background-color: #F89EF2;
}
.BgClassName
{
background-color: #F89EF2;
}
</style>
border-color css
<style>
span { border-color: #F89EF2; }
span { border-color: rgb(248,158,242); }
td.TdClassName
{
border-color: #F89EF2;
}
.TagClassName
{
border-color: #F89EF2;
}
</style>