Shades of Lavender Rose #F89FE6
Tints of Lavender Rose #F89FE6
RGB
CMYK
RGB Variations
Color information
#F89FE6 (or 0xF89FE6) is known color: Lavender Rose. HEX triplet: F8, 9F and E6. RGB value is (248,159,230). Sum of RGB (Red+Green+Blue) = 248+159+230=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FE6 is #076019. Grayscale: #C1C1C1. Windows color (decimal): -483354 or 15114232. OLE color: 15114232.
HSL color Cylindrical-coordinate representation of color #F89FE6: hue angle of 312.13º 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 #F89FE6 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 230 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.03 |
| HSL | 312.13º | 0.86% | 0.8% | - |
| HSV(B) | 312.13º | 0.36% | 0.97% | - |
| XYZ | 65.39 | 50.47 | 81.16 | - |
| YUV | 193.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 230 | 0 | 0.36 | 0.07 | 0.03 | 312.13 | 0.86 | 0.8 |
| Hex | F8 | 9F | E6 | 0 | 24 | 7 | 3 | 138 | 56 | 50 |
| Octal | 370 | 237 | 346 | 0 | 44 | 7 | 3 | 470 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11100110 | 0 | 100100 | 111 | 11 | 100111000 | 1010110 | 1010000 |
Color Harmonies of #F89FE6
Complementary color
Monochromatic Colors of #F89FE6
Black with #F89FE6
Text Example
Text Example
White with #F89FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FE6; }
p { color: rgb(248,159,230); }
H1.HeaderClassName
{
color: #F89FE6;
}
.AnyTagClassName
{
color: #F89FE6;
}
</style>
background-color css
<style>
a { background-color: #F89FE6; }
a { background-color: rgb(248,159,230); }
div.DivClassName
{
background-color: #F89FE6;
}
.BgClassName
{
background-color: #F89FE6;
}
</style>
border-color css
<style>
span { border-color: #F89FE6; }
span { border-color: rgb(248,159,230); }
td.TdClassName
{
border-color: #F89FE6;
}
.TagClassName
{
border-color: #F89FE6;
}
</style>