Shades of Melon #FDC0A9
Tints of Melon #FDC0A9
RGB
CMYK
RGB Variations
Color information
#FDC0A9 (or 0xFDC0A9) is known color: Melon. HEX triplet: FD, C0 and A9. RGB value is (253,192,169). Sum of RGB (Red+Green+Blue) = 253+192+169=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0A9 is #023F56. Grayscale: #CFCFCF. Windows color (decimal): -147287 or 11124989. OLE color: 11124989.
HSL color Cylindrical-coordinate representation of color #FDC0A9: hue angle of 16.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDC0A9 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 169 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.01 |
| HSL | 16.43º | 0.95% | 0.83% | - |
| HSV(B) | 16.43º | 0.33% | 0.99% | - |
| XYZ | 66.52 | 61.45 | 45.89 | - |
| YUV | 207.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 169 | 0 | 0.24 | 0.33 | 0.01 | 16.43 | 0.95 | 0.83 |
| Hex | FD | C0 | A9 | 0 | 18 | 21 | 1 | 10 | 5F | 53 |
| Octal | 375 | 300 | 251 | 0 | 30 | 41 | 1 | 20 | 137 | 123 |
| Binary | 11111101 | 11000000 | 10101001 | 0 | 11000 | 100001 | 1 | 10000 | 1011111 | 1010011 |
Color Harmonies of #FDC0A9
Complementary color
Monochromatic Colors of #FDC0A9
Black with #FDC0A9
Text Example
Text Example
White with #FDC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0A9; }
p { color: rgb(253,192,169); }
H1.HeaderClassName
{
color: #FDC0A9;
}
.AnyTagClassName
{
color: #FDC0A9;
}
</style>
background-color css
<style>
a { background-color: #FDC0A9; }
a { background-color: rgb(253,192,169); }
div.DivClassName
{
background-color: #FDC0A9;
}
.BgClassName
{
background-color: #FDC0A9;
}
</style>
border-color css
<style>
span { border-color: #FDC0A9; }
span { border-color: rgb(253,192,169); }
td.TdClassName
{
border-color: #FDC0A9;
}
.TagClassName
{
border-color: #FDC0A9;
}
</style>