Shades of Lavender Rose #FBBBEE
Tints of Lavender Rose #FBBBEE
RGB
CMYK
RGB Variations
Color information
#FBBBEE (or 0xFBBBEE) is known color: Lavender Rose. HEX triplet: FB, BB and EE. RGB value is (251,187,238). Sum of RGB (Red+Green+Blue) = 251+187+238=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 187 (73.44% from 255 or 27.66% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBEE is #044411. Grayscale: #D3D3D3. Windows color (decimal): -279570 or 15645691. OLE color: 15645691.
HSL color Cylindrical-coordinate representation of color #FBBBEE: hue angle of 312.19º 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 #FBBBEE is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 238 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.02 |
| HSL | 312.19º | 0.89% | 0.86% | - |
| HSV(B) | 312.19º | 0.25% | 0.98% | - |
| XYZ | 72.99 | 62.22 | 89.05 | - |
| YUV | 211.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 238 | 0 | 0.25 | 0.05 | 0.02 | 312.19 | 0.89 | 0.86 |
| Hex | FB | BB | EE | 0 | 19 | 5 | 2 | 138 | 59 | 56 |
| Octal | 373 | 273 | 356 | 0 | 31 | 5 | 2 | 470 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11101110 | 0 | 11001 | 101 | 10 | 100111000 | 1011001 | 1010110 |
Color Harmonies of #FBBBEE
Complementary color
Monochromatic Colors of #FBBBEE
Black with #FBBBEE
Text Example
Text Example
White with #FBBBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBEE; }
p { color: rgb(251,187,238); }
H1.HeaderClassName
{
color: #FBBBEE;
}
.AnyTagClassName
{
color: #FBBBEE;
}
</style>
background-color css
<style>
a { background-color: #FBBBEE; }
a { background-color: rgb(251,187,238); }
div.DivClassName
{
background-color: #FBBBEE;
}
.BgClassName
{
background-color: #FBBBEE;
}
</style>
border-color css
<style>
span { border-color: #FBBBEE; }
span { border-color: rgb(251,187,238); }
td.TdClassName
{
border-color: #FBBBEE;
}
.TagClassName
{
border-color: #FBBBEE;
}
</style>