Shades of Lavender Rose #F6BBE9
Tints of Lavender Rose #F6BBE9
RGB
CMYK
RGB Variations
Color information
#F6BBE9 (or 0xF6BBE9) is known color: Lavender Rose. HEX triplet: F6, BB and E9. RGB value is (246,187,233). Sum of RGB (Red+Green+Blue) = 246+187+233=666 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.94% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBE9 is #094416. Grayscale: #D1D1D1. Windows color (decimal): -607255 or 15318006. OLE color: 15318006.
HSL color Cylindrical-coordinate representation of color #F6BBE9: hue angle of 313.22º 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 #F6BBE9 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 233 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.04 |
| HSL | 313.22º | 0.77% | 0.85% | - |
| HSV(B) | 313.22º | 0.24% | 0.96% | - |
| XYZ | 70.48 | 61.02 | 85.15 | - |
| YUV | 209.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 233 | 0 | 0.24 | 0.05 | 0.04 | 313.22 | 0.77 | 0.85 |
| Hex | F6 | BB | E9 | 0 | 18 | 5 | 4 | 139 | 4D | 55 |
| Octal | 366 | 273 | 351 | 0 | 30 | 5 | 4 | 471 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11101001 | 0 | 11000 | 101 | 100 | 100111001 | 1001101 | 1010101 |
Color Harmonies of #F6BBE9
Complementary color
Monochromatic Colors of #F6BBE9
Black with #F6BBE9
Text Example
Text Example
White with #F6BBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBE9; }
p { color: rgb(246,187,233); }
H1.HeaderClassName
{
color: #F6BBE9;
}
.AnyTagClassName
{
color: #F6BBE9;
}
</style>
background-color css
<style>
a { background-color: #F6BBE9; }
a { background-color: rgb(246,187,233); }
div.DivClassName
{
background-color: #F6BBE9;
}
.BgClassName
{
background-color: #F6BBE9;
}
</style>
border-color css
<style>
span { border-color: #F6BBE9; }
span { border-color: rgb(246,187,233); }
td.TdClassName
{
border-color: #F6BBE9;
}
.TagClassName
{
border-color: #F6BBE9;
}
</style>