Shades of Lavender Rose #FBBBF8
Tints of Lavender Rose #FBBBF8
RGB
CMYK
RGB Variations
Color information
#FBBBF8 (or 0xFBBBF8) is known color: Lavender Rose. HEX triplet: FB, BB and F8. RGB value is (251,187,248). Sum of RGB (Red+Green+Blue) = 251+187+248=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 187 (73.44% from 255 or 27.26% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF8 is #044407. Grayscale: #D4D4D4. Windows color (decimal): -279560 or 16301051. OLE color: 16301051.
HSL color Cylindrical-coordinate representation of color #FBBBF8: hue angle of 302.81º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBF8 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 248 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.02 |
| HSL | 302.81º | 0.89% | 0.86% | - |
| HSV(B) | 302.81º | 0.25% | 0.98% | - |
| XYZ | 74.5 | 62.83 | 97.01 | - |
| YUV | 213.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 248 | 0 | 0.25 | 0.01 | 0.02 | 302.81 | 0.89 | 0.86 |
| Hex | FB | BB | F8 | 0 | 19 | 1 | 2 | 12F | 59 | 56 |
| Octal | 373 | 273 | 370 | 0 | 31 | 1 | 2 | 457 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11111000 | 0 | 11001 | 1 | 10 | 100101111 | 1011001 | 1010110 |
Color Harmonies of #FBBBF8
Complementary color
Monochromatic Colors of #FBBBF8
Black with #FBBBF8
Text Example
Text Example
White with #FBBBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBF8; }
p { color: rgb(251,187,248); }
H1.HeaderClassName
{
color: #FBBBF8;
}
.AnyTagClassName
{
color: #FBBBF8;
}
</style>
background-color css
<style>
a { background-color: #FBBBF8; }
a { background-color: rgb(251,187,248); }
div.DivClassName
{
background-color: #FBBBF8;
}
.BgClassName
{
background-color: #FBBBF8;
}
</style>
border-color css
<style>
span { border-color: #FBBBF8; }
span { border-color: rgb(251,187,248); }
td.TdClassName
{
border-color: #FBBBF8;
}
.TagClassName
{
border-color: #FBBBF8;
}
</style>