Shades of Lavender Rose #FFBBFE
Tints of Lavender Rose #FFBBFE
RGB
CMYK
RGB Variations
Color information
#FFBBFE (or 0xFFBBFE) is known color: Lavender Rose. HEX triplet: FF, BB and FE. RGB value is (255,187,254). Sum of RGB (Red+Green+Blue) = 255+187+254=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 187 (73.44% from 255 or 26.87% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBFE is #004401. Grayscale: #D6D6D6. Windows color (decimal): -17410 or 16694271. OLE color: 16694271.
HSL color Cylindrical-coordinate representation of color #FFBBFE: hue angle of 300.88º 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 #FFBBFE is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 254 | - |
| CMYK | 0 | 0.27 | 0.00 | 0 |
| HSL | 300.88º | 1% | 0.87% | - |
| HSV(B) | 300.88º | 0.27% | 1% | - |
| XYZ | 76.9 | 63.96 | 102.06 | - |
| YUV | 214.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 254 | 0 | 0.27 | 0.00 | 0 | 300.88 | 1 | 0.87 |
| Hex | FF | BB | FE | 0 | 1B | 0 | 0 | 12D | 64 | 57 |
| Octal | 377 | 273 | 376 | 0 | 33 | 0 | 0 | 455 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11111110 | 0 | 11011 | 0 | 0 | 100101101 | 1100100 | 1010111 |
Color Harmonies of #FFBBFE
Complementary color
Monochromatic Colors of #FFBBFE
Black with #FFBBFE
Text Example
Text Example
White with #FFBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBFE; }
p { color: rgb(255,187,254); }
H1.HeaderClassName
{
color: #FFBBFE;
}
.AnyTagClassName
{
color: #FFBBFE;
}
</style>
background-color css
<style>
a { background-color: #FFBBFE; }
a { background-color: rgb(255,187,254); }
div.DivClassName
{
background-color: #FFBBFE;
}
.BgClassName
{
background-color: #FFBBFE;
}
</style>
border-color css
<style>
span { border-color: #FFBBFE; }
span { border-color: rgb(255,187,254); }
td.TdClassName
{
border-color: #FFBBFE;
}
.TagClassName
{
border-color: #FFBBFE;
}
</style>