Shades of Lavender Rose #F896DD
Tints of Lavender Rose #F896DD
RGB
CMYK
RGB Variations
Color information
#F896DD (or 0xF896DD) is known color: Lavender Rose. HEX triplet: F8, 96 and DD. RGB value is (248,150,221). Sum of RGB (Red+Green+Blue) = 248+150+221=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 150 (58.98% from 255 or 24.23% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 248 - color contains mainly: red. Hex color #F896DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F896DD is #076922. Grayscale: #BBBBBB. Windows color (decimal): -485667 or 14522104. OLE color: 14522104.
HSL color Cylindrical-coordinate representation of color #F896DD: hue angle of 316.53º 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 #F896DD is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 221 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.03 |
| HSL | 316.53º | 0.88% | 0.78% | - |
| HSV(B) | 316.53º | 0.4% | 0.97% | - |
| XYZ | 62.67 | 46.99 | 74.17 | - |
| YUV | 187.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 221 | 0 | 0.40 | 0.11 | 0.03 | 316.53 | 0.88 | 0.78 |
| Hex | F8 | 96 | DD | 0 | 28 | B | 3 | 13D | 58 | 4E |
| Octal | 370 | 226 | 335 | 0 | 50 | 13 | 3 | 475 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11011101 | 0 | 101000 | 1011 | 11 | 100111101 | 1011000 | 1001110 |
Color Harmonies of #F896DD
Complementary color
Monochromatic Colors of #F896DD
Black with #F896DD
Text Example
Text Example
White with #F896DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896DD; }
p { color: rgb(248,150,221); }
H1.HeaderClassName
{
color: #F896DD;
}
.AnyTagClassName
{
color: #F896DD;
}
</style>
background-color css
<style>
a { background-color: #F896DD; }
a { background-color: rgb(248,150,221); }
div.DivClassName
{
background-color: #F896DD;
}
.BgClassName
{
background-color: #F896DD;
}
</style>
border-color css
<style>
span { border-color: #F896DD; }
span { border-color: rgb(248,150,221); }
td.TdClassName
{
border-color: #F896DD;
}
.TagClassName
{
border-color: #F896DD;
}
</style>