Shades of Lavender Rose #F89BEC
Tints of Lavender Rose #F89BEC
RGB
CMYK
RGB Variations
Color information
#F89BEC (or 0xF89BEC) is known color: Lavender Rose. HEX triplet: F8, 9B and EC. RGB value is (248,155,236). Sum of RGB (Red+Green+Blue) = 248+155+236=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 155 (60.94% from 255 or 24.26% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F89BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BEC is #076413. Grayscale: #BFBFBF. Windows color (decimal): -484372 or 15506424. OLE color: 15506424.
HSL color Cylindrical-coordinate representation of color #F89BEC: hue angle of 307.74º 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 #F89BEC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 236 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.03 |
| HSL | 307.74º | 0.87% | 0.79% | - |
| HSV(B) | 307.74º | 0.38% | 0.97% | - |
| XYZ | 65.57 | 49.46 | 85.45 | - |
| YUV | 192.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 236 | 0 | 0.38 | 0.05 | 0.03 | 307.74 | 0.87 | 0.79 |
| Hex | F8 | 9B | EC | 0 | 26 | 5 | 3 | 134 | 57 | 4F |
| Octal | 370 | 233 | 354 | 0 | 46 | 5 | 3 | 464 | 127 | 117 |
| Binary | 11111000 | 10011011 | 11101100 | 0 | 100110 | 101 | 11 | 100110100 | 1010111 | 1001111 |
Color Harmonies of #F89BEC
Complementary color
Monochromatic Colors of #F89BEC
Black with #F89BEC
Text Example
Text Example
White with #F89BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BEC; }
p { color: rgb(248,155,236); }
H1.HeaderClassName
{
color: #F89BEC;
}
.AnyTagClassName
{
color: #F89BEC;
}
</style>
background-color css
<style>
a { background-color: #F89BEC; }
a { background-color: rgb(248,155,236); }
div.DivClassName
{
background-color: #F89BEC;
}
.BgClassName
{
background-color: #F89BEC;
}
</style>
border-color css
<style>
span { border-color: #F89BEC; }
span { border-color: rgb(248,155,236); }
td.TdClassName
{
border-color: #F89BEC;
}
.TagClassName
{
border-color: #F89BEC;
}
</style>