Shades of Lavender Rose #FFBBF5
Tints of Lavender Rose #FFBBF5
RGB
CMYK
RGB Variations
Color information
#FFBBF5 (or 0xFFBBF5) is known color: Lavender Rose. HEX triplet: FF, BB and F5. RGB value is (255,187,245). Sum of RGB (Red+Green+Blue) = 255+187+245=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF5 is #00440A. Grayscale: #D5D5D5. Windows color (decimal): -17419 or 16104447. OLE color: 16104447.
HSL color Cylindrical-coordinate representation of color #FFBBF5: hue angle of 308.82º 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 #FFBBF5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 245 | - |
| CMYK | 0 | 0.27 | 0.04 | 0 |
| HSL | 308.82º | 1% | 0.87% | - |
| HSV(B) | 308.82º | 0.27% | 1% | - |
| XYZ | 75.49 | 63.39 | 94.64 | - |
| YUV | 213.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 245 | 0 | 0.27 | 0.04 | 0 | 308.82 | 1 | 0.87 |
| Hex | FF | BB | F5 | 0 | 1B | 4 | 0 | 135 | 64 | 57 |
| Octal | 377 | 273 | 365 | 0 | 33 | 4 | 0 | 465 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11110101 | 0 | 11011 | 100 | 0 | 100110101 | 1100100 | 1010111 |
Color Harmonies of #FFBBF5
Complementary color
Monochromatic Colors of #FFBBF5
Black with #FFBBF5
Text Example
Text Example
White with #FFBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBF5; }
p { color: rgb(255,187,245); }
H1.HeaderClassName
{
color: #FFBBF5;
}
.AnyTagClassName
{
color: #FFBBF5;
}
</style>
background-color css
<style>
a { background-color: #FFBBF5; }
a { background-color: rgb(255,187,245); }
div.DivClassName
{
background-color: #FFBBF5;
}
.BgClassName
{
background-color: #FFBBF5;
}
</style>
border-color css
<style>
span { border-color: #FFBBF5; }
span { border-color: rgb(255,187,245); }
td.TdClassName
{
border-color: #FFBBF5;
}
.TagClassName
{
border-color: #FFBBF5;
}
</style>