Shades of Lavender Rose #FBBBEA
Tints of Lavender Rose #FBBBEA
RGB
CMYK
RGB Variations
Color information
#FBBBEA (or 0xFBBBEA) is known color: Lavender Rose. HEX triplet: FB, BB and EA. RGB value is (251,187,234). Sum of RGB (Red+Green+Blue) = 251+187+234=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 187 (73.44% from 255 or 27.83% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBEA is #044415. Grayscale: #D3D3D3. Windows color (decimal): -279574 or 15383547. OLE color: 15383547.
HSL color Cylindrical-coordinate representation of color #FBBBEA: hue angle of 315.94º 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 #FBBBEA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 234 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.02 |
| HSL | 315.94º | 0.89% | 0.86% | - |
| HSV(B) | 315.94º | 0.25% | 0.98% | - |
| XYZ | 72.41 | 61.99 | 85.99 | - |
| YUV | 211.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 234 | 0 | 0.25 | 0.07 | 0.02 | 315.94 | 0.89 | 0.86 |
| Hex | FB | BB | EA | 0 | 19 | 7 | 2 | 13C | 59 | 56 |
| Octal | 373 | 273 | 352 | 0 | 31 | 7 | 2 | 474 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11101010 | 0 | 11001 | 111 | 10 | 100111100 | 1011001 | 1010110 |
Color Harmonies of #FBBBEA
Complementary color
Monochromatic Colors of #FBBBEA
Black with #FBBBEA
Text Example
Text Example
White with #FBBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBEA; }
p { color: rgb(251,187,234); }
H1.HeaderClassName
{
color: #FBBBEA;
}
.AnyTagClassName
{
color: #FBBBEA;
}
</style>
background-color css
<style>
a { background-color: #FBBBEA; }
a { background-color: rgb(251,187,234); }
div.DivClassName
{
background-color: #FBBBEA;
}
.BgClassName
{
background-color: #FBBBEA;
}
</style>
border-color css
<style>
span { border-color: #FBBBEA; }
span { border-color: rgb(251,187,234); }
td.TdClassName
{
border-color: #FBBBEA;
}
.TagClassName
{
border-color: #FBBBEA;
}
</style>