Shades of Lavender Rose #F896DF
Tints of Lavender Rose #F896DF
RGB
CMYK
RGB Variations
Color information
#F896DF (or 0xF896DF) is known color: Lavender Rose. HEX triplet: F8, 96 and DF. RGB value is (248,150,223). Sum of RGB (Red+Green+Blue) = 248+150+223=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F896DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896DF is #076920. Grayscale: #BBBBBB. Windows color (decimal): -485665 or 14653176. OLE color: 14653176.
HSL color Cylindrical-coordinate representation of color #F896DF: hue angle of 315.31º 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 #F896DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 223 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.03 |
| HSL | 315.31º | 0.88% | 0.78% | - |
| HSV(B) | 315.31º | 0.4% | 0.97% | - |
| XYZ | 62.94 | 47.1 | 75.59 | - |
| YUV | 187.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 223 | 0 | 0.40 | 0.10 | 0.03 | 315.31 | 0.88 | 0.78 |
| Hex | F8 | 96 | DF | 0 | 28 | A | 3 | 13B | 58 | 4E |
| Octal | 370 | 226 | 337 | 0 | 50 | 12 | 3 | 473 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11011111 | 0 | 101000 | 1010 | 11 | 100111011 | 1011000 | 1001110 |
Color Harmonies of #F896DF
Complementary color
Monochromatic Colors of #F896DF
Black with #F896DF
Text Example
Text Example
White with #F896DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896DF; }
p { color: rgb(248,150,223); }
H1.HeaderClassName
{
color: #F896DF;
}
.AnyTagClassName
{
color: #F896DF;
}
</style>
background-color css
<style>
a { background-color: #F896DF; }
a { background-color: rgb(248,150,223); }
div.DivClassName
{
background-color: #F896DF;
}
.BgClassName
{
background-color: #F896DF;
}
</style>
border-color css
<style>
span { border-color: #F896DF; }
span { border-color: rgb(248,150,223); }
td.TdClassName
{
border-color: #F896DF;
}
.TagClassName
{
border-color: #F896DF;
}
</style>