Shades of Melon #FCC1A8
Tints of Melon #FCC1A8
RGB
CMYK
RGB Variations
Color information
#FCC1A8 (or 0xFCC1A8) is known color: Melon. HEX triplet: FC, C1 and A8. RGB value is (252,193,168). Sum of RGB (Red+Green+Blue) = 252+193+168=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1A8 is #033E57. Grayscale: #CFCFCF. Windows color (decimal): -212568 or 11059708. OLE color: 11059708.
HSL color Cylindrical-coordinate representation of color #FCC1A8: hue angle of 17.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC1A8 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 168 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 17.86º | 0.93% | 0.82% | - |
| HSV(B) | 17.86º | 0.33% | 0.99% | - |
| XYZ | 66.28 | 61.66 | 45.45 | - |
| YUV | 207.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 168 | 0 | 0.23 | 0.33 | 0.01 | 17.86 | 0.93 | 0.82 |
| Hex | FC | C1 | A8 | 0 | 17 | 21 | 1 | 12 | 5D | 52 |
| Octal | 374 | 301 | 250 | 0 | 27 | 41 | 1 | 22 | 135 | 122 |
| Binary | 11111100 | 11000001 | 10101000 | 0 | 10111 | 100001 | 1 | 10010 | 1011101 | 1010010 |
Color Harmonies of #FCC1A8
Complementary color
Monochromatic Colors of #FCC1A8
Black with #FCC1A8
Text Example
Text Example
White with #FCC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1A8; }
p { color: rgb(252,193,168); }
H1.HeaderClassName
{
color: #FCC1A8;
}
.AnyTagClassName
{
color: #FCC1A8;
}
</style>
background-color css
<style>
a { background-color: #FCC1A8; }
a { background-color: rgb(252,193,168); }
div.DivClassName
{
background-color: #FCC1A8;
}
.BgClassName
{
background-color: #FCC1A8;
}
</style>
border-color css
<style>
span { border-color: #FCC1A8; }
span { border-color: rgb(252,193,168); }
td.TdClassName
{
border-color: #FCC1A8;
}
.TagClassName
{
border-color: #FCC1A8;
}
</style>