Shades of Lavender Rose #F896DE
Tints of Lavender Rose #F896DE
RGB
CMYK
RGB Variations
Color information
#F896DE (or 0xF896DE) is known color: Lavender Rose. HEX triplet: F8, 96 and DE. RGB value is (248,150,222). Sum of RGB (Red+Green+Blue) = 248+150+222=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F896DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896DE is #076921. Grayscale: #BBBBBB. Windows color (decimal): -485666 or 14587640. OLE color: 14587640.
HSL color Cylindrical-coordinate representation of color #F896DE: hue angle of 315.92º 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 #F896DE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 222 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.03 |
| HSL | 315.92º | 0.88% | 0.78% | - |
| HSV(B) | 315.92º | 0.4% | 0.97% | - |
| XYZ | 62.8 | 47.04 | 74.88 | - |
| YUV | 187.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 222 | 0 | 0.40 | 0.10 | 0.03 | 315.92 | 0.88 | 0.78 |
| Hex | F8 | 96 | DE | 0 | 28 | A | 3 | 13C | 58 | 4E |
| Octal | 370 | 226 | 336 | 0 | 50 | 12 | 3 | 474 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11011110 | 0 | 101000 | 1010 | 11 | 100111100 | 1011000 | 1001110 |
Color Harmonies of #F896DE
Complementary color
Monochromatic Colors of #F896DE
Black with #F896DE
Text Example
Text Example
White with #F896DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896DE; }
p { color: rgb(248,150,222); }
H1.HeaderClassName
{
color: #F896DE;
}
.AnyTagClassName
{
color: #F896DE;
}
</style>
background-color css
<style>
a { background-color: #F896DE; }
a { background-color: rgb(248,150,222); }
div.DivClassName
{
background-color: #F896DE;
}
.BgClassName
{
background-color: #F896DE;
}
</style>
border-color css
<style>
span { border-color: #F896DE; }
span { border-color: rgb(248,150,222); }
td.TdClassName
{
border-color: #F896DE;
}
.TagClassName
{
border-color: #F896DE;
}
</style>