Shades of Lavender Rose #F892DC
Tints of Lavender Rose #F892DC
RGB
CMYK
RGB Variations
Color information
#F892DC (or 0xF892DC) is known color: Lavender Rose. HEX triplet: F8, 92 and DC. RGB value is (248,146,220). Sum of RGB (Red+Green+Blue) = 248+146+220=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F892DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892DC is #076D23. Grayscale: #B8B8B8. Windows color (decimal): -486692 or 14455544. OLE color: 14455544.
HSL color Cylindrical-coordinate representation of color #F892DC: hue angle of 316.47º 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 #F892DC is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 220 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.03 |
| HSL | 316.47º | 0.88% | 0.77% | - |
| HSV(B) | 316.47º | 0.41% | 0.97% | - |
| XYZ | 61.91 | 45.68 | 73.26 | - |
| YUV | 184.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 220 | 0 | 0.41 | 0.11 | 0.03 | 316.47 | 0.88 | 0.77 |
| Hex | F8 | 92 | DC | 0 | 29 | B | 3 | 13C | 58 | 4D |
| Octal | 370 | 222 | 334 | 0 | 51 | 13 | 3 | 474 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11011100 | 0 | 101001 | 1011 | 11 | 100111100 | 1011000 | 1001101 |
Color Harmonies of #F892DC
Complementary color
Monochromatic Colors of #F892DC
Black with #F892DC
Text Example
Text Example
White with #F892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892DC; }
p { color: rgb(248,146,220); }
H1.HeaderClassName
{
color: #F892DC;
}
.AnyTagClassName
{
color: #F892DC;
}
</style>
background-color css
<style>
a { background-color: #F892DC; }
a { background-color: rgb(248,146,220); }
div.DivClassName
{
background-color: #F892DC;
}
.BgClassName
{
background-color: #F892DC;
}
</style>
border-color css
<style>
span { border-color: #F892DC; }
span { border-color: rgb(248,146,220); }
td.TdClassName
{
border-color: #F892DC;
}
.TagClassName
{
border-color: #F892DC;
}
</style>