Shades of Melon #FABDA9
Tints of Melon #FABDA9
RGB
CMYK
RGB Variations
Color information
#FABDA9 (or 0xFABDA9) is known color: Melon. HEX triplet: FA, BD and A9. RGB value is (250,189,169). Sum of RGB (Red+Green+Blue) = 250+189+169=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA9 is #054256. Grayscale: #CDCDCD. Windows color (decimal): -344663 or 11124218. OLE color: 11124218.
HSL color Cylindrical-coordinate representation of color #FABDA9: hue angle of 14.81º 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 #FABDA9 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 169 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.02 |
| HSL | 14.81º | 0.89% | 0.82% | - |
| HSV(B) | 14.81º | 0.32% | 0.98% | - |
| XYZ | 64.78 | 59.58 | 45.62 | - |
| YUV | 204.96 | 107.71 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 169 | 0 | 0.24 | 0.32 | 0.02 | 14.81 | 0.89 | 0.82 |
| Hex | FA | BD | A9 | 0 | 18 | 20 | 2 | F | 59 | 52 |
| Octal | 372 | 275 | 251 | 0 | 30 | 40 | 2 | 17 | 131 | 122 |
| Binary | 11111010 | 10111101 | 10101001 | 0 | 11000 | 100000 | 10 | 1111 | 1011001 | 1010010 |
Color Harmonies of #FABDA9
Complementary color
Monochromatic Colors of #FABDA9
Black with #FABDA9
Text Example
Text Example
White with #FABDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDA9; }
p { color: rgb(250,189,169); }
H1.HeaderClassName
{
color: #FABDA9;
}
.AnyTagClassName
{
color: #FABDA9;
}
</style>
background-color css
<style>
a { background-color: #FABDA9; }
a { background-color: rgb(250,189,169); }
div.DivClassName
{
background-color: #FABDA9;
}
.BgClassName
{
background-color: #FABDA9;
}
</style>
border-color css
<style>
span { border-color: #FABDA9; }
span { border-color: rgb(250,189,169); }
td.TdClassName
{
border-color: #FABDA9;
}
.TagClassName
{
border-color: #FABDA9;
}
</style>