Shades of Lavender Rose #F892DB
Tints of Lavender Rose #F892DB
RGB
CMYK
RGB Variations
Color information
#F892DB (or 0xF892DB) is known color: Lavender Rose. HEX triplet: F8, 92 and DB. RGB value is (248,146,219). Sum of RGB (Red+Green+Blue) = 248+146+219=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F892DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892DB is #076D24. Grayscale: #B8B8B8. Windows color (decimal): -486693 or 14390008. OLE color: 14390008.
HSL color Cylindrical-coordinate representation of color #F892DB: hue angle of 317.06º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892DB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 219 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.03 |
| HSL | 317.06º | 0.88% | 0.77% | - |
| HSV(B) | 317.06º | 0.41% | 0.97% | - |
| XYZ | 61.78 | 45.63 | 72.57 | - |
| YUV | 184.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 219 | 0 | 0.41 | 0.12 | 0.03 | 317.06 | 0.88 | 0.77 |
| Hex | F8 | 92 | DB | 0 | 29 | C | 3 | 13D | 58 | 4D |
| Octal | 370 | 222 | 333 | 0 | 51 | 14 | 3 | 475 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11011011 | 0 | 101001 | 1100 | 11 | 100111101 | 1011000 | 1001101 |
Color Harmonies of #F892DB
Complementary color
Monochromatic Colors of #F892DB
Black with #F892DB
Text Example
Text Example
White with #F892DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892DB; }
p { color: rgb(248,146,219); }
H1.HeaderClassName
{
color: #F892DB;
}
.AnyTagClassName
{
color: #F892DB;
}
</style>
background-color css
<style>
a { background-color: #F892DB; }
a { background-color: rgb(248,146,219); }
div.DivClassName
{
background-color: #F892DB;
}
.BgClassName
{
background-color: #F892DB;
}
</style>
border-color css
<style>
span { border-color: #F892DB; }
span { border-color: rgb(248,146,219); }
td.TdClassName
{
border-color: #F892DB;
}
.TagClassName
{
border-color: #F892DB;
}
</style>