Shades of Lavender Rose #F899DB
Tints of Lavender Rose #F899DB
RGB
CMYK
RGB Variations
Color information
#F899DB (or 0xF899DB) is known color: Lavender Rose. HEX triplet: F8, 99 and DB. RGB value is (248,153,219). Sum of RGB (Red+Green+Blue) = 248+153+219=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F899DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899DB is #076624. Grayscale: #BCBCBC. Windows color (decimal): -484901 or 14391800. OLE color: 14391800.
HSL color Cylindrical-coordinate representation of color #F899DB: hue angle of 318.32º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899DB is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 219 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.03 |
| HSL | 318.32º | 0.87% | 0.79% | - |
| HSV(B) | 318.32º | 0.38% | 0.97% | - |
| XYZ | 62.89 | 47.85 | 72.94 | - |
| YUV | 188.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 219 | 0 | 0.38 | 0.12 | 0.03 | 318.32 | 0.87 | 0.79 |
| Hex | F8 | 99 | DB | 0 | 26 | C | 3 | 13E | 57 | 4F |
| Octal | 370 | 231 | 333 | 0 | 46 | 14 | 3 | 476 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11011011 | 0 | 100110 | 1100 | 11 | 100111110 | 1010111 | 1001111 |
Color Harmonies of #F899DB
Complementary color
Monochromatic Colors of #F899DB
Black with #F899DB
Text Example
Text Example
White with #F899DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899DB; }
p { color: rgb(248,153,219); }
H1.HeaderClassName
{
color: #F899DB;
}
.AnyTagClassName
{
color: #F899DB;
}
</style>
background-color css
<style>
a { background-color: #F899DB; }
a { background-color: rgb(248,153,219); }
div.DivClassName
{
background-color: #F899DB;
}
.BgClassName
{
background-color: #F899DB;
}
</style>
border-color css
<style>
span { border-color: #F899DB; }
span { border-color: rgb(248,153,219); }
td.TdClassName
{
border-color: #F899DB;
}
.TagClassName
{
border-color: #F899DB;
}
</style>