Shades of Lavender Rose #FBB9EF
Tints of Lavender Rose #FBB9EF
RGB
CMYK
RGB Variations
Color information
#FBB9EF (or 0xFBB9EF) is known color: Lavender Rose. HEX triplet: FB, B9 and EF. RGB value is (251,185,239). Sum of RGB (Red+Green+Blue) = 251+185+239=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBB9EF is #044610. Grayscale: #D2D2D2. Windows color (decimal): -280081 or 15710715. OLE color: 15710715.
HSL color Cylindrical-coordinate representation of color #FBB9EF: hue angle of 310.91º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9EF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 239 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.02 |
| HSL | 310.91º | 0.89% | 0.85% | - |
| HSV(B) | 310.91º | 0.26% | 0.98% | - |
| XYZ | 72.71 | 61.44 | 89.69 | - |
| YUV | 210.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 239 | 0 | 0.26 | 0.05 | 0.02 | 310.91 | 0.89 | 0.85 |
| Hex | FB | B9 | EF | 0 | 1A | 5 | 2 | 137 | 59 | 55 |
| Octal | 373 | 271 | 357 | 0 | 32 | 5 | 2 | 467 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11101111 | 0 | 11010 | 101 | 10 | 100110111 | 1011001 | 1010101 |
Color Harmonies of #FBB9EF
Complementary color
Monochromatic Colors of #FBB9EF
Black with #FBB9EF
Text Example
Text Example
White with #FBB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9EF; }
p { color: rgb(251,185,239); }
H1.HeaderClassName
{
color: #FBB9EF;
}
.AnyTagClassName
{
color: #FBB9EF;
}
</style>
background-color css
<style>
a { background-color: #FBB9EF; }
a { background-color: rgb(251,185,239); }
div.DivClassName
{
background-color: #FBB9EF;
}
.BgClassName
{
background-color: #FBB9EF;
}
</style>
border-color css
<style>
span { border-color: #FBB9EF; }
span { border-color: rgb(251,185,239); }
td.TdClassName
{
border-color: #FBB9EF;
}
.TagClassName
{
border-color: #FBB9EF;
}
</style>