Shades of Melon #FCC1B1
Tints of Melon #FCC1B1
RGB
CMYK
RGB Variations
Color information
#FCC1B1 (or 0xFCC1B1) is known color: Melon. HEX triplet: FC, C1 and B1. RGB value is (252,193,177). Sum of RGB (Red+Green+Blue) = 252+193+177=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1B1 is #033E4E. Grayscale: #D0D0D0. Windows color (decimal): -212559 or 11649532. OLE color: 11649532.
HSL color Cylindrical-coordinate representation of color #FCC1B1: hue angle of 12.8º 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 #FCC1B1 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 177 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.01 |
| HSL | 12.8º | 0.93% | 0.84% | - |
| HSV(B) | 12.8º | 0.3% | 0.99% | - |
| XYZ | 67.15 | 62.01 | 50.02 | - |
| YUV | 208.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 177 | 0 | 0.23 | 0.30 | 0.01 | 12.8 | 0.93 | 0.84 |
| Hex | FC | C1 | B1 | 0 | 17 | 1E | 1 | D | 5D | 54 |
| Octal | 374 | 301 | 261 | 0 | 27 | 36 | 1 | 15 | 135 | 124 |
| Binary | 11111100 | 11000001 | 10110001 | 0 | 10111 | 11110 | 1 | 1101 | 1011101 | 1010100 |
Color Harmonies of #FCC1B1
Complementary color
Monochromatic Colors of #FCC1B1
Black with #FCC1B1
Text Example
Text Example
White with #FCC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1B1; }
p { color: rgb(252,193,177); }
H1.HeaderClassName
{
color: #FCC1B1;
}
.AnyTagClassName
{
color: #FCC1B1;
}
</style>
background-color css
<style>
a { background-color: #FCC1B1; }
a { background-color: rgb(252,193,177); }
div.DivClassName
{
background-color: #FCC1B1;
}
.BgClassName
{
background-color: #FCC1B1;
}
</style>
border-color css
<style>
span { border-color: #FCC1B1; }
span { border-color: rgb(252,193,177); }
td.TdClassName
{
border-color: #FCC1B1;
}
.TagClassName
{
border-color: #FCC1B1;
}
</style>