Shades of Melon #FCC1B0
Tints of Melon #FCC1B0
RGB
CMYK
RGB Variations
Color information
#FCC1B0 (or 0xFCC1B0) is known color: Melon. HEX triplet: FC, C1 and B0. RGB value is (252,193,176). Sum of RGB (Red+Green+Blue) = 252+193+176=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1B0 is #033E4F. Grayscale: #D0D0D0. Windows color (decimal): -212560 or 11583996. OLE color: 11583996.
HSL color Cylindrical-coordinate representation of color #FCC1B0: hue angle of 13.42º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCC1B0 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 176 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.01 |
| HSL | 13.42º | 0.93% | 0.84% | - |
| HSV(B) | 13.42º | 0.3% | 0.99% | - |
| XYZ | 67.05 | 61.97 | 49.5 | - |
| YUV | 208.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 176 | 0 | 0.23 | 0.30 | 0.01 | 13.42 | 0.93 | 0.84 |
| Hex | FC | C1 | B0 | 0 | 17 | 1E | 1 | D | 5D | 54 |
| Octal | 374 | 301 | 260 | 0 | 27 | 36 | 1 | 15 | 135 | 124 |
| Binary | 11111100 | 11000001 | 10110000 | 0 | 10111 | 11110 | 1 | 1101 | 1011101 | 1010100 |
Color Harmonies of #FCC1B0
Complementary color
Monochromatic Colors of #FCC1B0
Black with #FCC1B0
Text Example
Text Example
White with #FCC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1B0; }
p { color: rgb(252,193,176); }
H1.HeaderClassName
{
color: #FCC1B0;
}
.AnyTagClassName
{
color: #FCC1B0;
}
</style>
background-color css
<style>
a { background-color: #FCC1B0; }
a { background-color: rgb(252,193,176); }
div.DivClassName
{
background-color: #FCC1B0;
}
.BgClassName
{
background-color: #FCC1B0;
}
</style>
border-color css
<style>
span { border-color: #FCC1B0; }
span { border-color: rgb(252,193,176); }
td.TdClassName
{
border-color: #FCC1B0;
}
.TagClassName
{
border-color: #FCC1B0;
}
</style>