Shades of Lavender Rose #F89FEE
Tints of Lavender Rose #F89FEE
RGB
CMYK
RGB Variations
Color information
#F89FEE (or 0xF89FEE) is known color: Lavender Rose. HEX triplet: F8, 9F and EE. RGB value is (248,159,238). Sum of RGB (Red+Green+Blue) = 248+159+238=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 159 (62.5% from 255 or 24.65% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FEE is #076011. Grayscale: #C2C2C2. Windows color (decimal): -483346 or 15638520. OLE color: 15638520.
HSL color Cylindrical-coordinate representation of color #F89FEE: hue angle of 306.74º 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 #F89FEE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 238 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.03 |
| HSL | 306.74º | 0.86% | 0.8% | - |
| HSV(B) | 306.74º | 0.36% | 0.97% | - |
| XYZ | 66.54 | 50.93 | 87.21 | - |
| YUV | 194.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 238 | 0 | 0.36 | 0.04 | 0.03 | 306.74 | 0.86 | 0.8 |
| Hex | F8 | 9F | EE | 0 | 24 | 4 | 3 | 133 | 56 | 50 |
| Octal | 370 | 237 | 356 | 0 | 44 | 4 | 3 | 463 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11101110 | 0 | 100100 | 100 | 11 | 100110011 | 1010110 | 1010000 |
Color Harmonies of #F89FEE
Complementary color
Monochromatic Colors of #F89FEE
Black with #F89FEE
Text Example
Text Example
White with #F89FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FEE; }
p { color: rgb(248,159,238); }
H1.HeaderClassName
{
color: #F89FEE;
}
.AnyTagClassName
{
color: #F89FEE;
}
</style>
background-color css
<style>
a { background-color: #F89FEE; }
a { background-color: rgb(248,159,238); }
div.DivClassName
{
background-color: #F89FEE;
}
.BgClassName
{
background-color: #F89FEE;
}
</style>
border-color css
<style>
span { border-color: #F89FEE; }
span { border-color: rgb(248,159,238); }
td.TdClassName
{
border-color: #F89FEE;
}
.TagClassName
{
border-color: #F89FEE;
}
</style>