Shades of Lavender Rose #F89BE1
Tints of Lavender Rose #F89BE1
RGB
CMYK
RGB Variations
Color information
#F89BE1 (or 0xF89BE1) is known color: Lavender Rose. HEX triplet: F8, 9B and E1. RGB value is (248,155,225). Sum of RGB (Red+Green+Blue) = 248+155+225=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89BE1 is #07641E. Grayscale: #BEBEBE. Windows color (decimal): -484383 or 14785528. OLE color: 14785528.
HSL color Cylindrical-coordinate representation of color #F89BE1: hue angle of 314.84º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BE1 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 225 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.03 |
| HSL | 314.84º | 0.87% | 0.79% | - |
| HSV(B) | 314.84º | 0.38% | 0.97% | - |
| XYZ | 64.02 | 48.84 | 77.29 | - |
| YUV | 190.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 225 | 0 | 0.38 | 0.09 | 0.03 | 314.84 | 0.87 | 0.79 |
| Hex | F8 | 9B | E1 | 0 | 26 | 9 | 3 | 13B | 57 | 4F |
| Octal | 370 | 233 | 341 | 0 | 46 | 11 | 3 | 473 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11100001 | 0 | 100110 | 1001 | 11 | 100111011 | 1010111 | 1001111 |
Color Harmonies of #F89BE1
Complementary color
Monochromatic Colors of #F89BE1
Black with #F89BE1
Text Example
Text Example
White with #F89BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BE1; }
p { color: rgb(248,155,225); }
H1.HeaderClassName
{
color: #F89BE1;
}
.AnyTagClassName
{
color: #F89BE1;
}
</style>
background-color css
<style>
a { background-color: #F89BE1; }
a { background-color: rgb(248,155,225); }
div.DivClassName
{
background-color: #F89BE1;
}
.BgClassName
{
background-color: #F89BE1;
}
</style>
border-color css
<style>
span { border-color: #F89BE1; }
span { border-color: rgb(248,155,225); }
td.TdClassName
{
border-color: #F89BE1;
}
.TagClassName
{
border-color: #F89BE1;
}
</style>