Shades of Melon #FDC0A7
Tints of Melon #FDC0A7
RGB
CMYK
RGB Variations
Color information
#FDC0A7 (or 0xFDC0A7) is known color: Melon. HEX triplet: FD, C0 and A7. RGB value is (253,192,167). Sum of RGB (Red+Green+Blue) = 253+192+167=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0A7 is #023F58. Grayscale: #CFCFCF. Windows color (decimal): -147289 or 10993917. OLE color: 10993917.
HSL color Cylindrical-coordinate representation of color #FDC0A7: hue angle of 17.44º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC0A7 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 167 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.01 |
| HSL | 17.44º | 0.96% | 0.82% | - |
| HSV(B) | 17.44º | 0.34% | 0.99% | - |
| XYZ | 66.33 | 61.37 | 44.91 | - |
| YUV | 207.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 167 | 0 | 0.24 | 0.34 | 0.01 | 17.44 | 0.96 | 0.82 |
| Hex | FD | C0 | A7 | 0 | 18 | 22 | 1 | 11 | 60 | 52 |
| Octal | 375 | 300 | 247 | 0 | 30 | 42 | 1 | 21 | 140 | 122 |
| Binary | 11111101 | 11000000 | 10100111 | 0 | 11000 | 100010 | 1 | 10001 | 1100000 | 1010010 |
Color Harmonies of #FDC0A7
Complementary color
Monochromatic Colors of #FDC0A7
Black with #FDC0A7
Text Example
Text Example
White with #FDC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0A7; }
p { color: rgb(253,192,167); }
H1.HeaderClassName
{
color: #FDC0A7;
}
.AnyTagClassName
{
color: #FDC0A7;
}
</style>
background-color css
<style>
a { background-color: #FDC0A7; }
a { background-color: rgb(253,192,167); }
div.DivClassName
{
background-color: #FDC0A7;
}
.BgClassName
{
background-color: #FDC0A7;
}
</style>
border-color css
<style>
span { border-color: #FDC0A7; }
span { border-color: rgb(253,192,167); }
td.TdClassName
{
border-color: #FDC0A7;
}
.TagClassName
{
border-color: #FDC0A7;
}
</style>