Shades of Lavender Rose #FFBBE9
Tints of Lavender Rose #FFBBE9
RGB
CMYK
RGB Variations
Color information
#FFBBE9 (or 0xFFBBE9) is known color: Lavender Rose. HEX triplet: FF, BB and E9. RGB value is (255,187,233). Sum of RGB (Red+Green+Blue) = 255+187+233=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBE9 is #004416. Grayscale: #D4D4D4. Windows color (decimal): -17431 or 15318015. OLE color: 15318015.
HSL color Cylindrical-coordinate representation of color #FFBBE9: hue angle of 319.41º 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 #FFBBE9 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 233 | - |
| CMYK | 0 | 0.27 | 0.09 | 0 |
| HSL | 319.41º | 1% | 0.87% | - |
| HSV(B) | 319.41º | 0.27% | 1% | - |
| XYZ | 73.72 | 62.68 | 85.3 | - |
| YUV | 212.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 233 | 0 | 0.27 | 0.09 | 0 | 319.41 | 1 | 0.87 |
| Hex | FF | BB | E9 | 0 | 1B | 9 | 0 | 13F | 64 | 57 |
| Octal | 377 | 273 | 351 | 0 | 33 | 11 | 0 | 477 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11101001 | 0 | 11011 | 1001 | 0 | 100111111 | 1100100 | 1010111 |
Color Harmonies of #FFBBE9
Complementary color
Monochromatic Colors of #FFBBE9
Black with #FFBBE9
Text Example
Text Example
White with #FFBBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBE9; }
p { color: rgb(255,187,233); }
H1.HeaderClassName
{
color: #FFBBE9;
}
.AnyTagClassName
{
color: #FFBBE9;
}
</style>
background-color css
<style>
a { background-color: #FFBBE9; }
a { background-color: rgb(255,187,233); }
div.DivClassName
{
background-color: #FFBBE9;
}
.BgClassName
{
background-color: #FFBBE9;
}
</style>
border-color css
<style>
span { border-color: #FFBBE9; }
span { border-color: rgb(255,187,233); }
td.TdClassName
{
border-color: #FFBBE9;
}
.TagClassName
{
border-color: #FFBBE9;
}
</style>