Shades of Lavender Rose #F894DC
Tints of Lavender Rose #F894DC
RGB
CMYK
RGB Variations
Color information
#F894DC (or 0xF894DC) is known color: Lavender Rose. HEX triplet: F8, 94 and DC. RGB value is (248,148,220). Sum of RGB (Red+Green+Blue) = 248+148+220=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F894DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F894DC is #076B23. Grayscale: #B9B9B9. Windows color (decimal): -486180 or 14456056. OLE color: 14456056.
HSL color Cylindrical-coordinate representation of color #F894DC: hue angle of 316.8º 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 #F894DC is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 220 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.03 |
| HSL | 316.8º | 0.88% | 0.78% | - |
| HSV(B) | 316.8º | 0.4% | 0.97% | - |
| XYZ | 62.22 | 46.3 | 73.37 | - |
| YUV | 186.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 220 | 0 | 0.40 | 0.11 | 0.03 | 316.8 | 0.88 | 0.78 |
| Hex | F8 | 94 | DC | 0 | 28 | B | 3 | 13D | 58 | 4E |
| Octal | 370 | 224 | 334 | 0 | 50 | 13 | 3 | 475 | 130 | 116 |
| Binary | 11111000 | 10010100 | 11011100 | 0 | 101000 | 1011 | 11 | 100111101 | 1011000 | 1001110 |
Color Harmonies of #F894DC
Complementary color
Monochromatic Colors of #F894DC
Black with #F894DC
Text Example
Text Example
White with #F894DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F894DC; }
p { color: rgb(248,148,220); }
H1.HeaderClassName
{
color: #F894DC;
}
.AnyTagClassName
{
color: #F894DC;
}
</style>
background-color css
<style>
a { background-color: #F894DC; }
a { background-color: rgb(248,148,220); }
div.DivClassName
{
background-color: #F894DC;
}
.BgClassName
{
background-color: #F894DC;
}
</style>
border-color css
<style>
span { border-color: #F894DC; }
span { border-color: rgb(248,148,220); }
td.TdClassName
{
border-color: #F894DC;
}
.TagClassName
{
border-color: #F894DC;
}
</style>