Shades of Melon #FFC2AA
Tints of Melon #FFC2AA
RGB
CMYK
RGB Variations
Color information
#FFC2AA (or 0xFFC2AA) is known color: Melon. HEX triplet: FF, C2 and AA. RGB value is (255,194,170). Sum of RGB (Red+Green+Blue) = 255+194+170=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AA is #003D55. Grayscale: #D1D1D1. Windows color (decimal): -15702 or 11191039. OLE color: 11191039.
HSL color Cylindrical-coordinate representation of color #FFC2AA: hue angle of 16.94º 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 #FFC2AA is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 170 | - |
| CMYK | 0 | 0.24 | 0.33 | 0 |
| HSL | 16.94º | 1% | 0.83% | - |
| HSV(B) | 16.94º | 0.33% | 1% | - |
| XYZ | 67.79 | 62.75 | 46.57 | - |
| YUV | 209.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 170 | 0 | 0.24 | 0.33 | 0 | 16.94 | 1 | 0.83 |
| Hex | FF | C2 | AA | 0 | 18 | 21 | 0 | 11 | 64 | 53 |
| Octal | 377 | 302 | 252 | 0 | 30 | 41 | 0 | 21 | 144 | 123 |
| Binary | 11111111 | 11000010 | 10101010 | 0 | 11000 | 100001 | 0 | 10001 | 1100100 | 1010011 |
Color Harmonies of #FFC2AA
Complementary color
Monochromatic Colors of #FFC2AA
Black with #FFC2AA
Text Example
Text Example
White with #FFC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2AA; }
p { color: rgb(255,194,170); }
H1.HeaderClassName
{
color: #FFC2AA;
}
.AnyTagClassName
{
color: #FFC2AA;
}
</style>
background-color css
<style>
a { background-color: #FFC2AA; }
a { background-color: rgb(255,194,170); }
div.DivClassName
{
background-color: #FFC2AA;
}
.BgClassName
{
background-color: #FFC2AA;
}
</style>
border-color css
<style>
span { border-color: #FFC2AA; }
span { border-color: rgb(255,194,170); }
td.TdClassName
{
border-color: #FFC2AA;
}
.TagClassName
{
border-color: #FFC2AA;
}
</style>