Shades of Melon #FABAA7
Tints of Melon #FABAA7
RGB
CMYK
RGB Variations
Color information
#FABAA7 (or 0xFABAA7) is known color: Melon. HEX triplet: FA, BA and A7. RGB value is (250,186,167). Sum of RGB (Red+Green+Blue) = 250+186+167=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAA7 is #054558. Grayscale: #CBCBCB. Windows color (decimal): -345433 or 10992378. OLE color: 10992378.
HSL color Cylindrical-coordinate representation of color #FABAA7: hue angle of 13.73º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FABAA7 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 167 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.02 |
| HSL | 13.73º | 0.89% | 0.82% | - |
| HSV(B) | 13.73º | 0.33% | 0.98% | - |
| XYZ | 63.96 | 58.23 | 44.43 | - |
| YUV | 202.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 167 | 0 | 0.26 | 0.33 | 0.02 | 13.73 | 0.89 | 0.82 |
| Hex | FA | BA | A7 | 0 | 1A | 21 | 2 | E | 59 | 52 |
| Octal | 372 | 272 | 247 | 0 | 32 | 41 | 2 | 16 | 131 | 122 |
| Binary | 11111010 | 10111010 | 10100111 | 0 | 11010 | 100001 | 10 | 1110 | 1011001 | 1010010 |
Color Harmonies of #FABAA7
Complementary color
Monochromatic Colors of #FABAA7
Black with #FABAA7
Text Example
Text Example
White with #FABAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAA7; }
p { color: rgb(250,186,167); }
H1.HeaderClassName
{
color: #FABAA7;
}
.AnyTagClassName
{
color: #FABAA7;
}
</style>
background-color css
<style>
a { background-color: #FABAA7; }
a { background-color: rgb(250,186,167); }
div.DivClassName
{
background-color: #FABAA7;
}
.BgClassName
{
background-color: #FABAA7;
}
</style>
border-color css
<style>
span { border-color: #FABAA7; }
span { border-color: rgb(250,186,167); }
td.TdClassName
{
border-color: #FABAA7;
}
.TagClassName
{
border-color: #FABAA7;
}
</style>