Shades of Melon #FBBAB0
Tints of Melon #FBBAB0
RGB
CMYK
RGB Variations
Color information
#FBBAB0 (or 0xFBBAB0) is known color: Melon. HEX triplet: FB, BA and B0. RGB value is (251,186,176). Sum of RGB (Red+Green+Blue) = 251+186+176=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAB0 is #04454F. Grayscale: #CCCCCC. Windows color (decimal): -279888 or 11582203. OLE color: 11582203.
HSL color Cylindrical-coordinate representation of color #FBBAB0: hue angle of 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 #FBBAB0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.02 |
| HSL | 8º | 0.9% | 0.84% | - |
| HSV(B) | 8º | 0.3% | 0.98% | - |
| XYZ | 65.18 | 58.76 | 48.98 | - |
| YUV | 204.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 176 | 0 | 0.26 | 0.30 | 0.02 | 8 | 0.9 | 0.84 |
| Hex | FB | BA | B0 | 0 | 1A | 1E | 2 | 8 | 5A | 54 |
| Octal | 373 | 272 | 260 | 0 | 32 | 36 | 2 | 10 | 132 | 124 |
| Binary | 11111011 | 10111010 | 10110000 | 0 | 11010 | 11110 | 10 | 1000 | 1011010 | 1010100 |
Color Harmonies of #FBBAB0
Complementary color
Monochromatic Colors of #FBBAB0
Black with #FBBAB0
Text Example
Text Example
White with #FBBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAB0; }
p { color: rgb(251,186,176); }
H1.HeaderClassName
{
color: #FBBAB0;
}
.AnyTagClassName
{
color: #FBBAB0;
}
</style>
background-color css
<style>
a { background-color: #FBBAB0; }
a { background-color: rgb(251,186,176); }
div.DivClassName
{
background-color: #FBBAB0;
}
.BgClassName
{
background-color: #FBBAB0;
}
</style>
border-color css
<style>
span { border-color: #FBBAB0; }
span { border-color: rgb(251,186,176); }
td.TdClassName
{
border-color: #FBBAB0;
}
.TagClassName
{
border-color: #FBBAB0;
}
</style>