Shades of Lavender Rose #F897DB
Tints of Lavender Rose #F897DB
RGB
CMYK
RGB Variations
Color information
#F897DB (or 0xF897DB) is known color: Lavender Rose. HEX triplet: F8, 97 and DB. RGB value is (248,151,219). Sum of RGB (Red+Green+Blue) = 248+151+219=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 248 - color contains mainly: red. Hex color #F897DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F897DB is #076824. Grayscale: #BBBBBB. Windows color (decimal): -485413 or 14391288. OLE color: 14391288.
HSL color Cylindrical-coordinate representation of color #F897DB: hue angle of 317.94º 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 #F897DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.03 |
| HSL | 317.94º | 0.87% | 0.78% | - |
| HSV(B) | 317.94º | 0.39% | 0.97% | - |
| XYZ | 62.56 | 47.2 | 72.83 | - |
| YUV | 187.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 219 | 0 | 0.39 | 0.12 | 0.03 | 317.94 | 0.87 | 0.78 |
| Hex | F8 | 97 | DB | 0 | 27 | C | 3 | 13E | 57 | 4E |
| Octal | 370 | 227 | 333 | 0 | 47 | 14 | 3 | 476 | 127 | 116 |
| Binary | 11111000 | 10010111 | 11011011 | 0 | 100111 | 1100 | 11 | 100111110 | 1010111 | 1001110 |
Color Harmonies of #F897DB
Complementary color
Monochromatic Colors of #F897DB
Black with #F897DB
Text Example
Text Example
White with #F897DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897DB; }
p { color: rgb(248,151,219); }
H1.HeaderClassName
{
color: #F897DB;
}
.AnyTagClassName
{
color: #F897DB;
}
</style>
background-color css
<style>
a { background-color: #F897DB; }
a { background-color: rgb(248,151,219); }
div.DivClassName
{
background-color: #F897DB;
}
.BgClassName
{
background-color: #F897DB;
}
</style>
border-color css
<style>
span { border-color: #F897DB; }
span { border-color: rgb(248,151,219); }
td.TdClassName
{
border-color: #F897DB;
}
.TagClassName
{
border-color: #F897DB;
}
</style>