Shades of Lavender Rose #FFBBF8
Tints of Lavender Rose #FFBBF8
RGB
CMYK
RGB Variations
Color information
#FFBBF8 (or 0xFFBBF8) is known color: Lavender Rose. HEX triplet: FF, BB and F8. RGB value is (255,187,248). Sum of RGB (Red+Green+Blue) = 255+187+248=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 248 (97.27% from 255 or 35.94% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBF8 is #004407. Grayscale: #D6D6D6. Windows color (decimal): -17416 or 16301055. OLE color: 16301055.
HSL color Cylindrical-coordinate representation of color #FFBBF8: hue angle of 306.18º 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 #FFBBF8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 248 | - |
| CMYK | 0 | 0.27 | 0.03 | 0 |
| HSL | 306.18º | 1% | 0.87% | - |
| HSV(B) | 306.18º | 0.27% | 1% | - |
| XYZ | 75.95 | 63.58 | 97.08 | - |
| YUV | 214.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 248 | 0 | 0.27 | 0.03 | 0 | 306.18 | 1 | 0.87 |
| Hex | FF | BB | F8 | 0 | 1B | 3 | 0 | 132 | 64 | 57 |
| Octal | 377 | 273 | 370 | 0 | 33 | 3 | 0 | 462 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11111000 | 0 | 11011 | 11 | 0 | 100110010 | 1100100 | 1010111 |
Color Harmonies of #FFBBF8
Complementary color
Monochromatic Colors of #FFBBF8
Black with #FFBBF8
Text Example
Text Example
White with #FFBBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBF8; }
p { color: rgb(255,187,248); }
H1.HeaderClassName
{
color: #FFBBF8;
}
.AnyTagClassName
{
color: #FFBBF8;
}
</style>
background-color css
<style>
a { background-color: #FFBBF8; }
a { background-color: rgb(255,187,248); }
div.DivClassName
{
background-color: #FFBBF8;
}
.BgClassName
{
background-color: #FFBBF8;
}
</style>
border-color css
<style>
span { border-color: #FFBBF8; }
span { border-color: rgb(255,187,248); }
td.TdClassName
{
border-color: #FFBBF8;
}
.TagClassName
{
border-color: #FFBBF8;
}
</style>