Shades of Melon #FCC2AD
Tints of Melon #FCC2AD
RGB
CMYK
RGB Variations
Color information
#FCC2AD (or 0xFCC2AD) is known color: Melon. HEX triplet: FC, C2 and AD. RGB value is (252,194,173). Sum of RGB (Red+Green+Blue) = 252+194+173=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AD is #033D52. Grayscale: #D1D1D1. Windows color (decimal): -212307 or 11387644. OLE color: 11387644.
HSL color Cylindrical-coordinate representation of color #FCC2AD: hue angle of 15.95º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC2AD is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 173 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.01 |
| HSL | 15.95º | 0.93% | 0.83% | - |
| HSV(B) | 15.95º | 0.31% | 0.99% | - |
| XYZ | 66.98 | 62.3 | 48.03 | - |
| YUV | 208.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 173 | 0 | 0.23 | 0.31 | 0.01 | 15.95 | 0.93 | 0.83 |
| Hex | FC | C2 | AD | 0 | 17 | 1F | 1 | 10 | 5D | 53 |
| Octal | 374 | 302 | 255 | 0 | 27 | 37 | 1 | 20 | 135 | 123 |
| Binary | 11111100 | 11000010 | 10101101 | 0 | 10111 | 11111 | 1 | 10000 | 1011101 | 1010011 |
Color Harmonies of #FCC2AD
Complementary color
Monochromatic Colors of #FCC2AD
Black with #FCC2AD
Text Example
Text Example
White with #FCC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2AD; }
p { color: rgb(252,194,173); }
H1.HeaderClassName
{
color: #FCC2AD;
}
.AnyTagClassName
{
color: #FCC2AD;
}
</style>
background-color css
<style>
a { background-color: #FCC2AD; }
a { background-color: rgb(252,194,173); }
div.DivClassName
{
background-color: #FCC2AD;
}
.BgClassName
{
background-color: #FCC2AD;
}
</style>
border-color css
<style>
span { border-color: #FCC2AD; }
span { border-color: rgb(252,194,173); }
td.TdClassName
{
border-color: #FCC2AD;
}
.TagClassName
{
border-color: #FCC2AD;
}
</style>