Shades of Lavender Rose #FBB0E8
Tints of Lavender Rose #FBB0E8
RGB
CMYK
RGB Variations
Color information
#FBB0E8 (or 0xFBB0E8) is known color: Lavender Rose. HEX triplet: FB, B0 and E8. RGB value is (251,176,232). Sum of RGB (Red+Green+Blue) = 251+176+232=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB0E8 is #044F17. Grayscale: #CCCCCC. Windows color (decimal): -282392 or 15249659. OLE color: 15249659.
HSL color Cylindrical-coordinate representation of color #FBB0E8: hue angle of 315.2º 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 #FBB0E8 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 232 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.02 |
| HSL | 315.2º | 0.9% | 0.84% | - |
| HSV(B) | 315.2º | 0.3% | 0.98% | - |
| XYZ | 69.87 | 57.39 | 83.74 | - |
| YUV | 204.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 232 | 0 | 0.30 | 0.08 | 0.02 | 315.2 | 0.9 | 0.84 |
| Hex | FB | B0 | E8 | 0 | 1E | 8 | 2 | 13B | 5A | 54 |
| Octal | 373 | 260 | 350 | 0 | 36 | 10 | 2 | 473 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11101000 | 0 | 11110 | 1000 | 10 | 100111011 | 1011010 | 1010100 |
Color Harmonies of #FBB0E8
Complementary color
Monochromatic Colors of #FBB0E8
Black with #FBB0E8
Text Example
Text Example
White with #FBB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0E8; }
p { color: rgb(251,176,232); }
H1.HeaderClassName
{
color: #FBB0E8;
}
.AnyTagClassName
{
color: #FBB0E8;
}
</style>
background-color css
<style>
a { background-color: #FBB0E8; }
a { background-color: rgb(251,176,232); }
div.DivClassName
{
background-color: #FBB0E8;
}
.BgClassName
{
background-color: #FBB0E8;
}
</style>
border-color css
<style>
span { border-color: #FBB0E8; }
span { border-color: rgb(251,176,232); }
td.TdClassName
{
border-color: #FBB0E8;
}
.TagClassName
{
border-color: #FBB0E8;
}
</style>