Shades of Melon #FABDAA
Tints of Melon #FABDAA
RGB
CMYK
RGB Variations
Color information
#FABDAA (or 0xFABDAA) is known color: Melon. HEX triplet: FA, BD and AA. RGB value is (250,189,170). Sum of RGB (Red+Green+Blue) = 250+189+170=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDAA is #054255. Grayscale: #CDCDCD. Windows color (decimal): -344662 or 11189754. OLE color: 11189754.
HSL color Cylindrical-coordinate representation of color #FABDAA: hue angle of 14.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 #FABDAA is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 170 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 14.25º | 0.89% | 0.82% | - |
| HSV(B) | 14.25º | 0.32% | 0.98% | - |
| XYZ | 64.88 | 59.62 | 46.12 | - |
| YUV | 205.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 170 | 0 | 0.24 | 0.32 | 0.02 | 14.25 | 0.89 | 0.82 |
| Hex | FA | BD | AA | 0 | 18 | 20 | 2 | E | 59 | 52 |
| Octal | 372 | 275 | 252 | 0 | 30 | 40 | 2 | 16 | 131 | 122 |
| Binary | 11111010 | 10111101 | 10101010 | 0 | 11000 | 100000 | 10 | 1110 | 1011001 | 1010010 |
Color Harmonies of #FABDAA
Complementary color
Monochromatic Colors of #FABDAA
Black with #FABDAA
Text Example
Text Example
White with #FABDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDAA; }
p { color: rgb(250,189,170); }
H1.HeaderClassName
{
color: #FABDAA;
}
.AnyTagClassName
{
color: #FABDAA;
}
</style>
background-color css
<style>
a { background-color: #FABDAA; }
a { background-color: rgb(250,189,170); }
div.DivClassName
{
background-color: #FABDAA;
}
.BgClassName
{
background-color: #FABDAA;
}
</style>
border-color css
<style>
span { border-color: #FABDAA; }
span { border-color: rgb(250,189,170); }
td.TdClassName
{
border-color: #FABDAA;
}
.TagClassName
{
border-color: #FABDAA;
}
</style>