Shades of Lavender Rose #F6BBE8
Tints of Lavender Rose #F6BBE8
RGB
CMYK
RGB Variations
Color information
#F6BBE8 (or 0xF6BBE8) is known color: Lavender Rose. HEX triplet: F6, BB and E8. RGB value is (246,187,232). Sum of RGB (Red+Green+Blue) = 246+187+232=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBE8 is #094417. Grayscale: #D1D1D1. Windows color (decimal): -607256 or 15252470. OLE color: 15252470.
HSL color Cylindrical-coordinate representation of color #F6BBE8: hue angle of 314.24º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BBE8 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 232 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.04 |
| HSL | 314.24º | 0.77% | 0.85% | - |
| HSV(B) | 314.24º | 0.24% | 0.96% | - |
| XYZ | 70.34 | 60.96 | 84.4 | - |
| YUV | 209.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 232 | 0 | 0.24 | 0.06 | 0.04 | 314.24 | 0.77 | 0.85 |
| Hex | F6 | BB | E8 | 0 | 18 | 6 | 4 | 13A | 4D | 55 |
| Octal | 366 | 273 | 350 | 0 | 30 | 6 | 4 | 472 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11101000 | 0 | 11000 | 110 | 100 | 100111010 | 1001101 | 1010101 |
Color Harmonies of #F6BBE8
Complementary color
Monochromatic Colors of #F6BBE8
Black with #F6BBE8
Text Example
Text Example
White with #F6BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBE8; }
p { color: rgb(246,187,232); }
H1.HeaderClassName
{
color: #F6BBE8;
}
.AnyTagClassName
{
color: #F6BBE8;
}
</style>
background-color css
<style>
a { background-color: #F6BBE8; }
a { background-color: rgb(246,187,232); }
div.DivClassName
{
background-color: #F6BBE8;
}
.BgClassName
{
background-color: #F6BBE8;
}
</style>
border-color css
<style>
span { border-color: #F6BBE8; }
span { border-color: rgb(246,187,232); }
td.TdClassName
{
border-color: #F6BBE8;
}
.TagClassName
{
border-color: #F6BBE8;
}
</style>