Shades of Melon #FBB7B0
Tints of Melon #FBB7B0
RGB
CMYK
RGB Variations
Color information
#FBB7B0 (or 0xFBB7B0) is known color: Melon. HEX triplet: FB, B7 and B0. RGB value is (251,183,176). Sum of RGB (Red+Green+Blue) = 251+183+176=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB7B0 is #04484F. Grayscale: #CACACA. Windows color (decimal): -280656 or 11581435. OLE color: 11581435.
HSL color Cylindrical-coordinate representation of color #FBB7B0: hue angle of 5.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 #FBB7B0 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 176 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.02 |
| HSL | 5.6º | 0.9% | 0.84% | - |
| HSV(B) | 5.6º | 0.3% | 0.98% | - |
| XYZ | 64.55 | 57.51 | 48.77 | - |
| YUV | 202.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 176 | 0 | 0.27 | 0.30 | 0.02 | 5.6 | 0.9 | 0.84 |
| Hex | FB | B7 | B0 | 0 | 1B | 1E | 2 | 6 | 5A | 54 |
| Octal | 373 | 267 | 260 | 0 | 33 | 36 | 2 | 6 | 132 | 124 |
| Binary | 11111011 | 10110111 | 10110000 | 0 | 11011 | 11110 | 10 | 110 | 1011010 | 1010100 |
Color Harmonies of #FBB7B0
Complementary color
Monochromatic Colors of #FBB7B0
Black with #FBB7B0
Text Example
Text Example
White with #FBB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB7B0; }
p { color: rgb(251,183,176); }
H1.HeaderClassName
{
color: #FBB7B0;
}
.AnyTagClassName
{
color: #FBB7B0;
}
</style>
background-color css
<style>
a { background-color: #FBB7B0; }
a { background-color: rgb(251,183,176); }
div.DivClassName
{
background-color: #FBB7B0;
}
.BgClassName
{
background-color: #FBB7B0;
}
</style>
border-color css
<style>
span { border-color: #FBB7B0; }
span { border-color: rgb(251,183,176); }
td.TdClassName
{
border-color: #FBB7B0;
}
.TagClassName
{
border-color: #FBB7B0;
}
</style>