Shades of Lavender Rose #FBB7EC
Tints of Lavender Rose #FBB7EC
RGB
CMYK
RGB Variations
Color information
#FBB7EC (or 0xFBB7EC) is known color: Lavender Rose. HEX triplet: FB, B7 and EC. RGB value is (251,183,236). Sum of RGB (Red+Green+Blue) = 251+183+236=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 183 (71.88% from 255 or 27.31% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7EC is #044813. Grayscale: #D1D1D1. Windows color (decimal): -280596 or 15513595. OLE color: 15513595.
HSL color Cylindrical-coordinate representation of color #FBB7EC: hue angle of 313.24º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB7EC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 236 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.02 |
| HSL | 313.24º | 0.89% | 0.85% | - |
| HSV(B) | 313.24º | 0.27% | 0.98% | - |
| XYZ | 71.86 | 60.43 | 87.23 | - |
| YUV | 209.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 236 | 0 | 0.27 | 0.06 | 0.02 | 313.24 | 0.89 | 0.85 |
| Hex | FB | B7 | EC | 0 | 1B | 6 | 2 | 139 | 59 | 55 |
| Octal | 373 | 267 | 354 | 0 | 33 | 6 | 2 | 471 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11101100 | 0 | 11011 | 110 | 10 | 100111001 | 1011001 | 1010101 |
Color Harmonies of #FBB7EC
Complementary color
Monochromatic Colors of #FBB7EC
Black with #FBB7EC
Text Example
Text Example
White with #FBB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7EC; }
p { color: rgb(251,183,236); }
H1.HeaderClassName
{
color: #FBB7EC;
}
.AnyTagClassName
{
color: #FBB7EC;
}
</style>
background-color css
<style>
a { background-color: #FBB7EC; }
a { background-color: rgb(251,183,236); }
div.DivClassName
{
background-color: #FBB7EC;
}
.BgClassName
{
background-color: #FBB7EC;
}
</style>
border-color css
<style>
span { border-color: #FBB7EC; }
span { border-color: rgb(251,183,236); }
td.TdClassName
{
border-color: #FBB7EC;
}
.TagClassName
{
border-color: #FBB7EC;
}
</style>