Shades of Melon #FCC0A7
Tints of Melon #FCC0A7
RGB
CMYK
RGB Variations
Color information
#FCC0A7 (or 0xFCC0A7) is known color: Melon. HEX triplet: FC, C0 and A7. RGB value is (252,192,167). Sum of RGB (Red+Green+Blue) = 252+192+167=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0A7 is #033F58. Grayscale: #CFCFCF. Windows color (decimal): -212825 or 10993916. OLE color: 10993916.
HSL color Cylindrical-coordinate representation of color #FCC0A7: hue angle of 17.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCC0A7 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 167 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.01 |
| HSL | 17.65º | 0.93% | 0.82% | - |
| HSV(B) | 17.65º | 0.34% | 0.99% | - |
| XYZ | 65.97 | 61.18 | 44.89 | - |
| YUV | 207.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 167 | 0 | 0.24 | 0.34 | 0.01 | 17.65 | 0.93 | 0.82 |
| Hex | FC | C0 | A7 | 0 | 18 | 22 | 1 | 12 | 5D | 52 |
| Octal | 374 | 300 | 247 | 0 | 30 | 42 | 1 | 22 | 135 | 122 |
| Binary | 11111100 | 11000000 | 10100111 | 0 | 11000 | 100010 | 1 | 10010 | 1011101 | 1010010 |
Color Harmonies of #FCC0A7
Complementary color
Monochromatic Colors of #FCC0A7
Black with #FCC0A7
Text Example
Text Example
White with #FCC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0A7; }
p { color: rgb(252,192,167); }
H1.HeaderClassName
{
color: #FCC0A7;
}
.AnyTagClassName
{
color: #FCC0A7;
}
</style>
background-color css
<style>
a { background-color: #FCC0A7; }
a { background-color: rgb(252,192,167); }
div.DivClassName
{
background-color: #FCC0A7;
}
.BgClassName
{
background-color: #FCC0A7;
}
</style>
border-color css
<style>
span { border-color: #FCC0A7; }
span { border-color: rgb(252,192,167); }
td.TdClassName
{
border-color: #FCC0A7;
}
.TagClassName
{
border-color: #FCC0A7;
}
</style>