Shades of Melon #FABBA9
Tints of Melon #FABBA9
RGB
CMYK
RGB Variations
Color information
#FABBA9 (or 0xFABBA9) is known color: Melon. HEX triplet: FA, BB and A9. RGB value is (250,187,169). Sum of RGB (Red+Green+Blue) = 250+187+169=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA9 is #054456. Grayscale: #CBCBCB. Windows color (decimal): -345175 or 11123706. OLE color: 11123706.
HSL color Cylindrical-coordinate representation of color #FABBA9: hue angle of 13.33º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FABBA9 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 169 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.02 |
| HSL | 13.33º | 0.89% | 0.82% | - |
| HSV(B) | 13.33º | 0.32% | 0.98% | - |
| XYZ | 64.36 | 58.73 | 45.48 | - |
| YUV | 203.79 | 108.37 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 169 | 0 | 0.25 | 0.32 | 0.02 | 13.33 | 0.89 | 0.82 |
| Hex | FA | BB | A9 | 0 | 19 | 20 | 2 | D | 59 | 52 |
| Octal | 372 | 273 | 251 | 0 | 31 | 40 | 2 | 15 | 131 | 122 |
| Binary | 11111010 | 10111011 | 10101001 | 0 | 11001 | 100000 | 10 | 1101 | 1011001 | 1010010 |
Color Harmonies of #FABBA9
Complementary color
Monochromatic Colors of #FABBA9
Black with #FABBA9
Text Example
Text Example
White with #FABBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBA9; }
p { color: rgb(250,187,169); }
H1.HeaderClassName
{
color: #FABBA9;
}
.AnyTagClassName
{
color: #FABBA9;
}
</style>
background-color css
<style>
a { background-color: #FABBA9; }
a { background-color: rgb(250,187,169); }
div.DivClassName
{
background-color: #FABBA9;
}
.BgClassName
{
background-color: #FABBA9;
}
</style>
border-color css
<style>
span { border-color: #FABBA9; }
span { border-color: rgb(250,187,169); }
td.TdClassName
{
border-color: #FABBA9;
}
.TagClassName
{
border-color: #FABBA9;
}
</style>