Shades of Melon #FABBB0
Tints of Melon #FABBB0
RGB
CMYK
RGB Variations
Color information
#FABBB0 (or 0xFABBB0) is known color: Melon. HEX triplet: FA, BB and B0. RGB value is (250,187,176). Sum of RGB (Red+Green+Blue) = 250+187+176=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBB0 is #05444F. Grayscale: #CCCCCC. Windows color (decimal): -345168 or 11582458. OLE color: 11582458.
HSL color Cylindrical-coordinate representation of color #FABBB0: hue angle of 8.92º degrees, saturation: 0.88, 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 #FABBB0 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 176 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.02 |
| HSL | 8.92º | 0.88% | 0.84% | - |
| HSV(B) | 8.92º | 0.3% | 0.98% | - |
| XYZ | 65.03 | 59 | 49.03 | - |
| YUV | 204.58 | 111.87 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 176 | 0 | 0.25 | 0.30 | 0.02 | 8.92 | 0.88 | 0.84 |
| Hex | FA | BB | B0 | 0 | 19 | 1E | 2 | 9 | 58 | 54 |
| Octal | 372 | 273 | 260 | 0 | 31 | 36 | 2 | 11 | 130 | 124 |
| Binary | 11111010 | 10111011 | 10110000 | 0 | 11001 | 11110 | 10 | 1001 | 1011000 | 1010100 |
Color Harmonies of #FABBB0
Complementary color
Monochromatic Colors of #FABBB0
Black with #FABBB0
Text Example
Text Example
White with #FABBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBB0; }
p { color: rgb(250,187,176); }
H1.HeaderClassName
{
color: #FABBB0;
}
.AnyTagClassName
{
color: #FABBB0;
}
</style>
background-color css
<style>
a { background-color: #FABBB0; }
a { background-color: rgb(250,187,176); }
div.DivClassName
{
background-color: #FABBB0;
}
.BgClassName
{
background-color: #FABBB0;
}
</style>
border-color css
<style>
span { border-color: #FABBB0; }
span { border-color: rgb(250,187,176); }
td.TdClassName
{
border-color: #FABBB0;
}
.TagClassName
{
border-color: #FABBB0;
}
</style>