Shades of Lavender Rose #F892D3
Tints of Lavender Rose #F892D3
RGB
CMYK
RGB Variations
Color information
#F892D3 (or 0xF892D3) is known color: Lavender Rose. HEX triplet: F8, 92 and D3. RGB value is (248,146,211). Sum of RGB (Red+Green+Blue) = 248+146+211=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D3 is #076D2C. Grayscale: #B7B7B7. Windows color (decimal): -486701 or 13865720. OLE color: 13865720.
HSL color Cylindrical-coordinate representation of color #F892D3: hue angle of 321.76º 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 #F892D3 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 211 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.03 |
| HSL | 321.76º | 0.88% | 0.77% | - |
| HSV(B) | 321.76º | 0.41% | 0.97% | - |
| XYZ | 60.75 | 45.22 | 67.15 | - |
| YUV | 183.91 | 143.29 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 211 | 0 | 0.41 | 0.15 | 0.03 | 321.76 | 0.88 | 0.77 |
| Hex | F8 | 92 | D3 | 0 | 29 | F | 3 | 142 | 58 | 4D |
| Octal | 370 | 222 | 323 | 0 | 51 | 17 | 3 | 502 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11010011 | 0 | 101001 | 1111 | 11 | 101000010 | 1011000 | 1001101 |
Color Harmonies of #F892D3
Complementary color
Monochromatic Colors of #F892D3
Black with #F892D3
Text Example
Text Example
White with #F892D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892D3; }
p { color: rgb(248,146,211); }
H1.HeaderClassName
{
color: #F892D3;
}
.AnyTagClassName
{
color: #F892D3;
}
</style>
background-color css
<style>
a { background-color: #F892D3; }
a { background-color: rgb(248,146,211); }
div.DivClassName
{
background-color: #F892D3;
}
.BgClassName
{
background-color: #F892D3;
}
</style>
border-color css
<style>
span { border-color: #F892D3; }
span { border-color: rgb(248,146,211); }
td.TdClassName
{
border-color: #F892D3;
}
.TagClassName
{
border-color: #F892D3;
}
</style>