Shades of Melon #FABAB4
Tints of Melon #FABAB4
RGB
CMYK
RGB Variations
Color information
#FABAB4 (or 0xFABAB4) is known color: Melon. HEX triplet: FA, BA and B4. RGB value is (250,186,180). Sum of RGB (Red+Green+Blue) = 250+186+180=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAB4 is #05454B. Grayscale: #CCCCCC. Windows color (decimal): -345420 or 11844346. OLE color: 11844346.
HSL color Cylindrical-coordinate representation of color #FABAB4: hue angle of 5.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FABAB4 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 180 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.02 |
| HSL | 5.14º | 0.88% | 0.84% | - |
| HSV(B) | 5.14º | 0.28% | 0.98% | - |
| XYZ | 65.22 | 58.74 | 51.08 | - |
| YUV | 204.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 180 | 0 | 0.26 | 0.28 | 0.02 | 5.14 | 0.88 | 0.84 |
| Hex | FA | BA | B4 | 0 | 1A | 1C | 2 | 5 | 58 | 54 |
| Octal | 372 | 272 | 264 | 0 | 32 | 34 | 2 | 5 | 130 | 124 |
| Binary | 11111010 | 10111010 | 10110100 | 0 | 11010 | 11100 | 10 | 101 | 1011000 | 1010100 |
Color Harmonies of #FABAB4
Complementary color
Monochromatic Colors of #FABAB4
Black with #FABAB4
Text Example
Text Example
White with #FABAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAB4; }
p { color: rgb(250,186,180); }
H1.HeaderClassName
{
color: #FABAB4;
}
.AnyTagClassName
{
color: #FABAB4;
}
</style>
background-color css
<style>
a { background-color: #FABAB4; }
a { background-color: rgb(250,186,180); }
div.DivClassName
{
background-color: #FABAB4;
}
.BgClassName
{
background-color: #FABAB4;
}
</style>
border-color css
<style>
span { border-color: #FABAB4; }
span { border-color: rgb(250,186,180); }
td.TdClassName
{
border-color: #FABAB4;
}
.TagClassName
{
border-color: #FABAB4;
}
</style>