Shades of Lavender Rose #FBB0E1
Tints of Lavender Rose #FBB0E1
RGB
CMYK
RGB Variations
Color information
#FBB0E1 (or 0xFBB0E1) is known color: Lavender Rose. HEX triplet: FB, B0 and E1. RGB value is (251,176,225). Sum of RGB (Red+Green+Blue) = 251+176+225=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 176 (69.14% from 255 or 26.99% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0E1 is #044F1E. Grayscale: #CBCBCB. Windows color (decimal): -282399 or 14790907. OLE color: 14790907.
HSL color Cylindrical-coordinate representation of color #FBB0E1: hue angle of 320.8º 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 #FBB0E1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 225 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.02 |
| HSL | 320.8º | 0.9% | 0.84% | - |
| HSV(B) | 320.8º | 0.3% | 0.98% | - |
| XYZ | 68.9 | 57 | 78.6 | - |
| YUV | 204.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 225 | 0 | 0.30 | 0.10 | 0.02 | 320.8 | 0.9 | 0.84 |
| Hex | FB | B0 | E1 | 0 | 1E | A | 2 | 141 | 5A | 54 |
| Octal | 373 | 260 | 341 | 0 | 36 | 12 | 2 | 501 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11100001 | 0 | 11110 | 1010 | 10 | 101000001 | 1011010 | 1010100 |
Color Harmonies of #FBB0E1
Complementary color
Monochromatic Colors of #FBB0E1
Black with #FBB0E1
Text Example
Text Example
White with #FBB0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0E1; }
p { color: rgb(251,176,225); }
H1.HeaderClassName
{
color: #FBB0E1;
}
.AnyTagClassName
{
color: #FBB0E1;
}
</style>
background-color css
<style>
a { background-color: #FBB0E1; }
a { background-color: rgb(251,176,225); }
div.DivClassName
{
background-color: #FBB0E1;
}
.BgClassName
{
background-color: #FBB0E1;
}
</style>
border-color css
<style>
span { border-color: #FBB0E1; }
span { border-color: rgb(251,176,225); }
td.TdClassName
{
border-color: #FBB0E1;
}
.TagClassName
{
border-color: #FBB0E1;
}
</style>