Shades of Lavender Rose #FFBBEB
Tints of Lavender Rose #FFBBEB
RGB
CMYK
RGB Variations
Color information
#FFBBEB (or 0xFFBBEB) is known color: Lavender Rose. HEX triplet: FF, BB and EB. RGB value is (255,187,235). Sum of RGB (Red+Green+Blue) = 255+187+235=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBEB is #004414. Grayscale: #D4D4D4. Windows color (decimal): -17429 or 15449087. OLE color: 15449087.
HSL color Cylindrical-coordinate representation of color #FFBBEB: hue angle of 317.65º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBEB is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 235 | - |
| CMYK | 0 | 0.27 | 0.08 | 0 |
| HSL | 317.65º | 1% | 0.87% | - |
| HSV(B) | 317.65º | 0.27% | 1% | - |
| XYZ | 74.01 | 62.8 | 86.82 | - |
| YUV | 212.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 235 | 0 | 0.27 | 0.08 | 0 | 317.65 | 1 | 0.87 |
| Hex | FF | BB | EB | 0 | 1B | 8 | 0 | 13E | 64 | 57 |
| Octal | 377 | 273 | 353 | 0 | 33 | 10 | 0 | 476 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11101011 | 0 | 11011 | 1000 | 0 | 100111110 | 1100100 | 1010111 |
Color Harmonies of #FFBBEB
Complementary color
Monochromatic Colors of #FFBBEB
Black with #FFBBEB
Text Example
Text Example
White with #FFBBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBEB; }
p { color: rgb(255,187,235); }
H1.HeaderClassName
{
color: #FFBBEB;
}
.AnyTagClassName
{
color: #FFBBEB;
}
</style>
background-color css
<style>
a { background-color: #FFBBEB; }
a { background-color: rgb(255,187,235); }
div.DivClassName
{
background-color: #FFBBEB;
}
.BgClassName
{
background-color: #FFBBEB;
}
</style>
border-color css
<style>
span { border-color: #FFBBEB; }
span { border-color: rgb(255,187,235); }
td.TdClassName
{
border-color: #FFBBEB;
}
.TagClassName
{
border-color: #FFBBEB;
}
</style>