Shades of Melon #FDC3AD
Tints of Melon #FDC3AD
RGB
CMYK
RGB Variations
Color information
#FDC3AD (or 0xFDC3AD) is known color: Melon. HEX triplet: FD, C3 and AD. RGB value is (253,195,173). Sum of RGB (Red+Green+Blue) = 253+195+173=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3AD is #023C52. Grayscale: #D1D1D1. Windows color (decimal): -146515 or 11387901. OLE color: 11387901.
HSL color Cylindrical-coordinate representation of color #FDC3AD: hue angle of 16.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDC3AD is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 173 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.01 |
| HSL | 16.5º | 0.95% | 0.84% | - |
| HSV(B) | 16.5º | 0.32% | 0.99% | - |
| XYZ | 67.57 | 62.93 | 48.12 | - |
| YUV | 209.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 173 | 0 | 0.23 | 0.32 | 0.01 | 16.5 | 0.95 | 0.84 |
| Hex | FD | C3 | AD | 0 | 17 | 20 | 1 | 10 | 5F | 54 |
| Octal | 375 | 303 | 255 | 0 | 27 | 40 | 1 | 20 | 137 | 124 |
| Binary | 11111101 | 11000011 | 10101101 | 0 | 10111 | 100000 | 1 | 10000 | 1011111 | 1010100 |
Color Harmonies of #FDC3AD
Complementary color
Monochromatic Colors of #FDC3AD
Black with #FDC3AD
Text Example
Text Example
White with #FDC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3AD; }
p { color: rgb(253,195,173); }
H1.HeaderClassName
{
color: #FDC3AD;
}
.AnyTagClassName
{
color: #FDC3AD;
}
</style>
background-color css
<style>
a { background-color: #FDC3AD; }
a { background-color: rgb(253,195,173); }
div.DivClassName
{
background-color: #FDC3AD;
}
.BgClassName
{
background-color: #FDC3AD;
}
</style>
border-color css
<style>
span { border-color: #FDC3AD; }
span { border-color: rgb(253,195,173); }
td.TdClassName
{
border-color: #FDC3AD;
}
.TagClassName
{
border-color: #FDC3AD;
}
</style>