Shades of Melon #FBB9B6
Tints of Melon #FBB9B6
RGB
CMYK
RGB Variations
Color information
#FBB9B6 (or 0xFBB9B6) is known color: Melon. HEX triplet: FB, B9 and B6. RGB value is (251,185,182). Sum of RGB (Red+Green+Blue) = 251+185+182=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9B6 is #044649. Grayscale: #CCCCCC. Windows color (decimal): -280138 or 11975163. OLE color: 11975163.
HSL color Cylindrical-coordinate representation of color #FBB9B6: hue angle of 2.61º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB9B6 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 182 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.02 |
| HSL | 2.61º | 0.9% | 0.85% | - |
| HSV(B) | 2.61º | 0.27% | 0.98% | - |
| XYZ | 65.58 | 58.58 | 52.11 | - |
| YUV | 204.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 182 | 0 | 0.26 | 0.27 | 0.02 | 2.61 | 0.9 | 0.85 |
| Hex | FB | B9 | B6 | 0 | 1A | 1B | 2 | 3 | 5A | 55 |
| Octal | 373 | 271 | 266 | 0 | 32 | 33 | 2 | 3 | 132 | 125 |
| Binary | 11111011 | 10111001 | 10110110 | 0 | 11010 | 11011 | 10 | 11 | 1011010 | 1010101 |
Color Harmonies of #FBB9B6
Complementary color
Monochromatic Colors of #FBB9B6
Black with #FBB9B6
Text Example
Text Example
White with #FBB9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9B6; }
p { color: rgb(251,185,182); }
H1.HeaderClassName
{
color: #FBB9B6;
}
.AnyTagClassName
{
color: #FBB9B6;
}
</style>
background-color css
<style>
a { background-color: #FBB9B6; }
a { background-color: rgb(251,185,182); }
div.DivClassName
{
background-color: #FBB9B6;
}
.BgClassName
{
background-color: #FBB9B6;
}
</style>
border-color css
<style>
span { border-color: #FBB9B6; }
span { border-color: rgb(251,185,182); }
td.TdClassName
{
border-color: #FBB9B6;
}
.TagClassName
{
border-color: #FBB9B6;
}
</style>