Shades of Melon #FFC0AF
Tints of Melon #FFC0AF
RGB
CMYK
RGB Variations
Color information
#FFC0AF (or 0xFFC0AF) is known color: Melon. HEX triplet: FF, C0 and AF. RGB value is (255,192,175). Sum of RGB (Red+Green+Blue) = 255+192+175=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AF is #003F50. Grayscale: #D1D1D1. Windows color (decimal): -16209 or 11518207. OLE color: 11518207.
HSL color Cylindrical-coordinate representation of color #FFC0AF: hue angle of 12.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC0AF is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 175 | - |
| CMYK | 0 | 0.25 | 0.31 | 0 |
| HSL | 12.75º | 1% | 0.84% | - |
| HSV(B) | 12.75º | 0.31% | 1% | - |
| XYZ | 67.83 | 62.05 | 48.96 | - |
| YUV | 208.9 | 108.87 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 175 | 0 | 0.25 | 0.31 | 0 | 12.75 | 1 | 0.84 |
| Hex | FF | C0 | AF | 0 | 19 | 1F | 0 | D | 64 | 54 |
| Octal | 377 | 300 | 257 | 0 | 31 | 37 | 0 | 15 | 144 | 124 |
| Binary | 11111111 | 11000000 | 10101111 | 0 | 11001 | 11111 | 0 | 1101 | 1100100 | 1010100 |
Color Harmonies of #FFC0AF
Complementary color
Monochromatic Colors of #FFC0AF
Black with #FFC0AF
Text Example
Text Example
White with #FFC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0AF; }
p { color: rgb(255,192,175); }
H1.HeaderClassName
{
color: #FFC0AF;
}
.AnyTagClassName
{
color: #FFC0AF;
}
</style>
background-color css
<style>
a { background-color: #FFC0AF; }
a { background-color: rgb(255,192,175); }
div.DivClassName
{
background-color: #FFC0AF;
}
.BgClassName
{
background-color: #FFC0AF;
}
</style>
border-color css
<style>
span { border-color: #FFC0AF; }
span { border-color: rgb(255,192,175); }
td.TdClassName
{
border-color: #FFC0AF;
}
.TagClassName
{
border-color: #FFC0AF;
}
</style>