Shades of Lavender Rose #FBBBF5
Tints of Lavender Rose #FBBBF5
RGB
CMYK
RGB Variations
Color information
#FBBBF5 (or 0xFBBBF5) is known color: Lavender Rose. HEX triplet: FB, BB and F5. RGB value is (251,187,245). Sum of RGB (Red+Green+Blue) = 251+187+245=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF5 is #04440A. Grayscale: #D4D4D4. Windows color (decimal): -279563 or 16104443. OLE color: 16104443.
HSL color Cylindrical-coordinate representation of color #FBBBF5: hue angle of 305.62º 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 #FBBBF5 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 245 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.02 |
| HSL | 305.63º | 0.89% | 0.86% | - |
| HSV(B) | 305.63º | 0.25% | 0.98% | - |
| XYZ | 74.04 | 62.64 | 94.58 | - |
| YUV | 212.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 245 | 0 | 0.25 | 0.02 | 0.02 | 305.63 | 0.89 | 0.86 |
| Hex | FB | BB | F5 | 0 | 19 | 2 | 2 | 132 | 59 | 56 |
| Octal | 373 | 273 | 365 | 0 | 31 | 2 | 2 | 462 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11110101 | 0 | 11001 | 10 | 10 | 100110010 | 1011001 | 1010110 |
Color Harmonies of #FBBBF5
Complementary color
Monochromatic Colors of #FBBBF5
Black with #FBBBF5
Text Example
Text Example
White with #FBBBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBF5; }
p { color: rgb(251,187,245); }
H1.HeaderClassName
{
color: #FBBBF5;
}
.AnyTagClassName
{
color: #FBBBF5;
}
</style>
background-color css
<style>
a { background-color: #FBBBF5; }
a { background-color: rgb(251,187,245); }
div.DivClassName
{
background-color: #FBBBF5;
}
.BgClassName
{
background-color: #FBBBF5;
}
</style>
border-color css
<style>
span { border-color: #FBBBF5; }
span { border-color: rgb(251,187,245); }
td.TdClassName
{
border-color: #FBBBF5;
}
.TagClassName
{
border-color: #FBBBF5;
}
</style>