Shades of Lavender Rose #F89ED7
Tints of Lavender Rose #F89ED7
RGB
CMYK
RGB Variations
Color information
#F89ED7 (or 0xF89ED7) is known color: Lavender Rose. HEX triplet: F8, 9E and D7. RGB value is (248,158,215). Sum of RGB (Red+Green+Blue) = 248+158+215=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F89ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89ED7 is #076128. Grayscale: #BFBFBF. Windows color (decimal): -483625 or 14130936. OLE color: 14130936.
HSL color Cylindrical-coordinate representation of color #F89ED7: hue angle of 322º 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 #F89ED7 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 215 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.03 |
| HSL | 322º | 0.87% | 0.8% | - |
| HSV(B) | 322º | 0.36% | 0.97% | - |
| XYZ | 63.2 | 49.32 | 70.48 | - |
| YUV | 191.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 215 | 0 | 0.36 | 0.13 | 0.03 | 322 | 0.87 | 0.8 |
| Hex | F8 | 9E | D7 | 0 | 24 | D | 3 | 142 | 57 | 50 |
| Octal | 370 | 236 | 327 | 0 | 44 | 15 | 3 | 502 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11010111 | 0 | 100100 | 1101 | 11 | 101000010 | 1010111 | 1010000 |
Color Harmonies of #F89ED7
Complementary color
Monochromatic Colors of #F89ED7
Black with #F89ED7
Text Example
Text Example
White with #F89ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89ED7; }
p { color: rgb(248,158,215); }
H1.HeaderClassName
{
color: #F89ED7;
}
.AnyTagClassName
{
color: #F89ED7;
}
</style>
background-color css
<style>
a { background-color: #F89ED7; }
a { background-color: rgb(248,158,215); }
div.DivClassName
{
background-color: #F89ED7;
}
.BgClassName
{
background-color: #F89ED7;
}
</style>
border-color css
<style>
span { border-color: #F89ED7; }
span { border-color: rgb(248,158,215); }
td.TdClassName
{
border-color: #F89ED7;
}
.TagClassName
{
border-color: #F89ED7;
}
</style>