Shades of Lavender Rose #FBBBE8
Tints of Lavender Rose #FBBBE8
RGB
CMYK
RGB Variations
Color information
#FBBBE8 (or 0xFBBBE8) is known color: Lavender Rose. HEX triplet: FB, BB and E8. RGB value is (251,187,232). Sum of RGB (Red+Green+Blue) = 251+187+232=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBE8 is #044417. Grayscale: #D3D3D3. Windows color (decimal): -279576 or 15252475. OLE color: 15252475.
HSL color Cylindrical-coordinate representation of color #FBBBE8: hue angle of 317.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 #FBBBE8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 232 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.02 |
| HSL | 317.81º | 0.89% | 0.86% | - |
| HSV(B) | 317.81º | 0.25% | 0.98% | - |
| XYZ | 72.12 | 61.88 | 84.49 | - |
| YUV | 211.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 232 | 0 | 0.25 | 0.08 | 0.02 | 317.81 | 0.89 | 0.86 |
| Hex | FB | BB | E8 | 0 | 19 | 8 | 2 | 13E | 59 | 56 |
| Octal | 373 | 273 | 350 | 0 | 31 | 10 | 2 | 476 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11101000 | 0 | 11001 | 1000 | 10 | 100111110 | 1011001 | 1010110 |
Color Harmonies of #FBBBE8
Complementary color
Monochromatic Colors of #FBBBE8
Black with #FBBBE8
Text Example
Text Example
White with #FBBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBE8; }
p { color: rgb(251,187,232); }
H1.HeaderClassName
{
color: #FBBBE8;
}
.AnyTagClassName
{
color: #FBBBE8;
}
</style>
background-color css
<style>
a { background-color: #FBBBE8; }
a { background-color: rgb(251,187,232); }
div.DivClassName
{
background-color: #FBBBE8;
}
.BgClassName
{
background-color: #FBBBE8;
}
</style>
border-color css
<style>
span { border-color: #FBBBE8; }
span { border-color: rgb(251,187,232); }
td.TdClassName
{
border-color: #FBBBE8;
}
.TagClassName
{
border-color: #FBBBE8;
}
</style>