Shades of Lavender Rose #F892D4
Tints of Lavender Rose #F892D4
RGB
CMYK
RGB Variations
Color information
#F892D4 (or 0xF892D4) is known color: Lavender Rose. HEX triplet: F8, 92 and D4. RGB value is (248,146,212). Sum of RGB (Red+Green+Blue) = 248+146+212=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F892D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892D4 is #076D2B. Grayscale: #B7B7B7. Windows color (decimal): -486700 or 13931256. OLE color: 13931256.
HSL color Cylindrical-coordinate representation of color #F892D4: hue angle of 321.18º 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 #F892D4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 212 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.03 |
| HSL | 321.18º | 0.88% | 0.77% | - |
| HSV(B) | 321.18º | 0.41% | 0.97% | - |
| XYZ | 60.87 | 45.27 | 67.82 | - |
| YUV | 184.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 212 | 0 | 0.41 | 0.15 | 0.03 | 321.18 | 0.88 | 0.77 |
| Hex | F8 | 92 | D4 | 0 | 29 | F | 3 | 141 | 58 | 4D |
| Octal | 370 | 222 | 324 | 0 | 51 | 17 | 3 | 501 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11010100 | 0 | 101001 | 1111 | 11 | 101000001 | 1011000 | 1001101 |
Color Harmonies of #F892D4
Complementary color
Monochromatic Colors of #F892D4
Black with #F892D4
Text Example
Text Example
White with #F892D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892D4; }
p { color: rgb(248,146,212); }
H1.HeaderClassName
{
color: #F892D4;
}
.AnyTagClassName
{
color: #F892D4;
}
</style>
background-color css
<style>
a { background-color: #F892D4; }
a { background-color: rgb(248,146,212); }
div.DivClassName
{
background-color: #F892D4;
}
.BgClassName
{
background-color: #F892D4;
}
</style>
border-color css
<style>
span { border-color: #F892D4; }
span { border-color: rgb(248,146,212); }
td.TdClassName
{
border-color: #F892D4;
}
.TagClassName
{
border-color: #F892D4;
}
</style>