Shades of Melon #FABDA6
Tints of Melon #FABDA6
RGB
CMYK
RGB Variations
Color information
#FABDA6 (or 0xFABDA6) is known color: Melon. HEX triplet: FA, BD and A6. RGB value is (250,189,166). Sum of RGB (Red+Green+Blue) = 250+189+166=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABDA6 is #054259. Grayscale: #CCCCCC. Windows color (decimal): -344666 or 10927610. OLE color: 10927610.
HSL color Cylindrical-coordinate representation of color #FABDA6: hue angle of 16.43º 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 #FABDA6 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 166 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.02 |
| HSL | 16.43º | 0.89% | 0.82% | - |
| HSV(B) | 16.43º | 0.34% | 0.98% | - |
| XYZ | 64.5 | 59.47 | 44.16 | - |
| YUV | 204.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 166 | 0 | 0.24 | 0.34 | 0.02 | 16.43 | 0.89 | 0.82 |
| Hex | FA | BD | A6 | 0 | 18 | 22 | 2 | 10 | 59 | 52 |
| Octal | 372 | 275 | 246 | 0 | 30 | 42 | 2 | 20 | 131 | 122 |
| Binary | 11111010 | 10111101 | 10100110 | 0 | 11000 | 100010 | 10 | 10000 | 1011001 | 1010010 |
Color Harmonies of #FABDA6
Complementary color
Monochromatic Colors of #FABDA6
Black with #FABDA6
Text Example
Text Example
White with #FABDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDA6; }
p { color: rgb(250,189,166); }
H1.HeaderClassName
{
color: #FABDA6;
}
.AnyTagClassName
{
color: #FABDA6;
}
</style>
background-color css
<style>
a { background-color: #FABDA6; }
a { background-color: rgb(250,189,166); }
div.DivClassName
{
background-color: #FABDA6;
}
.BgClassName
{
background-color: #FABDA6;
}
</style>
border-color css
<style>
span { border-color: #FABDA6; }
span { border-color: rgb(250,189,166); }
td.TdClassName
{
border-color: #FABDA6;
}
.TagClassName
{
border-color: #FABDA6;
}
</style>