Shades of Lavender Rose #F892DD
Tints of Lavender Rose #F892DD
RGB
CMYK
RGB Variations
Color information
#F892DD (or 0xF892DD) is known color: Lavender Rose. HEX triplet: F8, 92 and DD. RGB value is (248,146,221). Sum of RGB (Red+Green+Blue) = 248+146+221=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F892DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892DD is #076D22. Grayscale: #B8B8B8. Windows color (decimal): -486691 or 14521080. OLE color: 14521080.
HSL color Cylindrical-coordinate representation of color #F892DD: hue angle of 315.88º 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 #F892DD is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 221 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.03 |
| HSL | 315.88º | 0.88% | 0.77% | - |
| HSV(B) | 315.88º | 0.41% | 0.97% | - |
| XYZ | 62.04 | 45.73 | 73.96 | - |
| YUV | 185.05 | 148.29 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 221 | 0 | 0.41 | 0.11 | 0.03 | 315.88 | 0.88 | 0.77 |
| Hex | F8 | 92 | DD | 0 | 29 | B | 3 | 13C | 58 | 4D |
| Octal | 370 | 222 | 335 | 0 | 51 | 13 | 3 | 474 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11011101 | 0 | 101001 | 1011 | 11 | 100111100 | 1011000 | 1001101 |
Color Harmonies of #F892DD
Complementary color
Monochromatic Colors of #F892DD
Black with #F892DD
Text Example
Text Example
White with #F892DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892DD; }
p { color: rgb(248,146,221); }
H1.HeaderClassName
{
color: #F892DD;
}
.AnyTagClassName
{
color: #F892DD;
}
</style>
background-color css
<style>
a { background-color: #F892DD; }
a { background-color: rgb(248,146,221); }
div.DivClassName
{
background-color: #F892DD;
}
.BgClassName
{
background-color: #F892DD;
}
</style>
border-color css
<style>
span { border-color: #F892DD; }
span { border-color: rgb(248,146,221); }
td.TdClassName
{
border-color: #F892DD;
}
.TagClassName
{
border-color: #F892DD;
}
</style>