Shades of Melon #FDC0A8
Tints of Melon #FDC0A8
RGB
CMYK
RGB Variations
Color information
#FDC0A8 (or 0xFDC0A8) is known color: Melon. HEX triplet: FD, C0 and A8. RGB value is (253,192,168). Sum of RGB (Red+Green+Blue) = 253+192+168=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0A8 is #023F57. Grayscale: #CFCFCF. Windows color (decimal): -147288 or 11059453. OLE color: 11059453.
HSL color Cylindrical-coordinate representation of color #FDC0A8: hue angle of 16.94º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC0A8 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 168 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.01 |
| HSL | 16.94º | 0.96% | 0.83% | - |
| HSV(B) | 16.94º | 0.34% | 0.99% | - |
| XYZ | 66.43 | 61.41 | 45.4 | - |
| YUV | 207.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 168 | 0 | 0.24 | 0.34 | 0.01 | 16.94 | 0.96 | 0.83 |
| Hex | FD | C0 | A8 | 0 | 18 | 22 | 1 | 11 | 60 | 53 |
| Octal | 375 | 300 | 250 | 0 | 30 | 42 | 1 | 21 | 140 | 123 |
| Binary | 11111101 | 11000000 | 10101000 | 0 | 11000 | 100010 | 1 | 10001 | 1100000 | 1010011 |
Color Harmonies of #FDC0A8
Complementary color
Monochromatic Colors of #FDC0A8
Black with #FDC0A8
Text Example
Text Example
White with #FDC0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0A8; }
p { color: rgb(253,192,168); }
H1.HeaderClassName
{
color: #FDC0A8;
}
.AnyTagClassName
{
color: #FDC0A8;
}
</style>
background-color css
<style>
a { background-color: #FDC0A8; }
a { background-color: rgb(253,192,168); }
div.DivClassName
{
background-color: #FDC0A8;
}
.BgClassName
{
background-color: #FDC0A8;
}
</style>
border-color css
<style>
span { border-color: #FDC0A8; }
span { border-color: rgb(253,192,168); }
td.TdClassName
{
border-color: #FDC0A8;
}
.TagClassName
{
border-color: #FDC0A8;
}
</style>