Shades of Lavender Rose #F89FE2
Tints of Lavender Rose #F89FE2
RGB
CMYK
RGB Variations
Color information
#F89FE2 (or 0xF89FE2) is known color: Lavender Rose. HEX triplet: F8, 9F and E2. RGB value is (248,159,226). Sum of RGB (Red+Green+Blue) = 248+159+226=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FE2 is #07601D. Grayscale: #C1C1C1. Windows color (decimal): -483358 or 14852088. OLE color: 14852088.
HSL color Cylindrical-coordinate representation of color #F89FE2: hue angle of 314.83º degrees, saturation: 0.86, 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 #F89FE2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 226 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.03 |
| HSL | 314.83º | 0.86% | 0.8% | - |
| HSV(B) | 314.83º | 0.36% | 0.97% | - |
| XYZ | 64.84 | 50.24 | 78.23 | - |
| YUV | 193.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 226 | 0 | 0.36 | 0.09 | 0.03 | 314.83 | 0.86 | 0.8 |
| Hex | F8 | 9F | E2 | 0 | 24 | 9 | 3 | 13B | 56 | 50 |
| Octal | 370 | 237 | 342 | 0 | 44 | 11 | 3 | 473 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11100010 | 0 | 100100 | 1001 | 11 | 100111011 | 1010110 | 1010000 |
Color Harmonies of #F89FE2
Complementary color
Monochromatic Colors of #F89FE2
Black with #F89FE2
Text Example
Text Example
White with #F89FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FE2; }
p { color: rgb(248,159,226); }
H1.HeaderClassName
{
color: #F89FE2;
}
.AnyTagClassName
{
color: #F89FE2;
}
</style>
background-color css
<style>
a { background-color: #F89FE2; }
a { background-color: rgb(248,159,226); }
div.DivClassName
{
background-color: #F89FE2;
}
.BgClassName
{
background-color: #F89FE2;
}
</style>
border-color css
<style>
span { border-color: #F89FE2; }
span { border-color: rgb(248,159,226); }
td.TdClassName
{
border-color: #F89FE2;
}
.TagClassName
{
border-color: #F89FE2;
}
</style>