Shades of Melon #FDC1AA
Tints of Melon #FDC1AA
RGB
CMYK
RGB Variations
Color information
#FDC1AA (or 0xFDC1AA) is known color: Melon. HEX triplet: FD, C1 and AA. RGB value is (253,193,170). Sum of RGB (Red+Green+Blue) = 253+193+170=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1AA is #023E55. Grayscale: #D0D0D0. Windows color (decimal): -147030 or 11190781. OLE color: 11190781.
HSL color Cylindrical-coordinate representation of color #FDC1AA: hue angle of 16.63º 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 #FDC1AA is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 170 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.01 |
| HSL | 16.63º | 0.95% | 0.83% | - |
| HSV(B) | 16.63º | 0.33% | 0.99% | - |
| XYZ | 66.83 | 61.92 | 46.46 | - |
| YUV | 208.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 170 | 0 | 0.24 | 0.33 | 0.01 | 16.63 | 0.95 | 0.83 |
| Hex | FD | C1 | AA | 0 | 18 | 21 | 1 | 11 | 5F | 53 |
| Octal | 375 | 301 | 252 | 0 | 30 | 41 | 1 | 21 | 137 | 123 |
| Binary | 11111101 | 11000001 | 10101010 | 0 | 11000 | 100001 | 1 | 10001 | 1011111 | 1010011 |
Color Harmonies of #FDC1AA
Complementary color
Monochromatic Colors of #FDC1AA
Black with #FDC1AA
Text Example
Text Example
White with #FDC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1AA; }
p { color: rgb(253,193,170); }
H1.HeaderClassName
{
color: #FDC1AA;
}
.AnyTagClassName
{
color: #FDC1AA;
}
</style>
background-color css
<style>
a { background-color: #FDC1AA; }
a { background-color: rgb(253,193,170); }
div.DivClassName
{
background-color: #FDC1AA;
}
.BgClassName
{
background-color: #FDC1AA;
}
</style>
border-color css
<style>
span { border-color: #FDC1AA; }
span { border-color: rgb(253,193,170); }
td.TdClassName
{
border-color: #FDC1AA;
}
.TagClassName
{
border-color: #FDC1AA;
}
</style>