Shades of Melon #F8C0AB
Tints of Melon #F8C0AB
RGB
CMYK
RGB Variations
Color information
#F8C0AB (or 0xF8C0AB) is known color: Melon. HEX triplet: F8, C0 and AB. RGB value is (248,192,171). Sum of RGB (Red+Green+Blue) = 248+192+171=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 192 (75.39% from 255 or 31.42% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C0AB is #073F54. Grayscale: #CECECE. Windows color (decimal): -474965 or 11256056. OLE color: 11256056.
HSL color Cylindrical-coordinate representation of color #F8C0AB: hue angle of 16.36º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8C0AB is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 171 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.03 |
| HSL | 16.36º | 0.85% | 0.82% | - |
| HSV(B) | 16.36º | 0.31% | 0.97% | - |
| XYZ | 64.91 | 60.6 | 46.8 | - |
| YUV | 206.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 171 | 0 | 0.23 | 0.31 | 0.03 | 16.36 | 0.85 | 0.82 |
| Hex | F8 | C0 | AB | 0 | 17 | 1F | 3 | 10 | 55 | 52 |
| Octal | 370 | 300 | 253 | 0 | 27 | 37 | 3 | 20 | 125 | 122 |
| Binary | 11111000 | 11000000 | 10101011 | 0 | 10111 | 11111 | 11 | 10000 | 1010101 | 1010010 |
Color Harmonies of #F8C0AB
Complementary color
Monochromatic Colors of #F8C0AB
Black with #F8C0AB
Text Example
Text Example
White with #F8C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0AB; }
p { color: rgb(248,192,171); }
H1.HeaderClassName
{
color: #F8C0AB;
}
.AnyTagClassName
{
color: #F8C0AB;
}
</style>
background-color css
<style>
a { background-color: #F8C0AB; }
a { background-color: rgb(248,192,171); }
div.DivClassName
{
background-color: #F8C0AB;
}
.BgClassName
{
background-color: #F8C0AB;
}
</style>
border-color css
<style>
span { border-color: #F8C0AB; }
span { border-color: rgb(248,192,171); }
td.TdClassName
{
border-color: #F8C0AB;
}
.TagClassName
{
border-color: #F8C0AB;
}
</style>