Shades of Lavender Rose #FFBBEE
Tints of Lavender Rose #FFBBEE
RGB
CMYK
RGB Variations
Color information
#FFBBEE (or 0xFFBBEE) is known color: Lavender Rose. HEX triplet: FF, BB and EE. RGB value is (255,187,238). Sum of RGB (Red+Green+Blue) = 255+187+238=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBEE is #004411. Grayscale: #D5D5D5. Windows color (decimal): -17426 or 15645695. OLE color: 15645695.
HSL color Cylindrical-coordinate representation of color #FFBBEE: hue angle of 315º 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 #FFBBEE is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 238 | - |
| CMYK | 0 | 0.27 | 0.07 | 0 |
| HSL | 315º | 1% | 0.87% | - |
| HSV(B) | 315º | 0.27% | 1% | - |
| XYZ | 74.44 | 62.97 | 89.12 | - |
| YUV | 213.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 238 | 0 | 0.27 | 0.07 | 0 | 315 | 1 | 0.87 |
| Hex | FF | BB | EE | 0 | 1B | 7 | 0 | 13B | 64 | 57 |
| Octal | 377 | 273 | 356 | 0 | 33 | 7 | 0 | 473 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11101110 | 0 | 11011 | 111 | 0 | 100111011 | 1100100 | 1010111 |
Color Harmonies of #FFBBEE
Complementary color
Monochromatic Colors of #FFBBEE
Black with #FFBBEE
Text Example
Text Example
White with #FFBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBEE; }
p { color: rgb(255,187,238); }
H1.HeaderClassName
{
color: #FFBBEE;
}
.AnyTagClassName
{
color: #FFBBEE;
}
</style>
background-color css
<style>
a { background-color: #FFBBEE; }
a { background-color: rgb(255,187,238); }
div.DivClassName
{
background-color: #FFBBEE;
}
.BgClassName
{
background-color: #FFBBEE;
}
</style>
border-color css
<style>
span { border-color: #FFBBEE; }
span { border-color: rgb(255,187,238); }
td.TdClassName
{
border-color: #FFBBEE;
}
.TagClassName
{
border-color: #FFBBEE;
}
</style>