Shades of Lavender Rose #FBB1EF
Tints of Lavender Rose #FBB1EF
RGB
CMYK
RGB Variations
Color information
#FBB1EF (or 0xFBB1EF) is known color: Lavender Rose. HEX triplet: FB, B1 and EF. RGB value is (251,177,239). Sum of RGB (Red+Green+Blue) = 251+177+239=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB1EF is #044E10. Grayscale: #CECECE. Windows color (decimal): -282129 or 15708667. OLE color: 15708667.
HSL color Cylindrical-coordinate representation of color #FBB1EF: hue angle of 309.73º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB1EF is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 239 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.02 |
| HSL | 309.73º | 0.9% | 0.84% | - |
| HSV(B) | 309.73º | 0.29% | 0.98% | - |
| XYZ | 71.09 | 58.19 | 89.15 | - |
| YUV | 206.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 239 | 0 | 0.29 | 0.05 | 0.02 | 309.73 | 0.9 | 0.84 |
| Hex | FB | B1 | EF | 0 | 1D | 5 | 2 | 136 | 5A | 54 |
| Octal | 373 | 261 | 357 | 0 | 35 | 5 | 2 | 466 | 132 | 124 |
| Binary | 11111011 | 10110001 | 11101111 | 0 | 11101 | 101 | 10 | 100110110 | 1011010 | 1010100 |
Color Harmonies of #FBB1EF
Complementary color
Monochromatic Colors of #FBB1EF
Black with #FBB1EF
Text Example
Text Example
White with #FBB1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB1EF; }
p { color: rgb(251,177,239); }
H1.HeaderClassName
{
color: #FBB1EF;
}
.AnyTagClassName
{
color: #FBB1EF;
}
</style>
background-color css
<style>
a { background-color: #FBB1EF; }
a { background-color: rgb(251,177,239); }
div.DivClassName
{
background-color: #FBB1EF;
}
.BgClassName
{
background-color: #FBB1EF;
}
</style>
border-color css
<style>
span { border-color: #FBB1EF; }
span { border-color: rgb(251,177,239); }
td.TdClassName
{
border-color: #FBB1EF;
}
.TagClassName
{
border-color: #FBB1EF;
}
</style>