Shades of Melon #FFC0AC
Tints of Melon #FFC0AC
RGB
CMYK
RGB Variations
Color information
#FFC0AC (or 0xFFC0AC) is known color: Melon. HEX triplet: FF, C0 and AC. RGB value is (255,192,172). Sum of RGB (Red+Green+Blue) = 255+192+172=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AC is #003F53. Grayscale: #D0D0D0. Windows color (decimal): -16212 or 11321599. OLE color: 11321599.
HSL color Cylindrical-coordinate representation of color #FFC0AC: hue angle of 14.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC0AC is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 172 | - |
| CMYK | 0 | 0.25 | 0.33 | 0 |
| HSL | 14.46º | 1% | 0.84% | - |
| HSV(B) | 14.46º | 0.33% | 1% | - |
| XYZ | 67.54 | 61.94 | 47.43 | - |
| YUV | 208.56 | 107.37 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 172 | 0 | 0.25 | 0.33 | 0 | 14.46 | 1 | 0.84 |
| Hex | FF | C0 | AC | 0 | 19 | 21 | 0 | E | 64 | 54 |
| Octal | 377 | 300 | 254 | 0 | 31 | 41 | 0 | 16 | 144 | 124 |
| Binary | 11111111 | 11000000 | 10101100 | 0 | 11001 | 100001 | 0 | 1110 | 1100100 | 1010100 |
Color Harmonies of #FFC0AC
Complementary color
Monochromatic Colors of #FFC0AC
Black with #FFC0AC
Text Example
Text Example
White with #FFC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0AC; }
p { color: rgb(255,192,172); }
H1.HeaderClassName
{
color: #FFC0AC;
}
.AnyTagClassName
{
color: #FFC0AC;
}
</style>
background-color css
<style>
a { background-color: #FFC0AC; }
a { background-color: rgb(255,192,172); }
div.DivClassName
{
background-color: #FFC0AC;
}
.BgClassName
{
background-color: #FFC0AC;
}
</style>
border-color css
<style>
span { border-color: #FFC0AC; }
span { border-color: rgb(255,192,172); }
td.TdClassName
{
border-color: #FFC0AC;
}
.TagClassName
{
border-color: #FFC0AC;
}
</style>