Shades of Lavender Rose #F89FEA
Tints of Lavender Rose #F89FEA
RGB
CMYK
RGB Variations
Color information
#F89FEA (or 0xF89FEA) is known color: Lavender Rose. HEX triplet: F8, 9F and EA. RGB value is (248,159,234). Sum of RGB (Red+Green+Blue) = 248+159+234=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F89FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FEA is #076015. Grayscale: #C1C1C1. Windows color (decimal): -483350 or 15376376. OLE color: 15376376.
HSL color Cylindrical-coordinate representation of color #F89FEA: hue angle of 309.44º 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 #F89FEA is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 234 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.03 |
| HSL | 309.44º | 0.86% | 0.8% | - |
| HSV(B) | 309.44º | 0.36% | 0.97% | - |
| XYZ | 65.96 | 50.69 | 84.15 | - |
| YUV | 194.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 234 | 0 | 0.36 | 0.06 | 0.03 | 309.44 | 0.86 | 0.8 |
| Hex | F8 | 9F | EA | 0 | 24 | 6 | 3 | 135 | 56 | 50 |
| Octal | 370 | 237 | 352 | 0 | 44 | 6 | 3 | 465 | 126 | 120 |
| Binary | 11111000 | 10011111 | 11101010 | 0 | 100100 | 110 | 11 | 100110101 | 1010110 | 1010000 |
Color Harmonies of #F89FEA
Complementary color
Monochromatic Colors of #F89FEA
Black with #F89FEA
Text Example
Text Example
White with #F89FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FEA; }
p { color: rgb(248,159,234); }
H1.HeaderClassName
{
color: #F89FEA;
}
.AnyTagClassName
{
color: #F89FEA;
}
</style>
background-color css
<style>
a { background-color: #F89FEA; }
a { background-color: rgb(248,159,234); }
div.DivClassName
{
background-color: #F89FEA;
}
.BgClassName
{
background-color: #F89FEA;
}
</style>
border-color css
<style>
span { border-color: #F89FEA; }
span { border-color: rgb(248,159,234); }
td.TdClassName
{
border-color: #F89FEA;
}
.TagClassName
{
border-color: #F89FEA;
}
</style>