Shades of Lavender Rose #F6BBEE
Tints of Lavender Rose #F6BBEE
RGB
CMYK
RGB Variations
Color information
#F6BBEE (or 0xF6BBEE) is known color: Lavender Rose. HEX triplet: F6, BB and EE. RGB value is (246,187,238). Sum of RGB (Red+Green+Blue) = 246+187+238=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBEE is #094411. Grayscale: #D2D2D2. Windows color (decimal): -607250 or 15645686. OLE color: 15645686.
HSL color Cylindrical-coordinate representation of color #F6BBEE: hue angle of 308.14º 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 #F6BBEE is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 238 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.04 |
| HSL | 308.14º | 0.77% | 0.85% | - |
| HSV(B) | 308.14º | 0.24% | 0.96% | - |
| XYZ | 71.21 | 61.31 | 88.97 | - |
| YUV | 210.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 238 | 0 | 0.24 | 0.03 | 0.04 | 308.14 | 0.77 | 0.85 |
| Hex | F6 | BB | EE | 0 | 18 | 3 | 4 | 134 | 4D | 55 |
| Octal | 366 | 273 | 356 | 0 | 30 | 3 | 4 | 464 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11101110 | 0 | 11000 | 11 | 100 | 100110100 | 1001101 | 1010101 |
Color Harmonies of #F6BBEE
Complementary color
Monochromatic Colors of #F6BBEE
Black with #F6BBEE
Text Example
Text Example
White with #F6BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBEE; }
p { color: rgb(246,187,238); }
H1.HeaderClassName
{
color: #F6BBEE;
}
.AnyTagClassName
{
color: #F6BBEE;
}
</style>
background-color css
<style>
a { background-color: #F6BBEE; }
a { background-color: rgb(246,187,238); }
div.DivClassName
{
background-color: #F6BBEE;
}
.BgClassName
{
background-color: #F6BBEE;
}
</style>
border-color css
<style>
span { border-color: #F6BBEE; }
span { border-color: rgb(246,187,238); }
td.TdClassName
{
border-color: #F6BBEE;
}
.TagClassName
{
border-color: #F6BBEE;
}
</style>