Shades of Melon #FABBAC
Tints of Melon #FABBAC
RGB
CMYK
RGB Variations
Color information
#FABBAC (or 0xFABBAC) is known color: Melon. HEX triplet: FA, BB and AC. RGB value is (250,187,172). Sum of RGB (Red+Green+Blue) = 250+187+172=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FABBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABBAC is #054453. Grayscale: #CCCCCC. Windows color (decimal): -345172 or 11320314. OLE color: 11320314.
HSL color Cylindrical-coordinate representation of color #FABBAC: hue angle of 11.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FABBAC is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 172 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.02 |
| HSL | 11.54º | 0.89% | 0.83% | - |
| HSV(B) | 11.54º | 0.31% | 0.98% | - |
| XYZ | 64.64 | 58.84 | 46.98 | - |
| YUV | 204.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 172 | 0 | 0.25 | 0.31 | 0.02 | 11.54 | 0.89 | 0.83 |
| Hex | FA | BB | AC | 0 | 19 | 1F | 2 | C | 59 | 53 |
| Octal | 372 | 273 | 254 | 0 | 31 | 37 | 2 | 14 | 131 | 123 |
| Binary | 11111010 | 10111011 | 10101100 | 0 | 11001 | 11111 | 10 | 1100 | 1011001 | 1010011 |
Color Harmonies of #FABBAC
Complementary color
Monochromatic Colors of #FABBAC
Black with #FABBAC
Text Example
Text Example
White with #FABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABBAC; }
p { color: rgb(250,187,172); }
H1.HeaderClassName
{
color: #FABBAC;
}
.AnyTagClassName
{
color: #FABBAC;
}
</style>
background-color css
<style>
a { background-color: #FABBAC; }
a { background-color: rgb(250,187,172); }
div.DivClassName
{
background-color: #FABBAC;
}
.BgClassName
{
background-color: #FABBAC;
}
</style>
border-color css
<style>
span { border-color: #FABBAC; }
span { border-color: rgb(250,187,172); }
td.TdClassName
{
border-color: #FABBAC;
}
.TagClassName
{
border-color: #FABBAC;
}
</style>