Shades of Melon #FAB9AA
Tints of Melon #FAB9AA
RGB
CMYK
RGB Variations
Color information
#FAB9AA (or 0xFAB9AA) is known color: Melon. HEX triplet: FA, B9 and AA. RGB value is (250,185,170). Sum of RGB (Red+Green+Blue) = 250+185+170=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAB9AA is #054655. Grayscale: #CACACA. Windows color (decimal): -345686 or 11188730. OLE color: 11188730.
HSL color Cylindrical-coordinate representation of color #FAB9AA: hue angle of 11.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAB9AA is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 170 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.02 |
| HSL | 11.25º | 0.89% | 0.82% | - |
| HSV(B) | 11.25º | 0.32% | 0.98% | - |
| XYZ | 64.03 | 57.92 | 45.84 | - |
| YUV | 202.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 170 | 0 | 0.26 | 0.32 | 0.02 | 11.25 | 0.89 | 0.82 |
| Hex | FA | B9 | AA | 0 | 1A | 20 | 2 | B | 59 | 52 |
| Octal | 372 | 271 | 252 | 0 | 32 | 40 | 2 | 13 | 131 | 122 |
| Binary | 11111010 | 10111001 | 10101010 | 0 | 11010 | 100000 | 10 | 1011 | 1011001 | 1010010 |
Color Harmonies of #FAB9AA
Complementary color
Monochromatic Colors of #FAB9AA
Black with #FAB9AA
Text Example
Text Example
White with #FAB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB9AA; }
p { color: rgb(250,185,170); }
H1.HeaderClassName
{
color: #FAB9AA;
}
.AnyTagClassName
{
color: #FAB9AA;
}
</style>
background-color css
<style>
a { background-color: #FAB9AA; }
a { background-color: rgb(250,185,170); }
div.DivClassName
{
background-color: #FAB9AA;
}
.BgClassName
{
background-color: #FAB9AA;
}
</style>
border-color css
<style>
span { border-color: #FAB9AA; }
span { border-color: rgb(250,185,170); }
td.TdClassName
{
border-color: #FAB9AA;
}
.TagClassName
{
border-color: #FAB9AA;
}
</style>