Shades of Melon #FCC2AA
Tints of Melon #FCC2AA
RGB
CMYK
RGB Variations
Color information
#FCC2AA (or 0xFCC2AA) is known color: Melon. HEX triplet: FC, C2 and AA. RGB value is (252,194,170). Sum of RGB (Red+Green+Blue) = 252+194+170=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AA is #033D55. Grayscale: #D0D0D0. Windows color (decimal): -212310 or 11191036. OLE color: 11191036.
HSL color Cylindrical-coordinate representation of color #FCC2AA: hue angle of 17.56º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC2AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 170 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 17.56º | 0.93% | 0.83% | - |
| HSV(B) | 17.56º | 0.33% | 0.99% | - |
| XYZ | 66.69 | 62.18 | 46.52 | - |
| YUV | 208.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 170 | 0 | 0.23 | 0.33 | 0.01 | 17.56 | 0.93 | 0.83 |
| Hex | FC | C2 | AA | 0 | 17 | 21 | 1 | 12 | 5D | 53 |
| Octal | 374 | 302 | 252 | 0 | 27 | 41 | 1 | 22 | 135 | 123 |
| Binary | 11111100 | 11000010 | 10101010 | 0 | 10111 | 100001 | 1 | 10010 | 1011101 | 1010011 |
Color Harmonies of #FCC2AA
Complementary color
Monochromatic Colors of #FCC2AA
Black with #FCC2AA
Text Example
Text Example
White with #FCC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2AA; }
p { color: rgb(252,194,170); }
H1.HeaderClassName
{
color: #FCC2AA;
}
.AnyTagClassName
{
color: #FCC2AA;
}
</style>
background-color css
<style>
a { background-color: #FCC2AA; }
a { background-color: rgb(252,194,170); }
div.DivClassName
{
background-color: #FCC2AA;
}
.BgClassName
{
background-color: #FCC2AA;
}
</style>
border-color css
<style>
span { border-color: #FCC2AA; }
span { border-color: rgb(252,194,170); }
td.TdClassName
{
border-color: #FCC2AA;
}
.TagClassName
{
border-color: #FCC2AA;
}
</style>