Shades of Melon #FDC2AA
Tints of Melon #FDC2AA
RGB
CMYK
RGB Variations
Color information
#FDC2AA (or 0xFDC2AA) is known color: Melon. HEX triplet: FD, C2 and AA. RGB value is (253,194,170). Sum of RGB (Red+Green+Blue) = 253+194+170=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2AA is #023D55. Grayscale: #D1D1D1. Windows color (decimal): -146774 or 11191037. OLE color: 11191037.
HSL color Cylindrical-coordinate representation of color #FDC2AA: hue angle of 17.35º 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 #FDC2AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 170 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 17.35º | 0.95% | 0.83% | - |
| HSV(B) | 17.35º | 0.33% | 0.99% | - |
| XYZ | 67.06 | 62.37 | 46.53 | - |
| YUV | 208.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 170 | 0 | 0.23 | 0.33 | 0.01 | 17.35 | 0.95 | 0.83 |
| Hex | FD | C2 | AA | 0 | 17 | 21 | 1 | 11 | 5F | 53 |
| Octal | 375 | 302 | 252 | 0 | 27 | 41 | 1 | 21 | 137 | 123 |
| Binary | 11111101 | 11000010 | 10101010 | 0 | 10111 | 100001 | 1 | 10001 | 1011111 | 1010011 |
Color Harmonies of #FDC2AA
Complementary color
Monochromatic Colors of #FDC2AA
Black with #FDC2AA
Text Example
Text Example
White with #FDC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2AA; }
p { color: rgb(253,194,170); }
H1.HeaderClassName
{
color: #FDC2AA;
}
.AnyTagClassName
{
color: #FDC2AA;
}
</style>
background-color css
<style>
a { background-color: #FDC2AA; }
a { background-color: rgb(253,194,170); }
div.DivClassName
{
background-color: #FDC2AA;
}
.BgClassName
{
background-color: #FDC2AA;
}
</style>
border-color css
<style>
span { border-color: #FDC2AA; }
span { border-color: rgb(253,194,170); }
td.TdClassName
{
border-color: #FDC2AA;
}
.TagClassName
{
border-color: #FDC2AA;
}
</style>