Shades of Lavender Rose #F89EE2
Tints of Lavender Rose #F89EE2
RGB
CMYK
RGB Variations
Color information
#F89EE2 (or 0xF89EE2) is known color: Lavender Rose. HEX triplet: F8, 9E and E2. RGB value is (248,158,226). Sum of RGB (Red+Green+Blue) = 248+158+226=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EE2 is #07611D. Grayscale: #C0C0C0. Windows color (decimal): -483614 or 14851832. OLE color: 14851832.
HSL color Cylindrical-coordinate representation of color #F89EE2: hue angle of 314.67º 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 #F89EE2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 226 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.03 |
| HSL | 314.67º | 0.87% | 0.8% | - |
| HSV(B) | 314.67º | 0.36% | 0.97% | - |
| XYZ | 64.67 | 49.9 | 78.18 | - |
| YUV | 192.66 | 146.82 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 226 | 0 | 0.36 | 0.09 | 0.03 | 314.67 | 0.87 | 0.8 |
| Hex | F8 | 9E | E2 | 0 | 24 | 9 | 3 | 13B | 57 | 50 |
| Octal | 370 | 236 | 342 | 0 | 44 | 11 | 3 | 473 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11100010 | 0 | 100100 | 1001 | 11 | 100111011 | 1010111 | 1010000 |
Color Harmonies of #F89EE2
Complementary color
Monochromatic Colors of #F89EE2
Black with #F89EE2
Text Example
Text Example
White with #F89EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89EE2; }
p { color: rgb(248,158,226); }
H1.HeaderClassName
{
color: #F89EE2;
}
.AnyTagClassName
{
color: #F89EE2;
}
</style>
background-color css
<style>
a { background-color: #F89EE2; }
a { background-color: rgb(248,158,226); }
div.DivClassName
{
background-color: #F89EE2;
}
.BgClassName
{
background-color: #F89EE2;
}
</style>
border-color css
<style>
span { border-color: #F89EE2; }
span { border-color: rgb(248,158,226); }
td.TdClassName
{
border-color: #F89EE2;
}
.TagClassName
{
border-color: #F89EE2;
}
</style>