Shades of Melon #FCC2AB
Tints of Melon #FCC2AB
RGB
CMYK
RGB Variations
Color information
#FCC2AB (or 0xFCC2AB) is known color: Melon. HEX triplet: FC, C2 and AB. RGB value is (252,194,171). Sum of RGB (Red+Green+Blue) = 252+194+171=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AB is #033D54. Grayscale: #D0D0D0. Windows color (decimal): -212309 or 11256572. OLE color: 11256572.
HSL color Cylindrical-coordinate representation of color #FCC2AB: hue angle of 17.04º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCC2AB is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 171 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.01 |
| HSL | 17.04º | 0.93% | 0.83% | - |
| HSV(B) | 17.04º | 0.32% | 0.99% | - |
| XYZ | 66.79 | 62.22 | 47.02 | - |
| YUV | 208.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 171 | 0 | 0.23 | 0.32 | 0.01 | 17.04 | 0.93 | 0.83 |
| Hex | FC | C2 | AB | 0 | 17 | 20 | 1 | 11 | 5D | 53 |
| Octal | 374 | 302 | 253 | 0 | 27 | 40 | 1 | 21 | 135 | 123 |
| Binary | 11111100 | 11000010 | 10101011 | 0 | 10111 | 100000 | 1 | 10001 | 1011101 | 1010011 |
Color Harmonies of #FCC2AB
Complementary color
Monochromatic Colors of #FCC2AB
Black with #FCC2AB
Text Example
Text Example
White with #FCC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2AB; }
p { color: rgb(252,194,171); }
H1.HeaderClassName
{
color: #FCC2AB;
}
.AnyTagClassName
{
color: #FCC2AB;
}
</style>
background-color css
<style>
a { background-color: #FCC2AB; }
a { background-color: rgb(252,194,171); }
div.DivClassName
{
background-color: #FCC2AB;
}
.BgClassName
{
background-color: #FCC2AB;
}
</style>
border-color css
<style>
span { border-color: #FCC2AB; }
span { border-color: rgb(252,194,171); }
td.TdClassName
{
border-color: #FCC2AB;
}
.TagClassName
{
border-color: #FCC2AB;
}
</style>