Shades of Melon #FDC2A9
Tints of Melon #FDC2A9
RGB
CMYK
RGB Variations
Color information
#FDC2A9 (or 0xFDC2A9) is known color: Melon. HEX triplet: FD, C2 and A9. RGB value is (253,194,169). Sum of RGB (Red+Green+Blue) = 253+194+169=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2A9 is #023D56. Grayscale: #D0D0D0. Windows color (decimal): -146775 or 11125501. OLE color: 11125501.
HSL color Cylindrical-coordinate representation of color #FDC2A9: hue angle of 17.86º 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 #FDC2A9 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 169 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 17.86º | 0.95% | 0.83% | - |
| HSV(B) | 17.86º | 0.33% | 0.99% | - |
| XYZ | 66.96 | 62.33 | 46.04 | - |
| YUV | 208.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 169 | 0 | 0.23 | 0.33 | 0.01 | 17.86 | 0.95 | 0.83 |
| Hex | FD | C2 | A9 | 0 | 17 | 21 | 1 | 12 | 5F | 53 |
| Octal | 375 | 302 | 251 | 0 | 27 | 41 | 1 | 22 | 137 | 123 |
| Binary | 11111101 | 11000010 | 10101001 | 0 | 10111 | 100001 | 1 | 10010 | 1011111 | 1010011 |
Color Harmonies of #FDC2A9
Complementary color
Monochromatic Colors of #FDC2A9
Black with #FDC2A9
Text Example
Text Example
White with #FDC2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2A9; }
p { color: rgb(253,194,169); }
H1.HeaderClassName
{
color: #FDC2A9;
}
.AnyTagClassName
{
color: #FDC2A9;
}
</style>
background-color css
<style>
a { background-color: #FDC2A9; }
a { background-color: rgb(253,194,169); }
div.DivClassName
{
background-color: #FDC2A9;
}
.BgClassName
{
background-color: #FDC2A9;
}
</style>
border-color css
<style>
span { border-color: #FDC2A9; }
span { border-color: rgb(253,194,169); }
td.TdClassName
{
border-color: #FDC2A9;
}
.TagClassName
{
border-color: #FDC2A9;
}
</style>