Shades of Melon #FBB9B0
Tints of Melon #FBB9B0
RGB
CMYK
RGB Variations
Color information
#FBB9B0 (or 0xFBB9B0) is known color: Melon. HEX triplet: FB, B9 and B0. RGB value is (251,185,176). Sum of RGB (Red+Green+Blue) = 251+185+176=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9B0 is #04464F. Grayscale: #CBCBCB. Windows color (decimal): -280144 or 11581947. OLE color: 11581947.
HSL color Cylindrical-coordinate representation of color #FBB9B0: hue angle of 7.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 #FBB9B0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.02 |
| HSL | 7.2º | 0.9% | 0.84% | - |
| HSV(B) | 7.2º | 0.3% | 0.98% | - |
| XYZ | 64.97 | 58.34 | 48.91 | - |
| YUV | 203.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 176 | 0 | 0.26 | 0.30 | 0.02 | 7.2 | 0.9 | 0.84 |
| Hex | FB | B9 | B0 | 0 | 1A | 1E | 2 | 7 | 5A | 54 |
| Octal | 373 | 271 | 260 | 0 | 32 | 36 | 2 | 7 | 132 | 124 |
| Binary | 11111011 | 10111001 | 10110000 | 0 | 11010 | 11110 | 10 | 111 | 1011010 | 1010100 |
Color Harmonies of #FBB9B0
Complementary color
Monochromatic Colors of #FBB9B0
Black with #FBB9B0
Text Example
Text Example
White with #FBB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9B0; }
p { color: rgb(251,185,176); }
H1.HeaderClassName
{
color: #FBB9B0;
}
.AnyTagClassName
{
color: #FBB9B0;
}
</style>
background-color css
<style>
a { background-color: #FBB9B0; }
a { background-color: rgb(251,185,176); }
div.DivClassName
{
background-color: #FBB9B0;
}
.BgClassName
{
background-color: #FBB9B0;
}
</style>
border-color css
<style>
span { border-color: #FBB9B0; }
span { border-color: rgb(251,185,176); }
td.TdClassName
{
border-color: #FBB9B0;
}
.TagClassName
{
border-color: #FBB9B0;
}
</style>