Shades of Melon #FAB9A6
Tints of Melon #FAB9A6
RGB
CMYK
RGB Variations
Color information
#FAB9A6 (or 0xFAB9A6) is known color: Melon. HEX triplet: FA, B9 and A6. RGB value is (250,185,166). Sum of RGB (Red+Green+Blue) = 250+185+166=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9A6 is #054659. Grayscale: #CACACA. Windows color (decimal): -345690 or 10926586. OLE color: 10926586.
HSL color Cylindrical-coordinate representation of color #FAB9A6: hue angle of 13.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAB9A6 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 166 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.02 |
| HSL | 13.57º | 0.89% | 0.82% | - |
| HSV(B) | 13.57º | 0.34% | 0.98% | - |
| XYZ | 63.66 | 57.78 | 43.87 | - |
| YUV | 202.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 166 | 0 | 0.26 | 0.34 | 0.02 | 13.57 | 0.89 | 0.82 |
| Hex | FA | B9 | A6 | 0 | 1A | 22 | 2 | E | 59 | 52 |
| Octal | 372 | 271 | 246 | 0 | 32 | 42 | 2 | 16 | 131 | 122 |
| Binary | 11111010 | 10111001 | 10100110 | 0 | 11010 | 100010 | 10 | 1110 | 1011001 | 1010010 |
Color Harmonies of #FAB9A6
Complementary color
Monochromatic Colors of #FAB9A6
Black with #FAB9A6
Text Example
Text Example
White with #FAB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9A6; }
p { color: rgb(250,185,166); }
H1.HeaderClassName
{
color: #FAB9A6;
}
.AnyTagClassName
{
color: #FAB9A6;
}
</style>
background-color css
<style>
a { background-color: #FAB9A6; }
a { background-color: rgb(250,185,166); }
div.DivClassName
{
background-color: #FAB9A6;
}
.BgClassName
{
background-color: #FAB9A6;
}
</style>
border-color css
<style>
span { border-color: #FAB9A6; }
span { border-color: rgb(250,185,166); }
td.TdClassName
{
border-color: #FAB9A6;
}
.TagClassName
{
border-color: #FAB9A6;
}
</style>