Shades of Melon #F8C0AD
Tints of Melon #F8C0AD
RGB
CMYK
RGB Variations
Color information
#F8C0AD (or 0xF8C0AD) is known color: Melon. HEX triplet: F8, C0 and AD. RGB value is (248,192,173). Sum of RGB (Red+Green+Blue) = 248+192+173=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C0AD is #073F52. Grayscale: #CECECE. Windows color (decimal): -474963 or 11387128. OLE color: 11387128.
HSL color Cylindrical-coordinate representation of color #F8C0AD: hue angle of 15.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8C0AD is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 173 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.03 |
| HSL | 15.2º | 0.84% | 0.83% | - |
| HSV(B) | 15.2º | 0.3% | 0.97% | - |
| XYZ | 65.1 | 60.67 | 47.81 | - |
| YUV | 206.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 173 | 0 | 0.23 | 0.30 | 0.03 | 15.2 | 0.84 | 0.83 |
| Hex | F8 | C0 | AD | 0 | 17 | 1E | 3 | F | 54 | 53 |
| Octal | 370 | 300 | 255 | 0 | 27 | 36 | 3 | 17 | 124 | 123 |
| Binary | 11111000 | 11000000 | 10101101 | 0 | 10111 | 11110 | 11 | 1111 | 1010100 | 1010011 |
Color Harmonies of #F8C0AD
Complementary color
Monochromatic Colors of #F8C0AD
Black with #F8C0AD
Text Example
Text Example
White with #F8C0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C0AD; }
p { color: rgb(248,192,173); }
H1.HeaderClassName
{
color: #F8C0AD;
}
.AnyTagClassName
{
color: #F8C0AD;
}
</style>
background-color css
<style>
a { background-color: #F8C0AD; }
a { background-color: rgb(248,192,173); }
div.DivClassName
{
background-color: #F8C0AD;
}
.BgClassName
{
background-color: #F8C0AD;
}
</style>
border-color css
<style>
span { border-color: #F8C0AD; }
span { border-color: rgb(248,192,173); }
td.TdClassName
{
border-color: #F8C0AD;
}
.TagClassName
{
border-color: #F8C0AD;
}
</style>