Shades of Lavender Rose #FBBBEF
Tints of Lavender Rose #FBBBEF
RGB
CMYK
RGB Variations
Color information
#FBBBEF (or 0xFBBBEF) is known color: Lavender Rose. HEX triplet: FB, BB and EF. RGB value is (251,187,239). Sum of RGB (Red+Green+Blue) = 251+187+239=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBEF is #044410. Grayscale: #D3D3D3. Windows color (decimal): -279569 or 15711227. OLE color: 15711227.
HSL color Cylindrical-coordinate representation of color #FBBBEF: hue angle of 311.25º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBEF is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 239 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.02 |
| HSL | 311.25º | 0.89% | 0.86% | - |
| HSV(B) | 311.25º | 0.25% | 0.98% | - |
| XYZ | 73.13 | 62.28 | 89.83 | - |
| YUV | 212.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 239 | 0 | 0.25 | 0.05 | 0.02 | 311.25 | 0.89 | 0.86 |
| Hex | FB | BB | EF | 0 | 19 | 5 | 2 | 137 | 59 | 56 |
| Octal | 373 | 273 | 357 | 0 | 31 | 5 | 2 | 467 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11101111 | 0 | 11001 | 101 | 10 | 100110111 | 1011001 | 1010110 |
Color Harmonies of #FBBBEF
Complementary color
Monochromatic Colors of #FBBBEF
Black with #FBBBEF
Text Example
Text Example
White with #FBBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBEF; }
p { color: rgb(251,187,239); }
H1.HeaderClassName
{
color: #FBBBEF;
}
.AnyTagClassName
{
color: #FBBBEF;
}
</style>
background-color css
<style>
a { background-color: #FBBBEF; }
a { background-color: rgb(251,187,239); }
div.DivClassName
{
background-color: #FBBBEF;
}
.BgClassName
{
background-color: #FBBBEF;
}
</style>
border-color css
<style>
span { border-color: #FBBBEF; }
span { border-color: rgb(251,187,239); }
td.TdClassName
{
border-color: #FBBBEF;
}
.TagClassName
{
border-color: #FBBBEF;
}
</style>