Shades of Melon #FCC0AC
Tints of Melon #FCC0AC
RGB
CMYK
RGB Variations
Color information
#FCC0AC (or 0xFCC0AC) is known color: Melon. HEX triplet: FC, C0 and AC. RGB value is (252,192,172). Sum of RGB (Red+Green+Blue) = 252+192+172=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0AC is #033F53. Grayscale: #CFCFCF. Windows color (decimal): -212820 or 11321596. OLE color: 11321596.
HSL color Cylindrical-coordinate representation of color #FCC0AC: hue angle of 15º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCC0AC is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 172 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.01 |
| HSL | 15º | 0.93% | 0.83% | - |
| HSV(B) | 15º | 0.32% | 0.99% | - |
| XYZ | 66.44 | 61.37 | 47.37 | - |
| YUV | 207.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 172 | 0 | 0.24 | 0.32 | 0.01 | 15 | 0.93 | 0.83 |
| Hex | FC | C0 | AC | 0 | 18 | 20 | 1 | F | 5D | 53 |
| Octal | 374 | 300 | 254 | 0 | 30 | 40 | 1 | 17 | 135 | 123 |
| Binary | 11111100 | 11000000 | 10101100 | 0 | 11000 | 100000 | 1 | 1111 | 1011101 | 1010011 |
Color Harmonies of #FCC0AC
Complementary color
Monochromatic Colors of #FCC0AC
Black with #FCC0AC
Text Example
Text Example
White with #FCC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0AC; }
p { color: rgb(252,192,172); }
H1.HeaderClassName
{
color: #FCC0AC;
}
.AnyTagClassName
{
color: #FCC0AC;
}
</style>
background-color css
<style>
a { background-color: #FCC0AC; }
a { background-color: rgb(252,192,172); }
div.DivClassName
{
background-color: #FCC0AC;
}
.BgClassName
{
background-color: #FCC0AC;
}
</style>
border-color css
<style>
span { border-color: #FCC0AC; }
span { border-color: rgb(252,192,172); }
td.TdClassName
{
border-color: #FCC0AC;
}
.TagClassName
{
border-color: #FCC0AC;
}
</style>