Shades of Lavender Rose #FBB7EF
Tints of Lavender Rose #FBB7EF
RGB
CMYK
RGB Variations
Color information
#FBB7EF (or 0xFBB7EF) is known color: Lavender Rose. HEX triplet: FB, B7 and EF. RGB value is (251,183,239). Sum of RGB (Red+Green+Blue) = 251+183+239=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB7EF is #044810. Grayscale: #D1D1D1. Windows color (decimal): -280593 or 15710203. OLE color: 15710203.
HSL color Cylindrical-coordinate representation of color #FBB7EF: hue angle of 310.59º 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 #FBB7EF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 239 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.02 |
| HSL | 310.59º | 0.89% | 0.85% | - |
| HSV(B) | 310.59º | 0.27% | 0.98% | - |
| XYZ | 72.3 | 60.61 | 89.55 | - |
| YUV | 209.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 239 | 0 | 0.27 | 0.05 | 0.02 | 310.59 | 0.89 | 0.85 |
| Hex | FB | B7 | EF | 0 | 1B | 5 | 2 | 137 | 59 | 55 |
| Octal | 373 | 267 | 357 | 0 | 33 | 5 | 2 | 467 | 131 | 125 |
| Binary | 11111011 | 10110111 | 11101111 | 0 | 11011 | 101 | 10 | 100110111 | 1011001 | 1010101 |
Color Harmonies of #FBB7EF
Complementary color
Monochromatic Colors of #FBB7EF
Black with #FBB7EF
Text Example
Text Example
White with #FBB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7EF; }
p { color: rgb(251,183,239); }
H1.HeaderClassName
{
color: #FBB7EF;
}
.AnyTagClassName
{
color: #FBB7EF;
}
</style>
background-color css
<style>
a { background-color: #FBB7EF; }
a { background-color: rgb(251,183,239); }
div.DivClassName
{
background-color: #FBB7EF;
}
.BgClassName
{
background-color: #FBB7EF;
}
</style>
border-color css
<style>
span { border-color: #FBB7EF; }
span { border-color: rgb(251,183,239); }
td.TdClassName
{
border-color: #FBB7EF;
}
.TagClassName
{
border-color: #FBB7EF;
}
</style>