Shades of Melon #FAC2AA
Tints of Melon #FAC2AA
RGB
CMYK
RGB Variations
Color information
#FAC2AA (or 0xFAC2AA) is known color: Melon. HEX triplet: FA, C2 and AA. RGB value is (250,194,170). Sum of RGB (Red+Green+Blue) = 250+194+170=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2AA is #053D55. Grayscale: #D0D0D0. Windows color (decimal): -343382 or 11191034. OLE color: 11191034.
HSL color Cylindrical-coordinate representation of color #FAC2AA: hue angle of 18º 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 #FAC2AA is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 170 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.02 |
| HSL | 18º | 0.89% | 0.82% | - |
| HSV(B) | 18º | 0.32% | 0.98% | - |
| XYZ | 65.97 | 61.81 | 46.48 | - |
| YUV | 208.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 170 | 0 | 0.22 | 0.32 | 0.02 | 18 | 0.89 | 0.82 |
| Hex | FA | C2 | AA | 0 | 16 | 20 | 2 | 12 | 59 | 52 |
| Octal | 372 | 302 | 252 | 0 | 26 | 40 | 2 | 22 | 131 | 122 |
| Binary | 11111010 | 11000010 | 10101010 | 0 | 10110 | 100000 | 10 | 10010 | 1011001 | 1010010 |
Color Harmonies of #FAC2AA
Complementary color
Monochromatic Colors of #FAC2AA
Black with #FAC2AA
Text Example
Text Example
White with #FAC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2AA; }
p { color: rgb(250,194,170); }
H1.HeaderClassName
{
color: #FAC2AA;
}
.AnyTagClassName
{
color: #FAC2AA;
}
</style>
background-color css
<style>
a { background-color: #FAC2AA; }
a { background-color: rgb(250,194,170); }
div.DivClassName
{
background-color: #FAC2AA;
}
.BgClassName
{
background-color: #FAC2AA;
}
</style>
border-color css
<style>
span { border-color: #FAC2AA; }
span { border-color: rgb(250,194,170); }
td.TdClassName
{
border-color: #FAC2AA;
}
.TagClassName
{
border-color: #FAC2AA;
}
</style>