Shades of Melon #FAC0AA
Tints of Melon #FAC0AA
RGB
CMYK
RGB Variations
Color information
#FAC0AA (or 0xFAC0AA) is known color: Melon. HEX triplet: FA, C0 and AA. RGB value is (250,192,170). Sum of RGB (Red+Green+Blue) = 250+192+170=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0AA is #053F55. Grayscale: #CECECE. Windows color (decimal): -343894 or 11190522. OLE color: 11190522.
HSL color Cylindrical-coordinate representation of color #FAC0AA: hue angle of 16.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 #FAC0AA is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 170 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.02 |
| HSL | 16.5º | 0.89% | 0.82% | - |
| HSV(B) | 16.5º | 0.32% | 0.98% | - |
| XYZ | 65.53 | 60.93 | 46.34 | - |
| YUV | 206.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 170 | 0 | 0.23 | 0.32 | 0.02 | 16.5 | 0.89 | 0.82 |
| Hex | FA | C0 | AA | 0 | 17 | 20 | 2 | 10 | 59 | 52 |
| Octal | 372 | 300 | 252 | 0 | 27 | 40 | 2 | 20 | 131 | 122 |
| Binary | 11111010 | 11000000 | 10101010 | 0 | 10111 | 100000 | 10 | 10000 | 1011001 | 1010010 |
Color Harmonies of #FAC0AA
Complementary color
Monochromatic Colors of #FAC0AA
Black with #FAC0AA
Text Example
Text Example
White with #FAC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0AA; }
p { color: rgb(250,192,170); }
H1.HeaderClassName
{
color: #FAC0AA;
}
.AnyTagClassName
{
color: #FAC0AA;
}
</style>
background-color css
<style>
a { background-color: #FAC0AA; }
a { background-color: rgb(250,192,170); }
div.DivClassName
{
background-color: #FAC0AA;
}
.BgClassName
{
background-color: #FAC0AA;
}
</style>
border-color css
<style>
span { border-color: #FAC0AA; }
span { border-color: rgb(250,192,170); }
td.TdClassName
{
border-color: #FAC0AA;
}
.TagClassName
{
border-color: #FAC0AA;
}
</style>