Shades of Melon #FDC1A8
Tints of Melon #FDC1A8
RGB
CMYK
RGB Variations
Color information
#FDC1A8 (or 0xFDC1A8) is known color: Melon. HEX triplet: FD, C1 and A8. RGB value is (253,193,168). Sum of RGB (Red+Green+Blue) = 253+193+168=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC1A8 is #023E57. Grayscale: #D0D0D0. Windows color (decimal): -147032 or 11059709. OLE color: 11059709.
HSL color Cylindrical-coordinate representation of color #FDC1A8: hue angle of 17.65º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDC1A8 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 168 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.01 |
| HSL | 17.65º | 0.96% | 0.83% | - |
| HSV(B) | 17.65º | 0.34% | 0.99% | - |
| XYZ | 66.65 | 61.85 | 45.47 | - |
| YUV | 208.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 168 | 0 | 0.24 | 0.34 | 0.01 | 17.65 | 0.96 | 0.83 |
| Hex | FD | C1 | A8 | 0 | 18 | 22 | 1 | 12 | 60 | 53 |
| Octal | 375 | 301 | 250 | 0 | 30 | 42 | 1 | 22 | 140 | 123 |
| Binary | 11111101 | 11000001 | 10101000 | 0 | 11000 | 100010 | 1 | 10010 | 1100000 | 1010011 |
Color Harmonies of #FDC1A8
Complementary color
Monochromatic Colors of #FDC1A8
Black with #FDC1A8
Text Example
Text Example
White with #FDC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1A8; }
p { color: rgb(253,193,168); }
H1.HeaderClassName
{
color: #FDC1A8;
}
.AnyTagClassName
{
color: #FDC1A8;
}
</style>
background-color css
<style>
a { background-color: #FDC1A8; }
a { background-color: rgb(253,193,168); }
div.DivClassName
{
background-color: #FDC1A8;
}
.BgClassName
{
background-color: #FDC1A8;
}
</style>
border-color css
<style>
span { border-color: #FDC1A8; }
span { border-color: rgb(253,193,168); }
td.TdClassName
{
border-color: #FDC1A8;
}
.TagClassName
{
border-color: #FDC1A8;
}
</style>