Shades of Melon #F8C0AC
Tints of Melon #F8C0AC
RGB
CMYK
RGB Variations
Color information
#F8C0AC (or 0xF8C0AC) is known color: Melon. HEX triplet: F8, C0 and AC. RGB value is (248,192,172). Sum of RGB (Red+Green+Blue) = 248+192+172=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C0AC is #073F53. Grayscale: #CECECE. Windows color (decimal): -474964 or 11321592. OLE color: 11321592.
HSL color Cylindrical-coordinate representation of color #F8C0AC: hue angle of 15.79º degrees, saturation: 0.84, 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 #F8C0AC is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 172 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.03 |
| HSL | 15.79º | 0.84% | 0.82% | - |
| HSV(B) | 15.79º | 0.31% | 0.97% | - |
| XYZ | 65.01 | 60.63 | 47.31 | - |
| YUV | 206.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 172 | 0 | 0.23 | 0.31 | 0.03 | 15.79 | 0.84 | 0.82 |
| Hex | F8 | C0 | AC | 0 | 17 | 1F | 3 | 10 | 54 | 52 |
| Octal | 370 | 300 | 254 | 0 | 27 | 37 | 3 | 20 | 124 | 122 |
| Binary | 11111000 | 11000000 | 10101100 | 0 | 10111 | 11111 | 11 | 10000 | 1010100 | 1010010 |
Color Harmonies of #F8C0AC
Complementary color
Monochromatic Colors of #F8C0AC
Black with #F8C0AC
Text Example
Text Example
White with #F8C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0AC; }
p { color: rgb(248,192,172); }
H1.HeaderClassName
{
color: #F8C0AC;
}
.AnyTagClassName
{
color: #F8C0AC;
}
</style>
background-color css
<style>
a { background-color: #F8C0AC; }
a { background-color: rgb(248,192,172); }
div.DivClassName
{
background-color: #F8C0AC;
}
.BgClassName
{
background-color: #F8C0AC;
}
</style>
border-color css
<style>
span { border-color: #F8C0AC; }
span { border-color: rgb(248,192,172); }
td.TdClassName
{
border-color: #F8C0AC;
}
.TagClassName
{
border-color: #F8C0AC;
}
</style>