Shades of Lavender Rose #FBB0E5
Tints of Lavender Rose #FBB0E5
RGB
CMYK
RGB Variations
Color information
#FBB0E5 (or 0xFBB0E5) is known color: Lavender Rose. HEX triplet: FB, B0 and E5. RGB value is (251,176,229). Sum of RGB (Red+Green+Blue) = 251+176+229=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0E5 is #044F1A. Grayscale: #CCCCCC. Windows color (decimal): -282395 or 15053051. OLE color: 15053051.
HSL color Cylindrical-coordinate representation of color #FBB0E5: hue angle of 317.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0E5 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 229 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.02 |
| HSL | 317.6º | 0.9% | 0.84% | - |
| HSV(B) | 317.6º | 0.3% | 0.98% | - |
| XYZ | 69.45 | 57.22 | 81.51 | - |
| YUV | 204.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 229 | 0 | 0.30 | 0.09 | 0.02 | 317.6 | 0.9 | 0.84 |
| Hex | FB | B0 | E5 | 0 | 1E | 9 | 2 | 13E | 5A | 54 |
| Octal | 373 | 260 | 345 | 0 | 36 | 11 | 2 | 476 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11100101 | 0 | 11110 | 1001 | 10 | 100111110 | 1011010 | 1010100 |
Color Harmonies of #FBB0E5
Complementary color
Monochromatic Colors of #FBB0E5
Black with #FBB0E5
Text Example
Text Example
White with #FBB0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0E5; }
p { color: rgb(251,176,229); }
H1.HeaderClassName
{
color: #FBB0E5;
}
.AnyTagClassName
{
color: #FBB0E5;
}
</style>
background-color css
<style>
a { background-color: #FBB0E5; }
a { background-color: rgb(251,176,229); }
div.DivClassName
{
background-color: #FBB0E5;
}
.BgClassName
{
background-color: #FBB0E5;
}
</style>
border-color css
<style>
span { border-color: #FBB0E5; }
span { border-color: rgb(251,176,229); }
td.TdClassName
{
border-color: #FBB0E5;
}
.TagClassName
{
border-color: #FBB0E5;
}
</style>