Shades of Lavender Rose #FFBBEA
Tints of Lavender Rose #FFBBEA
RGB
CMYK
RGB Variations
Color information
#FFBBEA (or 0xFFBBEA) is known color: Lavender Rose. HEX triplet: FF, BB and EA. RGB value is (255,187,234). Sum of RGB (Red+Green+Blue) = 255+187+234=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBEA is #004415. Grayscale: #D4D4D4. Windows color (decimal): -17430 or 15383551. OLE color: 15383551.
HSL color Cylindrical-coordinate representation of color #FFBBEA: hue angle of 318.53º 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 #FFBBEA is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 234 | - |
| CMYK | 0 | 0.27 | 0.08 | 0 |
| HSL | 318.53º | 1% | 0.87% | - |
| HSV(B) | 318.53º | 0.27% | 1% | - |
| XYZ | 73.86 | 62.74 | 86.06 | - |
| YUV | 212.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 234 | 0 | 0.27 | 0.08 | 0 | 318.53 | 1 | 0.87 |
| Hex | FF | BB | EA | 0 | 1B | 8 | 0 | 13F | 64 | 57 |
| Octal | 377 | 273 | 352 | 0 | 33 | 10 | 0 | 477 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11101010 | 0 | 11011 | 1000 | 0 | 100111111 | 1100100 | 1010111 |
Color Harmonies of #FFBBEA
Complementary color
Monochromatic Colors of #FFBBEA
Black with #FFBBEA
Text Example
Text Example
White with #FFBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBEA; }
p { color: rgb(255,187,234); }
H1.HeaderClassName
{
color: #FFBBEA;
}
.AnyTagClassName
{
color: #FFBBEA;
}
</style>
background-color css
<style>
a { background-color: #FFBBEA; }
a { background-color: rgb(255,187,234); }
div.DivClassName
{
background-color: #FFBBEA;
}
.BgClassName
{
background-color: #FFBBEA;
}
</style>
border-color css
<style>
span { border-color: #FFBBEA; }
span { border-color: rgb(255,187,234); }
td.TdClassName
{
border-color: #FFBBEA;
}
.TagClassName
{
border-color: #FFBBEA;
}
</style>