Shades of Lavender Rose #F89FF2
Tints of Lavender Rose #F89FF2
RGB
CMYK
RGB Variations
Color information
#F89FF2 (or 0xF89FF2) is known color: Lavender Rose. HEX triplet: F8, 9F and F2. RGB value is (248,159,242). Sum of RGB (Red+Green+Blue) = 248+159+242=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FF2 is #07600D. Grayscale: #C2C2C2. Windows color (decimal): -483342 or 15900664. OLE color: 15900664.
HSL color Cylindrical-coordinate representation of color #F89FF2: hue angle of 304.04º 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 #F89FF2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 242 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.03 |
| HSL | 304.05º | 0.86% | 0.8% | - |
| HSV(B) | 304.05º | 0.36% | 0.97% | - |
| XYZ | 67.14 | 51.16 | 90.34 | - |
| YUV | 195.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 242 | 0 | 0.36 | 0.02 | 0.03 | 304.05 | 0.86 | 0.8 |
| Hex | F8 | 9F | F2 | 0 | 24 | 2 | 3 | 130 | 56 | 50 |
| Octal | 370 | 237 | 362 | 0 | 44 | 2 | 3 | 460 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11110010 | 0 | 100100 | 10 | 11 | 100110000 | 1010110 | 1010000 |
Color Harmonies of #F89FF2
Complementary color
Monochromatic Colors of #F89FF2
Black with #F89FF2
Text Example
Text Example
White with #F89FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FF2; }
p { color: rgb(248,159,242); }
H1.HeaderClassName
{
color: #F89FF2;
}
.AnyTagClassName
{
color: #F89FF2;
}
</style>
background-color css
<style>
a { background-color: #F89FF2; }
a { background-color: rgb(248,159,242); }
div.DivClassName
{
background-color: #F89FF2;
}
.BgClassName
{
background-color: #F89FF2;
}
</style>
border-color css
<style>
span { border-color: #F89FF2; }
span { border-color: rgb(248,159,242); }
td.TdClassName
{
border-color: #F89FF2;
}
.TagClassName
{
border-color: #F89FF2;
}
</style>