Shades of Lavender Rose #F898DB
Tints of Lavender Rose #F898DB
RGB
CMYK
RGB Variations
Color information
#F898DB (or 0xF898DB) is known color: Lavender Rose. HEX triplet: F8, 98 and DB. RGB value is (248,152,219). Sum of RGB (Red+Green+Blue) = 248+152+219=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F898DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898DB is #076724. Grayscale: #BCBCBC. Windows color (decimal): -485157 or 14391544. OLE color: 14391544.
HSL color Cylindrical-coordinate representation of color #F898DB: hue angle of 318.12º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.03 |
| HSL | 318.13º | 0.87% | 0.78% | - |
| HSV(B) | 318.13º | 0.39% | 0.97% | - |
| XYZ | 62.73 | 47.53 | 72.89 | - |
| YUV | 188.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 219 | 0 | 0.39 | 0.12 | 0.03 | 318.13 | 0.87 | 0.78 |
| Hex | F8 | 98 | DB | 0 | 27 | C | 3 | 13E | 57 | 4E |
| Octal | 370 | 230 | 333 | 0 | 47 | 14 | 3 | 476 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11011011 | 0 | 100111 | 1100 | 11 | 100111110 | 1010111 | 1001110 |
Color Harmonies of #F898DB
Complementary color
Monochromatic Colors of #F898DB
Black with #F898DB
Text Example
Text Example
White with #F898DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898DB; }
p { color: rgb(248,152,219); }
H1.HeaderClassName
{
color: #F898DB;
}
.AnyTagClassName
{
color: #F898DB;
}
</style>
background-color css
<style>
a { background-color: #F898DB; }
a { background-color: rgb(248,152,219); }
div.DivClassName
{
background-color: #F898DB;
}
.BgClassName
{
background-color: #F898DB;
}
</style>
border-color css
<style>
span { border-color: #F898DB; }
span { border-color: rgb(248,152,219); }
td.TdClassName
{
border-color: #F898DB;
}
.TagClassName
{
border-color: #F898DB;
}
</style>