Shades of Lavender Rose #F894DB
Tints of Lavender Rose #F894DB
RGB
CMYK
RGB Variations
Color information
#F894DB (or 0xF894DB) is known color: Lavender Rose. HEX triplet: F8, 94 and DB. RGB value is (248,148,219). Sum of RGB (Red+Green+Blue) = 248+148+219=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 148 (58.20% from 255 or 24.07% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F894DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894DB is #076B24. Grayscale: #B9B9B9. Windows color (decimal): -486181 or 14390520. OLE color: 14390520.
HSL color Cylindrical-coordinate representation of color #F894DB: hue angle of 317.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894DB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 219 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.03 |
| HSL | 317.4º | 0.88% | 0.78% | - |
| HSV(B) | 317.4º | 0.4% | 0.97% | - |
| XYZ | 62.09 | 46.25 | 72.67 | - |
| YUV | 185.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 219 | 0 | 0.40 | 0.12 | 0.03 | 317.4 | 0.88 | 0.78 |
| Hex | F8 | 94 | DB | 0 | 28 | C | 3 | 13D | 58 | 4E |
| Octal | 370 | 224 | 333 | 0 | 50 | 14 | 3 | 475 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11011011 | 0 | 101000 | 1100 | 11 | 100111101 | 1011000 | 1001110 |
Color Harmonies of #F894DB
Complementary color
Monochromatic Colors of #F894DB
Black with #F894DB
Text Example
Text Example
White with #F894DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894DB; }
p { color: rgb(248,148,219); }
H1.HeaderClassName
{
color: #F894DB;
}
.AnyTagClassName
{
color: #F894DB;
}
</style>
background-color css
<style>
a { background-color: #F894DB; }
a { background-color: rgb(248,148,219); }
div.DivClassName
{
background-color: #F894DB;
}
.BgClassName
{
background-color: #F894DB;
}
</style>
border-color css
<style>
span { border-color: #F894DB; }
span { border-color: rgb(248,148,219); }
td.TdClassName
{
border-color: #F894DB;
}
.TagClassName
{
border-color: #F894DB;
}
</style>