Shades of Melon #FABBA5
Tints of Melon #FABBA5
RGB
CMYK
RGB Variations
Color information
#FABBA5 (or 0xFABBA5) is known color: Melon. HEX triplet: FA, BB and A5. RGB value is (250,187,165). Sum of RGB (Red+Green+Blue) = 250+187+165=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBA5 is #05445A. Grayscale: #CBCBCB. Windows color (decimal): -345179 or 10861562. OLE color: 10861562.
HSL color Cylindrical-coordinate representation of color #FABBA5: hue angle of 15.53º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FABBA5 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 165 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.02 |
| HSL | 15.53º | 0.89% | 0.81% | - |
| HSV(B) | 15.53º | 0.34% | 0.98% | - |
| XYZ | 63.99 | 58.58 | 43.53 | - |
| YUV | 203.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 165 | 0 | 0.25 | 0.34 | 0.02 | 15.53 | 0.89 | 0.81 |
| Hex | FA | BB | A5 | 0 | 19 | 22 | 2 | 10 | 59 | 51 |
| Octal | 372 | 273 | 245 | 0 | 31 | 42 | 2 | 20 | 131 | 121 |
| Binary | 11111010 | 10111011 | 10100101 | 0 | 11001 | 100010 | 10 | 10000 | 1011001 | 1010001 |
Color Harmonies of #FABBA5
Complementary color
Monochromatic Colors of #FABBA5
Black with #FABBA5
Text Example
Text Example
White with #FABBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBA5; }
p { color: rgb(250,187,165); }
H1.HeaderClassName
{
color: #FABBA5;
}
.AnyTagClassName
{
color: #FABBA5;
}
</style>
background-color css
<style>
a { background-color: #FABBA5; }
a { background-color: rgb(250,187,165); }
div.DivClassName
{
background-color: #FABBA5;
}
.BgClassName
{
background-color: #FABBA5;
}
</style>
border-color css
<style>
span { border-color: #FABBA5; }
span { border-color: rgb(250,187,165); }
td.TdClassName
{
border-color: #FABBA5;
}
.TagClassName
{
border-color: #FABBA5;
}
</style>