Shades of Lavender Rose #F892D5
Tints of Lavender Rose #F892D5
RGB
CMYK
RGB Variations
Color information
#F892D5 (or 0xF892D5) is known color: Lavender Rose. HEX triplet: F8, 92 and D5. RGB value is (248,146,213). Sum of RGB (Red+Green+Blue) = 248+146+213=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D5 is #076D2A. Grayscale: #B7B7B7. Windows color (decimal): -486699 or 13996792. OLE color: 13996792.
HSL color Cylindrical-coordinate representation of color #F892D5: hue angle of 320.59º 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 #F892D5 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 213 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.03 |
| HSL | 320.59º | 0.88% | 0.77% | - |
| HSV(B) | 320.59º | 0.41% | 0.97% | - |
| XYZ | 61 | 45.32 | 68.48 | - |
| YUV | 184.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 213 | 0 | 0.41 | 0.14 | 0.03 | 320.59 | 0.88 | 0.77 |
| Hex | F8 | 92 | D5 | 0 | 29 | E | 3 | 141 | 58 | 4D |
| Octal | 370 | 222 | 325 | 0 | 51 | 16 | 3 | 501 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11010101 | 0 | 101001 | 1110 | 11 | 101000001 | 1011000 | 1001101 |
Color Harmonies of #F892D5
Complementary color
Monochromatic Colors of #F892D5
Black with #F892D5
Text Example
Text Example
White with #F892D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892D5; }
p { color: rgb(248,146,213); }
H1.HeaderClassName
{
color: #F892D5;
}
.AnyTagClassName
{
color: #F892D5;
}
</style>
background-color css
<style>
a { background-color: #F892D5; }
a { background-color: rgb(248,146,213); }
div.DivClassName
{
background-color: #F892D5;
}
.BgClassName
{
background-color: #F892D5;
}
</style>
border-color css
<style>
span { border-color: #F892D5; }
span { border-color: rgb(248,146,213); }
td.TdClassName
{
border-color: #F892D5;
}
.TagClassName
{
border-color: #F892D5;
}
</style>