Shades of Melon #FABAA4
Tints of Melon #FABAA4
RGB
CMYK
RGB Variations
Color information
#FABAA4 (or 0xFABAA4) is known color: Melon. HEX triplet: FA, BA and A4. RGB value is (250,186,164). Sum of RGB (Red+Green+Blue) = 250+186+164=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA4 is #05455B. Grayscale: #CACACA. Windows color (decimal): -345436 or 10795770. OLE color: 10795770.
HSL color Cylindrical-coordinate representation of color #FABAA4: hue angle of 15.35º degrees, saturation: 0.9, 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 #FABAA4 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 164 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.02 |
| HSL | 15.35º | 0.9% | 0.81% | - |
| HSV(B) | 15.35º | 0.34% | 0.98% | - |
| XYZ | 63.68 | 58.12 | 42.98 | - |
| YUV | 202.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 164 | 0 | 0.26 | 0.34 | 0.02 | 15.35 | 0.9 | 0.81 |
| Hex | FA | BA | A4 | 0 | 1A | 22 | 2 | F | 5A | 51 |
| Octal | 372 | 272 | 244 | 0 | 32 | 42 | 2 | 17 | 132 | 121 |
| Binary | 11111010 | 10111010 | 10100100 | 0 | 11010 | 100010 | 10 | 1111 | 1011010 | 1010001 |
Color Harmonies of #FABAA4
Complementary color
Monochromatic Colors of #FABAA4
Black with #FABAA4
Text Example
Text Example
White with #FABAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAA4; }
p { color: rgb(250,186,164); }
H1.HeaderClassName
{
color: #FABAA4;
}
.AnyTagClassName
{
color: #FABAA4;
}
</style>
background-color css
<style>
a { background-color: #FABAA4; }
a { background-color: rgb(250,186,164); }
div.DivClassName
{
background-color: #FABAA4;
}
.BgClassName
{
background-color: #FABAA4;
}
</style>
border-color css
<style>
span { border-color: #FABAA4; }
span { border-color: rgb(250,186,164); }
td.TdClassName
{
border-color: #FABAA4;
}
.TagClassName
{
border-color: #FABAA4;
}
</style>