Shades of Lavender Rose #F892DA
Tints of Lavender Rose #F892DA
RGB
CMYK
RGB Variations
Color information
#F892DA (or 0xF892DA) is known color: Lavender Rose. HEX triplet: F8, 92 and DA. RGB value is (248,146,218). Sum of RGB (Red+Green+Blue) = 248+146+218=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F892DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892DA is #076D25. Grayscale: #B8B8B8. Windows color (decimal): -486694 or 14324472. OLE color: 14324472.
HSL color Cylindrical-coordinate representation of color #F892DA: hue angle of 317.65º 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 #F892DA is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 218 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.03 |
| HSL | 317.65º | 0.88% | 0.77% | - |
| HSV(B) | 317.65º | 0.41% | 0.97% | - |
| XYZ | 61.65 | 45.58 | 71.88 | - |
| YUV | 184.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 218 | 0 | 0.41 | 0.12 | 0.03 | 317.65 | 0.88 | 0.77 |
| Hex | F8 | 92 | DA | 0 | 29 | C | 3 | 13E | 58 | 4D |
| Octal | 370 | 222 | 332 | 0 | 51 | 14 | 3 | 476 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11011010 | 0 | 101001 | 1100 | 11 | 100111110 | 1011000 | 1001101 |
Color Harmonies of #F892DA
Complementary color
Monochromatic Colors of #F892DA
Black with #F892DA
Text Example
Text Example
White with #F892DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892DA; }
p { color: rgb(248,146,218); }
H1.HeaderClassName
{
color: #F892DA;
}
.AnyTagClassName
{
color: #F892DA;
}
</style>
background-color css
<style>
a { background-color: #F892DA; }
a { background-color: rgb(248,146,218); }
div.DivClassName
{
background-color: #F892DA;
}
.BgClassName
{
background-color: #F892DA;
}
</style>
border-color css
<style>
span { border-color: #F892DA; }
span { border-color: rgb(248,146,218); }
td.TdClassName
{
border-color: #F892DA;
}
.TagClassName
{
border-color: #F892DA;
}
</style>