Shades of Lavender Rose #F89FE1
Tints of Lavender Rose #F89FE1
RGB
CMYK
RGB Variations
Color information
#F89FE1 (or 0xF89FE1) is known color: Lavender Rose. HEX triplet: F8, 9F and E1. RGB value is (248,159,225). Sum of RGB (Red+Green+Blue) = 248+159+225=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89FE1 is #07601E. Grayscale: #C0C0C0. Windows color (decimal): -483359 or 14786552. OLE color: 14786552.
HSL color Cylindrical-coordinate representation of color #F89FE1: hue angle of 315.51º 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 #F89FE1 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 225 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.03 |
| HSL | 315.51º | 0.86% | 0.8% | - |
| HSV(B) | 315.51º | 0.36% | 0.97% | - |
| XYZ | 64.7 | 50.19 | 77.51 | - |
| YUV | 193.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 225 | 0 | 0.36 | 0.09 | 0.03 | 315.51 | 0.86 | 0.8 |
| Hex | F8 | 9F | E1 | 0 | 24 | 9 | 3 | 13C | 56 | 50 |
| Octal | 370 | 237 | 341 | 0 | 44 | 11 | 3 | 474 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11100001 | 0 | 100100 | 1001 | 11 | 100111100 | 1010110 | 1010000 |
Color Harmonies of #F89FE1
Complementary color
Monochromatic Colors of #F89FE1
Black with #F89FE1
Text Example
Text Example
White with #F89FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FE1; }
p { color: rgb(248,159,225); }
H1.HeaderClassName
{
color: #F89FE1;
}
.AnyTagClassName
{
color: #F89FE1;
}
</style>
background-color css
<style>
a { background-color: #F89FE1; }
a { background-color: rgb(248,159,225); }
div.DivClassName
{
background-color: #F89FE1;
}
.BgClassName
{
background-color: #F89FE1;
}
</style>
border-color css
<style>
span { border-color: #F89FE1; }
span { border-color: rgb(248,159,225); }
td.TdClassName
{
border-color: #F89FE1;
}
.TagClassName
{
border-color: #F89FE1;
}
</style>