Shades of Lavender Rose #F89EDA
Tints of Lavender Rose #F89EDA
RGB
CMYK
RGB Variations
Color information
#F89EDA (or 0xF89EDA) is known color: Lavender Rose. HEX triplet: F8, 9E and DA. RGB value is (248,158,218). Sum of RGB (Red+Green+Blue) = 248+158+218=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EDA is #076125. Grayscale: #BFBFBF. Windows color (decimal): -483622 or 14327544. OLE color: 14327544.
HSL color Cylindrical-coordinate representation of color #F89EDA: hue angle of 320º degrees, saturation: 0.87, 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 #F89EDA is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 218 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.03 |
| HSL | 320º | 0.87% | 0.8% | - |
| HSV(B) | 320º | 0.36% | 0.97% | - |
| XYZ | 63.59 | 49.47 | 72.53 | - |
| YUV | 191.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 218 | 0 | 0.36 | 0.12 | 0.03 | 320 | 0.87 | 0.8 |
| Hex | F8 | 9E | DA | 0 | 24 | C | 3 | 140 | 57 | 50 |
| Octal | 370 | 236 | 332 | 0 | 44 | 14 | 3 | 500 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11011010 | 0 | 100100 | 1100 | 11 | 101000000 | 1010111 | 1010000 |
Color Harmonies of #F89EDA
Complementary color
Monochromatic Colors of #F89EDA
Black with #F89EDA
Text Example
Text Example
White with #F89EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89EDA; }
p { color: rgb(248,158,218); }
H1.HeaderClassName
{
color: #F89EDA;
}
.AnyTagClassName
{
color: #F89EDA;
}
</style>
background-color css
<style>
a { background-color: #F89EDA; }
a { background-color: rgb(248,158,218); }
div.DivClassName
{
background-color: #F89EDA;
}
.BgClassName
{
background-color: #F89EDA;
}
</style>
border-color css
<style>
span { border-color: #F89EDA; }
span { border-color: rgb(248,158,218); }
td.TdClassName
{
border-color: #F89EDA;
}
.TagClassName
{
border-color: #F89EDA;
}
</style>