Shades of Lavender Rose #FBB0E7
Tints of Lavender Rose #FBB0E7
RGB
CMYK
RGB Variations
Color information
#FBB0E7 (or 0xFBB0E7) is known color: Lavender Rose. HEX triplet: FB, B0 and E7. RGB value is (251,176,231). Sum of RGB (Red+Green+Blue) = 251+176+231=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 176 (69.14% from 255 or 26.75% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0E7 is #044F18. Grayscale: #CCCCCC. Windows color (decimal): -282393 or 15184123. OLE color: 15184123.
HSL color Cylindrical-coordinate representation of color #FBB0E7: hue angle of 316º 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 #FBB0E7 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 231 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 316º | 0.9% | 0.84% | - |
| HSV(B) | 316º | 0.3% | 0.98% | - |
| XYZ | 69.73 | 57.33 | 82.99 | - |
| YUV | 204.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 231 | 0 | 0.30 | 0.08 | 0.02 | 316 | 0.9 | 0.84 |
| Hex | FB | B0 | E7 | 0 | 1E | 8 | 2 | 13C | 5A | 54 |
| Octal | 373 | 260 | 347 | 0 | 36 | 10 | 2 | 474 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11100111 | 0 | 11110 | 1000 | 10 | 100111100 | 1011010 | 1010100 |
Color Harmonies of #FBB0E7
Complementary color
Monochromatic Colors of #FBB0E7
Black with #FBB0E7
Text Example
Text Example
White with #FBB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0E7; }
p { color: rgb(251,176,231); }
H1.HeaderClassName
{
color: #FBB0E7;
}
.AnyTagClassName
{
color: #FBB0E7;
}
</style>
background-color css
<style>
a { background-color: #FBB0E7; }
a { background-color: rgb(251,176,231); }
div.DivClassName
{
background-color: #FBB0E7;
}
.BgClassName
{
background-color: #FBB0E7;
}
</style>
border-color css
<style>
span { border-color: #FBB0E7; }
span { border-color: rgb(251,176,231); }
td.TdClassName
{
border-color: #FBB0E7;
}
.TagClassName
{
border-color: #FBB0E7;
}
</style>