Shades of Melon #FCC2B2
Tints of Melon #FCC2B2
RGB
CMYK
RGB Variations
Color information
#FCC2B2 (or 0xFCC2B2) is known color: Melon. HEX triplet: FC, C2 and B2. RGB value is (252,194,178). Sum of RGB (Red+Green+Blue) = 252+194+178=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2B2 is #033D4D. Grayscale: #D1D1D1. Windows color (decimal): -212302 or 11715324. OLE color: 11715324.
HSL color Cylindrical-coordinate representation of color #FCC2B2: hue angle of 12.97º 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 #FCC2B2 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 194 | 178 | - |
CMYK | 0 | 0.23 | 0.29 | 0.01 |
HSL | 12.97º | 0.93% | 0.84% | - |
HSV(B) | 12.97º | 0.29% | 0.99% | - |
XYZ | 67.47 | 62.49 | 50.63 | - |
YUV | 209.52 | 110.22 | 158.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 194 | 178 | 0 | 0.23 | 0.29 | 0.01 | 12.97 | 0.93 | 0.84 |
Hex | FC | C2 | B2 | 0 | 17 | 1D | 1 | D | 5C | 54 |
Octal | 374 | 302 | 262 | 0 | 27 | 35 | 1 | 15 | 134 | 124 |
Binary | 11111100 | 11000010 | 10110010 | 0 | 10111 | 11101 | 1 | 1101 | 1011100 | 1010100 |
Color Harmonies of #FCC2B2
Complementary color
Monochromatic Colors of #FCC2B2
Black with #FCC2B2
Text Example
Text Example
White with #FCC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2B2; }
p { color: rgb(252,194,178); }
H1.HeaderClassName
{
color: #FCC2B2;
}
.AnyTagClassName
{
color: #FCC2B2;
}
</style>
background-color css
<style>
a { background-color: #FCC2B2; }
a { background-color: rgb(252,194,178); }
div.DivClassName
{
background-color: #FCC2B2;
}
.BgClassName
{
background-color: #FCC2B2;
}
</style>
border-color css
<style>
span { border-color: #FCC2B2; }
span { border-color: rgb(252,194,178); }
td.TdClassName
{
border-color: #FCC2B2;
}
.TagClassName
{
border-color: #FCC2B2;
}
</style>