Shades of Melon #FBBBA9
Tints of Melon #FBBBA9
RGB
CMYK
RGB Variations
Color information
#FBBBA9 (or 0xFBBBA9) is known color: Melon. HEX triplet: FB, BB and A9. RGB value is (251,187,169). Sum of RGB (Red+Green+Blue) = 251+187+169=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBA9 is #044456. Grayscale: #CCCCCC. Windows color (decimal): -279639 or 11123707. OLE color: 11123707.
HSL color Cylindrical-coordinate representation of color #FBBBA9: hue angle of 13.17º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBBBA9 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 169 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.02 |
| HSL | 13.17º | 0.91% | 0.82% | - |
| HSV(B) | 13.17º | 0.33% | 0.98% | - |
| XYZ | 64.72 | 58.91 | 45.5 | - |
| YUV | 204.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 169 | 0 | 0.25 | 0.33 | 0.02 | 13.17 | 0.91 | 0.82 |
| Hex | FB | BB | A9 | 0 | 19 | 21 | 2 | D | 5B | 52 |
| Octal | 373 | 273 | 251 | 0 | 31 | 41 | 2 | 15 | 133 | 122 |
| Binary | 11111011 | 10111011 | 10101001 | 0 | 11001 | 100001 | 10 | 1101 | 1011011 | 1010010 |
Color Harmonies of #FBBBA9
Complementary color
Monochromatic Colors of #FBBBA9
Black with #FBBBA9
Text Example
Text Example
White with #FBBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBA9; }
p { color: rgb(251,187,169); }
H1.HeaderClassName
{
color: #FBBBA9;
}
.AnyTagClassName
{
color: #FBBBA9;
}
</style>
background-color css
<style>
a { background-color: #FBBBA9; }
a { background-color: rgb(251,187,169); }
div.DivClassName
{
background-color: #FBBBA9;
}
.BgClassName
{
background-color: #FBBBA9;
}
</style>
border-color css
<style>
span { border-color: #FBBBA9; }
span { border-color: rgb(251,187,169); }
td.TdClassName
{
border-color: #FBBBA9;
}
.TagClassName
{
border-color: #FBBBA9;
}
</style>