Shades of Melon #FABAB1
Tints of Melon #FABAB1
RGB
CMYK
RGB Variations
Color information
#FABAB1 (or 0xFABAB1) is known color: Melon. HEX triplet: FA, BA and B1. RGB value is (250,186,177). Sum of RGB (Red+Green+Blue) = 250+186+177=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABAB1 is #05454E. Grayscale: #CCCCCC. Windows color (decimal): -345423 or 11647738. OLE color: 11647738.
HSL color Cylindrical-coordinate representation of color #FABAB1: hue angle of 7.4º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FABAB1 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 177 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.02 |
| HSL | 7.4º | 0.88% | 0.84% | - |
| HSV(B) | 7.4º | 0.29% | 0.98% | - |
| XYZ | 64.92 | 58.62 | 49.49 | - |
| YUV | 204.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 177 | 0 | 0.26 | 0.29 | 0.02 | 7.4 | 0.88 | 0.84 |
| Hex | FA | BA | B1 | 0 | 1A | 1D | 2 | 7 | 58 | 54 |
| Octal | 372 | 272 | 261 | 0 | 32 | 35 | 2 | 7 | 130 | 124 |
| Binary | 11111010 | 10111010 | 10110001 | 0 | 11010 | 11101 | 10 | 111 | 1011000 | 1010100 |
Color Harmonies of #FABAB1
Complementary color
Monochromatic Colors of #FABAB1
Black with #FABAB1
Text Example
Text Example
White with #FABAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAB1; }
p { color: rgb(250,186,177); }
H1.HeaderClassName
{
color: #FABAB1;
}
.AnyTagClassName
{
color: #FABAB1;
}
</style>
background-color css
<style>
a { background-color: #FABAB1; }
a { background-color: rgb(250,186,177); }
div.DivClassName
{
background-color: #FABAB1;
}
.BgClassName
{
background-color: #FABAB1;
}
</style>
border-color css
<style>
span { border-color: #FABAB1; }
span { border-color: rgb(250,186,177); }
td.TdClassName
{
border-color: #FABAB1;
}
.TagClassName
{
border-color: #FABAB1;
}
</style>