Shades of Melon #FDC0AA
Tints of Melon #FDC0AA
RGB
CMYK
RGB Variations
Color information
#FDC0AA (or 0xFDC0AA) is known color: Melon. HEX triplet: FD, C0 and AA. RGB value is (253,192,170). Sum of RGB (Red+Green+Blue) = 253+192+170=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC0AA is #023F55. Grayscale: #CFCFCF. Windows color (decimal): -147286 or 11190525. OLE color: 11190525.
HSL color Cylindrical-coordinate representation of color #FDC0AA: hue angle of 15.9º 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 #FDC0AA is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 192 | 170 | - |
CMYK | 0 | 0.24 | 0.33 | 0.01 |
HSL | 15.9º | 0.95% | 0.83% | - |
HSV(B) | 15.9º | 0.33% | 0.99% | - |
XYZ | 66.61 | 61.48 | 46.39 | - |
YUV | 207.73 | 106.71 | 160.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 192 | 170 | 0 | 0.24 | 0.33 | 0.01 | 15.9 | 0.95 | 0.83 |
Hex | FD | C0 | AA | 0 | 18 | 21 | 1 | 10 | 5F | 53 |
Octal | 375 | 300 | 252 | 0 | 30 | 41 | 1 | 20 | 137 | 123 |
Binary | 11111101 | 11000000 | 10101010 | 0 | 11000 | 100001 | 1 | 10000 | 1011111 | 1010011 |
Color Harmonies of #FDC0AA
Complementary color
Monochromatic Colors of #FDC0AA
Black with #FDC0AA
Text Example
Text Example
White with #FDC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0AA; }
p { color: rgb(253,192,170); }
H1.HeaderClassName
{
color: #FDC0AA;
}
.AnyTagClassName
{
color: #FDC0AA;
}
</style>
background-color css
<style>
a { background-color: #FDC0AA; }
a { background-color: rgb(253,192,170); }
div.DivClassName
{
background-color: #FDC0AA;
}
.BgClassName
{
background-color: #FDC0AA;
}
</style>
border-color css
<style>
span { border-color: #FDC0AA; }
span { border-color: rgb(253,192,170); }
td.TdClassName
{
border-color: #FDC0AA;
}
.TagClassName
{
border-color: #FDC0AA;
}
</style>