Shades of Melon #FAB9B0
Tints of Melon #FAB9B0
RGB
CMYK
RGB Variations
Color information
#FAB9B0 (or 0xFAB9B0) is known color: Melon. HEX triplet: FA, B9 and B0. RGB value is (250,185,176). Sum of RGB (Red+Green+Blue) = 250+185+176=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9B0 is #05464F. Grayscale: #CBCBCB. Windows color (decimal): -345680 or 11581946. OLE color: 11581946.
HSL color Cylindrical-coordinate representation of color #FAB9B0: hue angle of 7.3º 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 #FAB9B0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.02 |
| HSL | 7.3º | 0.88% | 0.84% | - |
| HSV(B) | 7.3º | 0.3% | 0.98% | - |
| XYZ | 64.61 | 58.16 | 48.89 | - |
| YUV | 203.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 176 | 0 | 0.26 | 0.30 | 0.02 | 7.3 | 0.88 | 0.84 |
| Hex | FA | B9 | B0 | 0 | 1A | 1E | 2 | 7 | 58 | 54 |
| Octal | 372 | 271 | 260 | 0 | 32 | 36 | 2 | 7 | 130 | 124 |
| Binary | 11111010 | 10111001 | 10110000 | 0 | 11010 | 11110 | 10 | 111 | 1011000 | 1010100 |
Color Harmonies of #FAB9B0
Complementary color
Monochromatic Colors of #FAB9B0
Black with #FAB9B0
Text Example
Text Example
White with #FAB9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9B0; }
p { color: rgb(250,185,176); }
H1.HeaderClassName
{
color: #FAB9B0;
}
.AnyTagClassName
{
color: #FAB9B0;
}
</style>
background-color css
<style>
a { background-color: #FAB9B0; }
a { background-color: rgb(250,185,176); }
div.DivClassName
{
background-color: #FAB9B0;
}
.BgClassName
{
background-color: #FAB9B0;
}
</style>
border-color css
<style>
span { border-color: #FAB9B0; }
span { border-color: rgb(250,185,176); }
td.TdClassName
{
border-color: #FAB9B0;
}
.TagClassName
{
border-color: #FAB9B0;
}
</style>