Shades of Melon #FFC0AB
Tints of Melon #FFC0AB
RGB
CMYK
RGB Variations
Color information
#FFC0AB (or 0xFFC0AB) is known color: Melon. HEX triplet: FF, C0 and AB. RGB value is (255,192,171). Sum of RGB (Red+Green+Blue) = 255+192+171=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AB is #003F54. Grayscale: #D0D0D0. Windows color (decimal): -16213 or 11256063. OLE color: 11256063.
HSL color Cylindrical-coordinate representation of color #FFC0AB: hue angle of 15º 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 #FFC0AB is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 171 | - |
| CMYK | 0 | 0.25 | 0.33 | 0 |
| HSL | 15º | 1% | 0.84% | - |
| HSV(B) | 15º | 0.33% | 1% | - |
| XYZ | 67.44 | 61.9 | 46.92 | - |
| YUV | 208.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 171 | 0 | 0.25 | 0.33 | 0 | 15 | 1 | 0.84 |
| Hex | FF | C0 | AB | 0 | 19 | 21 | 0 | F | 64 | 54 |
| Octal | 377 | 300 | 253 | 0 | 31 | 41 | 0 | 17 | 144 | 124 |
| Binary | 11111111 | 11000000 | 10101011 | 0 | 11001 | 100001 | 0 | 1111 | 1100100 | 1010100 |
Color Harmonies of #FFC0AB
Complementary color
Monochromatic Colors of #FFC0AB
Black with #FFC0AB
Text Example
Text Example
White with #FFC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0AB; }
p { color: rgb(255,192,171); }
H1.HeaderClassName
{
color: #FFC0AB;
}
.AnyTagClassName
{
color: #FFC0AB;
}
</style>
background-color css
<style>
a { background-color: #FFC0AB; }
a { background-color: rgb(255,192,171); }
div.DivClassName
{
background-color: #FFC0AB;
}
.BgClassName
{
background-color: #FFC0AB;
}
</style>
border-color css
<style>
span { border-color: #FFC0AB; }
span { border-color: rgb(255,192,171); }
td.TdClassName
{
border-color: #FFC0AB;
}
.TagClassName
{
border-color: #FFC0AB;
}
</style>