Shades of Lavender Rose #F7B8F6
Tints of Lavender Rose #F7B8F6
RGB
CMYK
RGB Variations
Color information
#F7B8F6 (or 0xF7B8F6) is known color: Lavender Rose. HEX triplet: F7, B8 and F6. RGB value is (247,184,246). Sum of RGB (Red+Green+Blue) = 247+184+246=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 184 (72.27% from 255 or 27.18% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B8F6 is #084709. Grayscale: #D1D1D1. Windows color (decimal): -542474 or 16169207. OLE color: 16169207.
HSL color Cylindrical-coordinate representation of color #F7B8F6: hue angle of 300.95º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7B8F6 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 246 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.03 |
| HSL | 300.95º | 0.8% | 0.85% | - |
| HSV(B) | 300.95º | 0.26% | 0.97% | - |
| XYZ | 72.13 | 60.71 | 95.1 | - |
| YUV | 209.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 246 | 0 | 0.26 | 0.00 | 0.03 | 300.95 | 0.8 | 0.85 |
| Hex | F7 | B8 | F6 | 0 | 1A | 0 | 3 | 12D | 50 | 55 |
| Octal | 367 | 270 | 366 | 0 | 32 | 0 | 3 | 455 | 120 | 125 |
| Binary | 11110111 | 10111000 | 11110110 | 0 | 11010 | 0 | 11 | 100101101 | 1010000 | 1010101 |
Color Harmonies of #F7B8F6
Complementary color
Monochromatic Colors of #F7B8F6
Black with #F7B8F6
Text Example
Text Example
White with #F7B8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B8F6; }
p { color: rgb(247,184,246); }
H1.HeaderClassName
{
color: #F7B8F6;
}
.AnyTagClassName
{
color: #F7B8F6;
}
</style>
background-color css
<style>
a { background-color: #F7B8F6; }
a { background-color: rgb(247,184,246); }
div.DivClassName
{
background-color: #F7B8F6;
}
.BgClassName
{
background-color: #F7B8F6;
}
</style>
border-color css
<style>
span { border-color: #F7B8F6; }
span { border-color: rgb(247,184,246); }
td.TdClassName
{
border-color: #F7B8F6;
}
.TagClassName
{
border-color: #F7B8F6;
}
</style>