Shades of Lavender Rose #FFBBFD
Tints of Lavender Rose #FFBBFD
RGB
CMYK
RGB Variations
Color information
#FFBBFD (or 0xFFBBFD) is known color: Lavender Rose. HEX triplet: FF, BB and FD. RGB value is (255,187,253). Sum of RGB (Red+Green+Blue) = 255+187+253=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 187 (73.44% from 255 or 26.91% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBFD is #004402. Grayscale: #D6D6D6. Windows color (decimal): -17411 or 16628735. OLE color: 16628735.
HSL color Cylindrical-coordinate representation of color #FFBBFD: hue angle of 301.76º 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 #FFBBFD is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 253 | - |
| CMYK | 0 | 0.27 | 0.01 | 0 |
| HSL | 301.76º | 1% | 0.87% | - |
| HSV(B) | 301.76º | 0.27% | 1% | - |
| XYZ | 76.74 | 63.89 | 101.22 | - |
| YUV | 214.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 253 | 0 | 0.27 | 0.01 | 0 | 301.76 | 1 | 0.87 |
| Hex | FF | BB | FD | 0 | 1B | 1 | 0 | 12E | 64 | 57 |
| Octal | 377 | 273 | 375 | 0 | 33 | 1 | 0 | 456 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11111101 | 0 | 11011 | 1 | 0 | 100101110 | 1100100 | 1010111 |
Color Harmonies of #FFBBFD
Complementary color
Monochromatic Colors of #FFBBFD
Black with #FFBBFD
Text Example
Text Example
White with #FFBBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBFD; }
p { color: rgb(255,187,253); }
H1.HeaderClassName
{
color: #FFBBFD;
}
.AnyTagClassName
{
color: #FFBBFD;
}
</style>
background-color css
<style>
a { background-color: #FFBBFD; }
a { background-color: rgb(255,187,253); }
div.DivClassName
{
background-color: #FFBBFD;
}
.BgClassName
{
background-color: #FFBBFD;
}
</style>
border-color css
<style>
span { border-color: #FFBBFD; }
span { border-color: rgb(255,187,253); }
td.TdClassName
{
border-color: #FFBBFD;
}
.TagClassName
{
border-color: #FFBBFD;
}
</style>