Shades of Lavender Rose #FBBEF1
Tints of Lavender Rose #FBBEF1
RGB
CMYK
RGB Variations
Color information
#FBBEF1 (or 0xFBBEF1) is known color: Lavender Rose. HEX triplet: FB, BE and F1. RGB value is (251,190,241). Sum of RGB (Red+Green+Blue) = 251+190+241=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEF1 is #04410E. Grayscale: #D5D5D5. Windows color (decimal): -278799 or 15843067. OLE color: 15843067.
HSL color Cylindrical-coordinate representation of color #FBBEF1: hue angle of 309.84º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEF1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 241 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.02 |
| HSL | 309.84º | 0.88% | 0.86% | - |
| HSV(B) | 309.84º | 0.24% | 0.98% | - |
| XYZ | 74.07 | 63.69 | 91.61 | - |
| YUV | 214.05 | 143.21 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 241 | 0 | 0.24 | 0.04 | 0.02 | 309.84 | 0.88 | 0.86 |
| Hex | FB | BE | F1 | 0 | 18 | 4 | 2 | 136 | 58 | 56 |
| Octal | 373 | 276 | 361 | 0 | 30 | 4 | 2 | 466 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11110001 | 0 | 11000 | 100 | 10 | 100110110 | 1011000 | 1010110 |
Color Harmonies of #FBBEF1
Complementary color
Monochromatic Colors of #FBBEF1
Black with #FBBEF1
Text Example
Text Example
White with #FBBEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEF1; }
p { color: rgb(251,190,241); }
H1.HeaderClassName
{
color: #FBBEF1;
}
.AnyTagClassName
{
color: #FBBEF1;
}
</style>
background-color css
<style>
a { background-color: #FBBEF1; }
a { background-color: rgb(251,190,241); }
div.DivClassName
{
background-color: #FBBEF1;
}
.BgClassName
{
background-color: #FBBEF1;
}
</style>
border-color css
<style>
span { border-color: #FBBEF1; }
span { border-color: rgb(251,190,241); }
td.TdClassName
{
border-color: #FBBEF1;
}
.TagClassName
{
border-color: #FBBEF1;
}
</style>