Shades of Melon #FCC1AD
Tints of Melon #FCC1AD
RGB
CMYK
RGB Variations
Color information
#FCC1AD (or 0xFCC1AD) is known color: Melon. HEX triplet: FC, C1 and AD. RGB value is (252,193,173). Sum of RGB (Red+Green+Blue) = 252+193+173=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AD is #033E52. Grayscale: #D0D0D0. Windows color (decimal): -212563 or 11387388. OLE color: 11387388.
HSL color Cylindrical-coordinate representation of color #FCC1AD: hue angle of 15.19º 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 #FCC1AD is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 173 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.01 |
| HSL | 15.19º | 0.93% | 0.83% | - |
| HSV(B) | 15.19º | 0.31% | 0.99% | - |
| XYZ | 66.76 | 61.85 | 47.96 | - |
| YUV | 208.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 173 | 0 | 0.23 | 0.31 | 0.01 | 15.19 | 0.93 | 0.83 |
| Hex | FC | C1 | AD | 0 | 17 | 1F | 1 | F | 5D | 53 |
| Octal | 374 | 301 | 255 | 0 | 27 | 37 | 1 | 17 | 135 | 123 |
| Binary | 11111100 | 11000001 | 10101101 | 0 | 10111 | 11111 | 1 | 1111 | 1011101 | 1010011 |
Color Harmonies of #FCC1AD
Complementary color
Monochromatic Colors of #FCC1AD
Black with #FCC1AD
Text Example
Text Example
White with #FCC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1AD; }
p { color: rgb(252,193,173); }
H1.HeaderClassName
{
color: #FCC1AD;
}
.AnyTagClassName
{
color: #FCC1AD;
}
</style>
background-color css
<style>
a { background-color: #FCC1AD; }
a { background-color: rgb(252,193,173); }
div.DivClassName
{
background-color: #FCC1AD;
}
.BgClassName
{
background-color: #FCC1AD;
}
</style>
border-color css
<style>
span { border-color: #FCC1AD; }
span { border-color: rgb(252,193,173); }
td.TdClassName
{
border-color: #FCC1AD;
}
.TagClassName
{
border-color: #FCC1AD;
}
</style>