Shades of Melon #FABAA5
Tints of Melon #FABAA5
RGB
CMYK
RGB Variations
Color information
#FABAA5 (or 0xFABAA5) is known color: Melon. HEX triplet: FA, BA and A5. RGB value is (250,186,165). Sum of RGB (Red+Green+Blue) = 250+186+165=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA5 is #05455A. Grayscale: #CACACA. Windows color (decimal): -345435 or 10861306. OLE color: 10861306.
HSL color Cylindrical-coordinate representation of color #FABAA5: hue angle of 14.82º 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 #FABAA5 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 165 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.02 |
| HSL | 14.82º | 0.89% | 0.81% | - |
| HSV(B) | 14.82º | 0.34% | 0.98% | - |
| XYZ | 63.77 | 58.16 | 43.46 | - |
| YUV | 202.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 165 | 0 | 0.26 | 0.34 | 0.02 | 14.82 | 0.89 | 0.81 |
| Hex | FA | BA | A5 | 0 | 1A | 22 | 2 | F | 59 | 51 |
| Octal | 372 | 272 | 245 | 0 | 32 | 42 | 2 | 17 | 131 | 121 |
| Binary | 11111010 | 10111010 | 10100101 | 0 | 11010 | 100010 | 10 | 1111 | 1011001 | 1010001 |
Color Harmonies of #FABAA5
Complementary color
Monochromatic Colors of #FABAA5
Black with #FABAA5
Text Example
Text Example
White with #FABAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAA5; }
p { color: rgb(250,186,165); }
H1.HeaderClassName
{
color: #FABAA5;
}
.AnyTagClassName
{
color: #FABAA5;
}
</style>
background-color css
<style>
a { background-color: #FABAA5; }
a { background-color: rgb(250,186,165); }
div.DivClassName
{
background-color: #FABAA5;
}
.BgClassName
{
background-color: #FABAA5;
}
</style>
border-color css
<style>
span { border-color: #FABAA5; }
span { border-color: rgb(250,186,165); }
td.TdClassName
{
border-color: #FABAA5;
}
.TagClassName
{
border-color: #FABAA5;
}
</style>