Shades of Melon #FCC0B2
Tints of Melon #FCC0B2
RGB
CMYK
RGB Variations
Color information
#FCC0B2 (or 0xFCC0B2) is known color: Melon. HEX triplet: FC, C0 and B2. RGB value is (252,192,178). Sum of RGB (Red+Green+Blue) = 252+192+178=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC0B2 is #033F4D. Grayscale: #D0D0D0. Windows color (decimal): -212814 or 11714812. OLE color: 11714812.
HSL color Cylindrical-coordinate representation of color #FCC0B2: hue angle of 11.35º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCC0B2 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 178 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.01 |
| HSL | 11.35º | 0.93% | 0.84% | - |
| HSV(B) | 11.35º | 0.29% | 0.99% | - |
| XYZ | 67.03 | 61.61 | 50.48 | - |
| YUV | 208.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 178 | 0 | 0.24 | 0.29 | 0.01 | 11.35 | 0.93 | 0.84 |
| Hex | FC | C0 | B2 | 0 | 18 | 1D | 1 | B | 5C | 54 |
| Octal | 374 | 300 | 262 | 0 | 30 | 35 | 1 | 13 | 134 | 124 |
| Binary | 11111100 | 11000000 | 10110010 | 0 | 11000 | 11101 | 1 | 1011 | 1011100 | 1010100 |
Color Harmonies of #FCC0B2
Complementary color
Monochromatic Colors of #FCC0B2
Black with #FCC0B2
Text Example
Text Example
White with #FCC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0B2; }
p { color: rgb(252,192,178); }
H1.HeaderClassName
{
color: #FCC0B2;
}
.AnyTagClassName
{
color: #FCC0B2;
}
</style>
background-color css
<style>
a { background-color: #FCC0B2; }
a { background-color: rgb(252,192,178); }
div.DivClassName
{
background-color: #FCC0B2;
}
.BgClassName
{
background-color: #FCC0B2;
}
</style>
border-color css
<style>
span { border-color: #FCC0B2; }
span { border-color: rgb(252,192,178); }
td.TdClassName
{
border-color: #FCC0B2;
}
.TagClassName
{
border-color: #FCC0B2;
}
</style>