Shades of Melon #FABAAF
Tints of Melon #FABAAF
RGB
CMYK
RGB Variations
Color information
#FABAAF (or 0xFABAAF) is known color: Melon. HEX triplet: FA, BA and AF. RGB value is (250,186,175). Sum of RGB (Red+Green+Blue) = 250+186+175=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAAF is #054550. Grayscale: #CBCBCB. Windows color (decimal): -345425 or 11516666. OLE color: 11516666.
HSL color Cylindrical-coordinate representation of color #FABAAF: hue angle of 8.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FABAAF is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 175 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.02 |
| HSL | 8.8º | 0.88% | 0.83% | - |
| HSV(B) | 8.8º | 0.3% | 0.98% | - |
| XYZ | 64.72 | 58.54 | 48.45 | - |
| YUV | 203.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 175 | 0 | 0.26 | 0.3 | 0.02 | 8.8 | 0.88 | 0.83 |
| Hex | FA | BA | AF | 0 | 1A | 1E | 2 | 9 | 58 | 53 |
| Octal | 372 | 272 | 257 | 0 | 32 | 36 | 2 | 11 | 130 | 123 |
| Binary | 11111010 | 10111010 | 10101111 | 0 | 11010 | 11110 | 10 | 1001 | 1011000 | 1010011 |
Color Harmonies of #FABAAF
Complementary color
Monochromatic Colors of #FABAAF
Black with #FABAAF
Text Example
Text Example
White with #FABAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAAF; }
p { color: rgb(250,186,175); }
H1.HeaderClassName
{
color: #FABAAF;
}
.AnyTagClassName
{
color: #FABAAF;
}
</style>
background-color css
<style>
a { background-color: #FABAAF; }
a { background-color: rgb(250,186,175); }
div.DivClassName
{
background-color: #FABAAF;
}
.BgClassName
{
background-color: #FABAAF;
}
</style>
border-color css
<style>
span { border-color: #FABAAF; }
span { border-color: rgb(250,186,175); }
td.TdClassName
{
border-color: #FABAAF;
}
.TagClassName
{
border-color: #FABAAF;
}
</style>