Shades of Melon #FABFB0
Tints of Melon #FABFB0
RGB
CMYK
RGB Variations
Color information
#FABFB0 (or 0xFABFB0) is known color: Melon. HEX triplet: FA, BF and B0. RGB value is (250,191,176). Sum of RGB (Red+Green+Blue) = 250+191+176=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABFB0 is #05404F. Grayscale: #CFCFCF. Windows color (decimal): -344144 or 11583482. OLE color: 11583482.
HSL color Cylindrical-coordinate representation of color #FABFB0: hue angle of 12.16º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FABFB0 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 176 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.02 |
| HSL | 12.16º | 0.88% | 0.84% | - |
| HSV(B) | 12.16º | 0.3% | 0.98% | - |
| XYZ | 65.89 | 60.72 | 49.32 | - |
| YUV | 206.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 176 | 0 | 0.24 | 0.30 | 0.02 | 12.16 | 0.88 | 0.84 |
| Hex | FA | BF | B0 | 0 | 18 | 1E | 2 | C | 58 | 54 |
| Octal | 372 | 277 | 260 | 0 | 30 | 36 | 2 | 14 | 130 | 124 |
| Binary | 11111010 | 10111111 | 10110000 | 0 | 11000 | 11110 | 10 | 1100 | 1011000 | 1010100 |
Color Harmonies of #FABFB0
Complementary color
Monochromatic Colors of #FABFB0
Black with #FABFB0
Text Example
Text Example
White with #FABFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFB0; }
p { color: rgb(250,191,176); }
H1.HeaderClassName
{
color: #FABFB0;
}
.AnyTagClassName
{
color: #FABFB0;
}
</style>
background-color css
<style>
a { background-color: #FABFB0; }
a { background-color: rgb(250,191,176); }
div.DivClassName
{
background-color: #FABFB0;
}
.BgClassName
{
background-color: #FABFB0;
}
</style>
border-color css
<style>
span { border-color: #FABFB0; }
span { border-color: rgb(250,191,176); }
td.TdClassName
{
border-color: #FABFB0;
}
.TagClassName
{
border-color: #FABFB0;
}
</style>