Shades of Melon #FABAB0
Tints of Melon #FABAB0
RGB
CMYK
RGB Variations
Color information
#FABAB0 (or 0xFABAB0) is known color: Melon. HEX triplet: FA, BA and B0. RGB value is (250,186,176). Sum of RGB (Red+Green+Blue) = 250+186+176=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAB0 is #05454F. Grayscale: #CCCCCC. Windows color (decimal): -345424 or 11582202. OLE color: 11582202.
HSL color Cylindrical-coordinate representation of color #FABAB0: hue angle of 8.11º 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 #FABAB0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.02 |
| HSL | 8.11º | 0.88% | 0.84% | - |
| HSV(B) | 8.11º | 0.3% | 0.98% | - |
| XYZ | 64.82 | 58.58 | 48.96 | - |
| YUV | 204 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 176 | 0 | 0.26 | 0.30 | 0.02 | 8.11 | 0.88 | 0.84 |
| Hex | FA | BA | B0 | 0 | 1A | 1E | 2 | 8 | 58 | 54 |
| Octal | 372 | 272 | 260 | 0 | 32 | 36 | 2 | 10 | 130 | 124 |
| Binary | 11111010 | 10111010 | 10110000 | 0 | 11010 | 11110 | 10 | 1000 | 1011000 | 1010100 |
Color Harmonies of #FABAB0
Complementary color
Monochromatic Colors of #FABAB0
Black with #FABAB0
Text Example
Text Example
White with #FABAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAB0; }
p { color: rgb(250,186,176); }
H1.HeaderClassName
{
color: #FABAB0;
}
.AnyTagClassName
{
color: #FABAB0;
}
</style>
background-color css
<style>
a { background-color: #FABAB0; }
a { background-color: rgb(250,186,176); }
div.DivClassName
{
background-color: #FABAB0;
}
.BgClassName
{
background-color: #FABAB0;
}
</style>
border-color css
<style>
span { border-color: #FABAB0; }
span { border-color: rgb(250,186,176); }
td.TdClassName
{
border-color: #FABAB0;
}
.TagClassName
{
border-color: #FABAB0;
}
</style>