Shades of Lavender Rose #F6BBED
Tints of Lavender Rose #F6BBED
RGB
CMYK
RGB Variations
Color information
#F6BBED (or 0xF6BBED) is known color: Lavender Rose. HEX triplet: F6, BB and ED. RGB value is (246,187,237). Sum of RGB (Red+Green+Blue) = 246+187+237=670 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.72% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBED is #094412. Grayscale: #D2D2D2. Windows color (decimal): -607251 or 15580150. OLE color: 15580150.
HSL color Cylindrical-coordinate representation of color #F6BBED: hue angle of 309.15º 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 #F6BBED is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 237 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.04 |
| HSL | 309.15º | 0.77% | 0.85% | - |
| HSV(B) | 309.15º | 0.24% | 0.96% | - |
| XYZ | 71.06 | 61.25 | 88.2 | - |
| YUV | 210.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 237 | 0 | 0.24 | 0.04 | 0.04 | 309.15 | 0.77 | 0.85 |
| Hex | F6 | BB | ED | 0 | 18 | 4 | 4 | 135 | 4D | 55 |
| Octal | 366 | 273 | 355 | 0 | 30 | 4 | 4 | 465 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11101101 | 0 | 11000 | 100 | 100 | 100110101 | 1001101 | 1010101 |
Color Harmonies of #F6BBED
Complementary color
Monochromatic Colors of #F6BBED
Black with #F6BBED
Text Example
Text Example
White with #F6BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBED; }
p { color: rgb(246,187,237); }
H1.HeaderClassName
{
color: #F6BBED;
}
.AnyTagClassName
{
color: #F6BBED;
}
</style>
background-color css
<style>
a { background-color: #F6BBED; }
a { background-color: rgb(246,187,237); }
div.DivClassName
{
background-color: #F6BBED;
}
.BgClassName
{
background-color: #F6BBED;
}
</style>
border-color css
<style>
span { border-color: #F6BBED; }
span { border-color: rgb(246,187,237); }
td.TdClassName
{
border-color: #F6BBED;
}
.TagClassName
{
border-color: #F6BBED;
}
</style>