Shades of Melon #FFC0AA
Tints of Melon #FFC0AA
RGB
CMYK
RGB Variations
Color information
#FFC0AA (or 0xFFC0AA) is known color: Melon. HEX triplet: FF, C0 and AA. RGB value is (255,192,170). Sum of RGB (Red+Green+Blue) = 255+192+170=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AA is #003F55. Grayscale: #D0D0D0. Windows color (decimal): -16214 or 11190527. OLE color: 11190527.
HSL color Cylindrical-coordinate representation of color #FFC0AA: hue angle of 15.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC0AA is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 170 | - |
| CMYK | 0 | 0.25 | 0.33 | 0 |
| HSL | 15.53º | 1% | 0.83% | - |
| HSV(B) | 15.53º | 0.33% | 1% | - |
| XYZ | 67.35 | 61.86 | 46.42 | - |
| YUV | 208.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 170 | 0 | 0.25 | 0.33 | 0 | 15.53 | 1 | 0.83 |
| Hex | FF | C0 | AA | 0 | 19 | 21 | 0 | 10 | 64 | 53 |
| Octal | 377 | 300 | 252 | 0 | 31 | 41 | 0 | 20 | 144 | 123 |
| Binary | 11111111 | 11000000 | 10101010 | 0 | 11001 | 100001 | 0 | 10000 | 1100100 | 1010011 |
Color Harmonies of #FFC0AA
Complementary color
Monochromatic Colors of #FFC0AA
Black with #FFC0AA
Text Example
Text Example
White with #FFC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0AA; }
p { color: rgb(255,192,170); }
H1.HeaderClassName
{
color: #FFC0AA;
}
.AnyTagClassName
{
color: #FFC0AA;
}
</style>
background-color css
<style>
a { background-color: #FFC0AA; }
a { background-color: rgb(255,192,170); }
div.DivClassName
{
background-color: #FFC0AA;
}
.BgClassName
{
background-color: #FFC0AA;
}
</style>
border-color css
<style>
span { border-color: #FFC0AA; }
span { border-color: rgb(255,192,170); }
td.TdClassName
{
border-color: #FFC0AA;
}
.TagClassName
{
border-color: #FFC0AA;
}
</style>