Shades of Melon #FCC0AB
Tints of Melon #FCC0AB
RGB
CMYK
RGB Variations
Color information
#FCC0AB (or 0xFCC0AB) is known color: Melon. HEX triplet: FC, C0 and AB. RGB value is (252,192,171). Sum of RGB (Red+Green+Blue) = 252+192+171=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0AB is #033F54. Grayscale: #CFCFCF. Windows color (decimal): -212821 or 11256060. OLE color: 11256060.
HSL color Cylindrical-coordinate representation of color #FCC0AB: hue angle of 15.56º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCC0AB is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 171 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.01 |
| HSL | 15.56º | 0.93% | 0.83% | - |
| HSV(B) | 15.56º | 0.32% | 0.99% | - |
| XYZ | 66.35 | 61.34 | 46.87 | - |
| YUV | 207.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 171 | 0 | 0.24 | 0.32 | 0.01 | 15.56 | 0.93 | 0.83 |
| Hex | FC | C0 | AB | 0 | 18 | 20 | 1 | 10 | 5D | 53 |
| Octal | 374 | 300 | 253 | 0 | 30 | 40 | 1 | 20 | 135 | 123 |
| Binary | 11111100 | 11000000 | 10101011 | 0 | 11000 | 100000 | 1 | 10000 | 1011101 | 1010011 |
Color Harmonies of #FCC0AB
Complementary color
Monochromatic Colors of #FCC0AB
Black with #FCC0AB
Text Example
Text Example
White with #FCC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0AB; }
p { color: rgb(252,192,171); }
H1.HeaderClassName
{
color: #FCC0AB;
}
.AnyTagClassName
{
color: #FCC0AB;
}
</style>
background-color css
<style>
a { background-color: #FCC0AB; }
a { background-color: rgb(252,192,171); }
div.DivClassName
{
background-color: #FCC0AB;
}
.BgClassName
{
background-color: #FCC0AB;
}
</style>
border-color css
<style>
span { border-color: #FCC0AB; }
span { border-color: rgb(252,192,171); }
td.TdClassName
{
border-color: #FCC0AB;
}
.TagClassName
{
border-color: #FCC0AB;
}
</style>