Shades of Lavender Rose #FBBBF9
Tints of Lavender Rose #FBBBF9
RGB
CMYK
RGB Variations
Color information
#FBBBF9 (or 0xFBBBF9) is known color: Lavender Rose. HEX triplet: FB, BB and F9. RGB value is (251,187,249). Sum of RGB (Red+Green+Blue) = 251+187+249=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF9 is #044406. Grayscale: #D5D5D5. Windows color (decimal): -279559 or 16366587. OLE color: 16366587.
HSL color Cylindrical-coordinate representation of color #FBBBF9: hue angle of 301.88º 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 #FBBBF9 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 249 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.02 |
| HSL | 301.88º | 0.89% | 0.86% | - |
| HSV(B) | 301.88º | 0.25% | 0.98% | - |
| XYZ | 74.65 | 62.89 | 97.83 | - |
| YUV | 213.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 249 | 0 | 0.25 | 0.01 | 0.02 | 301.88 | 0.89 | 0.86 |
| Hex | FB | BB | F9 | 0 | 19 | 1 | 2 | 12E | 59 | 56 |
| Octal | 373 | 273 | 371 | 0 | 31 | 1 | 2 | 456 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11111001 | 0 | 11001 | 1 | 10 | 100101110 | 1011001 | 1010110 |
Color Harmonies of #FBBBF9
Complementary color
Monochromatic Colors of #FBBBF9
Black with #FBBBF9
Text Example
Text Example
White with #FBBBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBF9; }
p { color: rgb(251,187,249); }
H1.HeaderClassName
{
color: #FBBBF9;
}
.AnyTagClassName
{
color: #FBBBF9;
}
</style>
background-color css
<style>
a { background-color: #FBBBF9; }
a { background-color: rgb(251,187,249); }
div.DivClassName
{
background-color: #FBBBF9;
}
.BgClassName
{
background-color: #FBBBF9;
}
</style>
border-color css
<style>
span { border-color: #FBBBF9; }
span { border-color: rgb(251,187,249); }
td.TdClassName
{
border-color: #FBBBF9;
}
.TagClassName
{
border-color: #FBBBF9;
}
</style>