Shades of Melon #FFB9B0
Tints of Melon #FFB9B0
RGB
CMYK
RGB Variations
Color information
#FFB9B0 (or 0xFFB9B0) is known color: Melon. HEX triplet: FF, B9 and B0. RGB value is (255,185,176). Sum of RGB (Red+Green+Blue) = 255+185+176=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB9B0 is #00464F. Grayscale: #CDCDCD. Windows color (decimal): -18000 or 11581951. OLE color: 11581951.
HSL color Cylindrical-coordinate representation of color #FFB9B0: hue angle of 6.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB9B0 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 176 | - |
| CMYK | 0 | 0.27 | 0.31 | 0 |
| HSL | 6.84º | 1% | 0.85% | - |
| HSV(B) | 6.84º | 0.31% | 1% | - |
| XYZ | 66.43 | 59.09 | 48.98 | - |
| YUV | 204.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 176 | 0 | 0.27 | 0.31 | 0 | 6.84 | 1 | 0.85 |
| Hex | FF | B9 | B0 | 0 | 1B | 1F | 0 | 7 | 64 | 55 |
| Octal | 377 | 271 | 260 | 0 | 33 | 37 | 0 | 7 | 144 | 125 |
| Binary | 11111111 | 10111001 | 10110000 | 0 | 11011 | 11111 | 0 | 111 | 1100100 | 1010101 |
Color Harmonies of #FFB9B0
Complementary color
Monochromatic Colors of #FFB9B0
Black with #FFB9B0
Text Example
Text Example
White with #FFB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9B0; }
p { color: rgb(255,185,176); }
H1.HeaderClassName
{
color: #FFB9B0;
}
.AnyTagClassName
{
color: #FFB9B0;
}
</style>
background-color css
<style>
a { background-color: #FFB9B0; }
a { background-color: rgb(255,185,176); }
div.DivClassName
{
background-color: #FFB9B0;
}
.BgClassName
{
background-color: #FFB9B0;
}
</style>
border-color css
<style>
span { border-color: #FFB9B0; }
span { border-color: rgb(255,185,176); }
td.TdClassName
{
border-color: #FFB9B0;
}
.TagClassName
{
border-color: #FFB9B0;
}
</style>