Shades of Lavender Rose #FBB5EC
Tints of Lavender Rose #FBB5EC
RGB
CMYK
RGB Variations
Color information
#FBB5EC (or 0xFBB5EC) is known color: Lavender Rose. HEX triplet: FB, B5 and EC. RGB value is (251,181,236). Sum of RGB (Red+Green+Blue) = 251+181+236=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 181 (71.09% from 255 or 27.10% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB5EC is #044A13. Grayscale: #D0D0D0. Windows color (decimal): -281108 or 15513083. OLE color: 15513083.
HSL color Cylindrical-coordinate representation of color #FBB5EC: hue angle of 312.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB5EC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 236 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.02 |
| HSL | 312.86º | 0.9% | 0.85% | - |
| HSV(B) | 312.86º | 0.28% | 0.98% | - |
| XYZ | 71.45 | 59.61 | 87.1 | - |
| YUV | 208.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 236 | 0 | 0.28 | 0.06 | 0.02 | 312.86 | 0.9 | 0.85 |
| Hex | FB | B5 | EC | 0 | 1C | 6 | 2 | 139 | 5A | 55 |
| Octal | 373 | 265 | 354 | 0 | 34 | 6 | 2 | 471 | 132 | 125 |
| Binary | 11111011 | 10110101 | 11101100 | 0 | 11100 | 110 | 10 | 100111001 | 1011010 | 1010101 |
Color Harmonies of #FBB5EC
Complementary color
Monochromatic Colors of #FBB5EC
Black with #FBB5EC
Text Example
Text Example
White with #FBB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5EC; }
p { color: rgb(251,181,236); }
H1.HeaderClassName
{
color: #FBB5EC;
}
.AnyTagClassName
{
color: #FBB5EC;
}
</style>
background-color css
<style>
a { background-color: #FBB5EC; }
a { background-color: rgb(251,181,236); }
div.DivClassName
{
background-color: #FBB5EC;
}
.BgClassName
{
background-color: #FBB5EC;
}
</style>
border-color css
<style>
span { border-color: #FBB5EC; }
span { border-color: rgb(251,181,236); }
td.TdClassName
{
border-color: #FBB5EC;
}
.TagClassName
{
border-color: #FBB5EC;
}
</style>