Shades of Lavender Rose #FBB0E0
Tints of Lavender Rose #FBB0E0
RGB
CMYK
RGB Variations
Color information
#FBB0E0 (or 0xFBB0E0) is known color: Lavender Rose. HEX triplet: FB, B0 and E0. RGB value is (251,176,224). Sum of RGB (Red+Green+Blue) = 251+176+224=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0E0 is #044F1F. Grayscale: #CBCBCB. Windows color (decimal): -282400 or 14725371. OLE color: 14725371.
HSL color Cylindrical-coordinate representation of color #FBB0E0: hue angle of 321.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 #FBB0E0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 224 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.02 |
| HSL | 321.6º | 0.9% | 0.84% | - |
| HSV(B) | 321.6º | 0.3% | 0.98% | - |
| XYZ | 68.76 | 56.94 | 77.89 | - |
| YUV | 203.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 224 | 0 | 0.30 | 0.11 | 0.02 | 321.6 | 0.9 | 0.84 |
| Hex | FB | B0 | E0 | 0 | 1E | B | 2 | 142 | 5A | 54 |
| Octal | 373 | 260 | 340 | 0 | 36 | 13 | 2 | 502 | 132 | 124 |
| Binary | 11111011 | 10110000 | 11100000 | 0 | 11110 | 1011 | 10 | 101000010 | 1011010 | 1010100 |
Color Harmonies of #FBB0E0
Complementary color
Monochromatic Colors of #FBB0E0
Black with #FBB0E0
Text Example
Text Example
White with #FBB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0E0; }
p { color: rgb(251,176,224); }
H1.HeaderClassName
{
color: #FBB0E0;
}
.AnyTagClassName
{
color: #FBB0E0;
}
</style>
background-color css
<style>
a { background-color: #FBB0E0; }
a { background-color: rgb(251,176,224); }
div.DivClassName
{
background-color: #FBB0E0;
}
.BgClassName
{
background-color: #FBB0E0;
}
</style>
border-color css
<style>
span { border-color: #FBB0E0; }
span { border-color: rgb(251,176,224); }
td.TdClassName
{
border-color: #FBB0E0;
}
.TagClassName
{
border-color: #FBB0E0;
}
</style>