Shades of Melon #FABCAA
Tints of Melon #FABCAA
RGB
CMYK
RGB Variations
Color information
#FABCAA (or 0xFABCAA) is known color: Melon. HEX triplet: FA, BC and AA. RGB value is (250,188,170). Sum of RGB (Red+Green+Blue) = 250+188+170=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FABCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FABCAA is #054355. Grayscale: #CCCCCC. Windows color (decimal): -344918 or 11189498. OLE color: 11189498.
HSL color Cylindrical-coordinate representation of color #FABCAA: hue angle of 13.5º 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 #FABCAA is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 170 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.02 |
| HSL | 13.5º | 0.89% | 0.82% | - |
| HSV(B) | 13.5º | 0.32% | 0.98% | - |
| XYZ | 64.66 | 59.19 | 46.05 | - |
| YUV | 204.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 170 | 0 | 0.25 | 0.32 | 0.02 | 13.5 | 0.89 | 0.82 |
| Hex | FA | BC | AA | 0 | 19 | 20 | 2 | E | 59 | 52 |
| Octal | 372 | 274 | 252 | 0 | 31 | 40 | 2 | 16 | 131 | 122 |
| Binary | 11111010 | 10111100 | 10101010 | 0 | 11001 | 100000 | 10 | 1110 | 1011001 | 1010010 |
Color Harmonies of #FABCAA
Complementary color
Monochromatic Colors of #FABCAA
Black with #FABCAA
Text Example
Text Example
White with #FABCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABCAA; }
p { color: rgb(250,188,170); }
H1.HeaderClassName
{
color: #FABCAA;
}
.AnyTagClassName
{
color: #FABCAA;
}
</style>
background-color css
<style>
a { background-color: #FABCAA; }
a { background-color: rgb(250,188,170); }
div.DivClassName
{
background-color: #FABCAA;
}
.BgClassName
{
background-color: #FABCAA;
}
</style>
border-color css
<style>
span { border-color: #FABCAA; }
span { border-color: rgb(250,188,170); }
td.TdClassName
{
border-color: #FABCAA;
}
.TagClassName
{
border-color: #FABCAA;
}
</style>