Shades of Lavender Rose #F89EDB
Tints of Lavender Rose #F89EDB
RGB
CMYK
RGB Variations
Color information
#F89EDB (or 0xF89EDB) is known color: Lavender Rose. HEX triplet: F8, 9E and DB. RGB value is (248,158,219). Sum of RGB (Red+Green+Blue) = 248+158+219=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F89EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F89EDB is #076124. Grayscale: #BFBFBF. Windows color (decimal): -483621 or 14393080. OLE color: 14393080.
HSL color Cylindrical-coordinate representation of color #F89EDB: hue angle of 319.33º 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 #F89EDB is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 158 | 219 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.03 |
| HSL | 319.33º | 0.87% | 0.8% | - |
| HSV(B) | 319.33º | 0.36% | 0.97% | - |
| XYZ | 63.72 | 49.52 | 73.22 | - |
| YUV | 191.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 158 | 219 | 0 | 0.36 | 0.12 | 0.03 | 319.33 | 0.87 | 0.8 |
| Hex | F8 | 9E | DB | 0 | 24 | C | 3 | 13F | 57 | 50 |
| Octal | 370 | 236 | 333 | 0 | 44 | 14 | 3 | 477 | 127 | 120 |
| Binary | 11111000 | 10011110 | 11011011 | 0 | 100100 | 1100 | 11 | 100111111 | 1010111 | 1010000 |
Color Harmonies of #F89EDB
Complementary color
Monochromatic Colors of #F89EDB
Black with #F89EDB
Text Example
Text Example
White with #F89EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89EDB; }
p { color: rgb(248,158,219); }
H1.HeaderClassName
{
color: #F89EDB;
}
.AnyTagClassName
{
color: #F89EDB;
}
</style>
background-color css
<style>
a { background-color: #F89EDB; }
a { background-color: rgb(248,158,219); }
div.DivClassName
{
background-color: #F89EDB;
}
.BgClassName
{
background-color: #F89EDB;
}
</style>
border-color css
<style>
span { border-color: #F89EDB; }
span { border-color: rgb(248,158,219); }
td.TdClassName
{
border-color: #F89EDB;
}
.TagClassName
{
border-color: #F89EDB;
}
</style>