Shades of Lavender Rose #F9BBEB
Tints of Lavender Rose #F9BBEB
RGB
CMYK
RGB Variations
Color information
#F9BBEB (or 0xF9BBEB) is known color: Lavender Rose. HEX triplet: F9, BB and EB. RGB value is (249,187,235). Sum of RGB (Red+Green+Blue) = 249+187+235=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BBEB is #064414. Grayscale: #D2D2D2. Windows color (decimal): -410645 or 15449081. OLE color: 15449081.
HSL color Cylindrical-coordinate representation of color #F9BBEB: hue angle of 313.55º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBEB is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 235 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.02 |
| HSL | 313.55º | 0.84% | 0.85% | - |
| HSV(B) | 313.55º | 0.25% | 0.98% | - |
| XYZ | 71.83 | 61.68 | 86.72 | - |
| YUV | 211.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 235 | 0 | 0.25 | 0.06 | 0.02 | 313.55 | 0.84 | 0.85 |
| Hex | F9 | BB | EB | 0 | 19 | 6 | 2 | 13A | 54 | 55 |
| Octal | 371 | 273 | 353 | 0 | 31 | 6 | 2 | 472 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11101011 | 0 | 11001 | 110 | 10 | 100111010 | 1010100 | 1010101 |
Color Harmonies of #F9BBEB
Complementary color
Monochromatic Colors of #F9BBEB
Black with #F9BBEB
Text Example
Text Example
White with #F9BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBEB; }
p { color: rgb(249,187,235); }
H1.HeaderClassName
{
color: #F9BBEB;
}
.AnyTagClassName
{
color: #F9BBEB;
}
</style>
background-color css
<style>
a { background-color: #F9BBEB; }
a { background-color: rgb(249,187,235); }
div.DivClassName
{
background-color: #F9BBEB;
}
.BgClassName
{
background-color: #F9BBEB;
}
</style>
border-color css
<style>
span { border-color: #F9BBEB; }
span { border-color: rgb(249,187,235); }
td.TdClassName
{
border-color: #F9BBEB;
}
.TagClassName
{
border-color: #F9BBEB;
}
</style>