Shades of Melon #FCC1AC
Tints of Melon #FCC1AC
RGB
CMYK
RGB Variations
Color information
#FCC1AC (or 0xFCC1AC) is known color: Melon. HEX triplet: FC, C1 and AC. RGB value is (252,193,172). Sum of RGB (Red+Green+Blue) = 252+193+172=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AC is #033E53. Grayscale: #D0D0D0. Windows color (decimal): -212564 or 11321852. OLE color: 11321852.
HSL color Cylindrical-coordinate representation of color #FCC1AC: hue angle of 15.75º 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 #FCC1AC is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 172 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.01 |
| HSL | 15.75º | 0.93% | 0.83% | - |
| HSV(B) | 15.75º | 0.32% | 0.99% | - |
| XYZ | 66.66 | 61.81 | 47.45 | - |
| YUV | 208.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 172 | 0 | 0.23 | 0.32 | 0.01 | 15.75 | 0.93 | 0.83 |
| Hex | FC | C1 | AC | 0 | 17 | 20 | 1 | 10 | 5D | 53 |
| Octal | 374 | 301 | 254 | 0 | 27 | 40 | 1 | 20 | 135 | 123 |
| Binary | 11111100 | 11000001 | 10101100 | 0 | 10111 | 100000 | 1 | 10000 | 1011101 | 1010011 |
Color Harmonies of #FCC1AC
Complementary color
Monochromatic Colors of #FCC1AC
Black with #FCC1AC
Text Example
Text Example
White with #FCC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1AC; }
p { color: rgb(252,193,172); }
H1.HeaderClassName
{
color: #FCC1AC;
}
.AnyTagClassName
{
color: #FCC1AC;
}
</style>
background-color css
<style>
a { background-color: #FCC1AC; }
a { background-color: rgb(252,193,172); }
div.DivClassName
{
background-color: #FCC1AC;
}
.BgClassName
{
background-color: #FCC1AC;
}
</style>
border-color css
<style>
span { border-color: #FCC1AC; }
span { border-color: rgb(252,193,172); }
td.TdClassName
{
border-color: #FCC1AC;
}
.TagClassName
{
border-color: #FCC1AC;
}
</style>