Shades of Lavender Rose #F892D9
Tints of Lavender Rose #F892D9
RGB
CMYK
RGB Variations
Color information
#F892D9 (or 0xF892D9) is known color: Lavender Rose. HEX triplet: F8, 92 and D9. RGB value is (248,146,217). Sum of RGB (Red+Green+Blue) = 248+146+217=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D9 is #076D26. Grayscale: #B8B8B8. Windows color (decimal): -486695 or 14258936. OLE color: 14258936.
HSL color Cylindrical-coordinate representation of color #F892D9: hue angle of 318.24º 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 #F892D9 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 217 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.03 |
| HSL | 318.24º | 0.88% | 0.77% | - |
| HSV(B) | 318.24º | 0.41% | 0.97% | - |
| XYZ | 61.51 | 45.52 | 71.19 | - |
| YUV | 184.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 217 | 0 | 0.41 | 0.12 | 0.03 | 318.24 | 0.88 | 0.77 |
| Hex | F8 | 92 | D9 | 0 | 29 | C | 3 | 13E | 58 | 4D |
| Octal | 370 | 222 | 331 | 0 | 51 | 14 | 3 | 476 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11011001 | 0 | 101001 | 1100 | 11 | 100111110 | 1011000 | 1001101 |
Color Harmonies of #F892D9
Complementary color
Monochromatic Colors of #F892D9
Black with #F892D9
Text Example
Text Example
White with #F892D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892D9; }
p { color: rgb(248,146,217); }
H1.HeaderClassName
{
color: #F892D9;
}
.AnyTagClassName
{
color: #F892D9;
}
</style>
background-color css
<style>
a { background-color: #F892D9; }
a { background-color: rgb(248,146,217); }
div.DivClassName
{
background-color: #F892D9;
}
.BgClassName
{
background-color: #F892D9;
}
</style>
border-color css
<style>
span { border-color: #F892D9; }
span { border-color: rgb(248,146,217); }
td.TdClassName
{
border-color: #F892D9;
}
.TagClassName
{
border-color: #F892D9;
}
</style>