Shades of Melon #FCC3AB
Tints of Melon #FCC3AB
RGB
CMYK
RGB Variations
Color information
#FCC3AB (or 0xFCC3AB) is known color: Melon. HEX triplet: FC, C3 and AB. RGB value is (252,195,171). Sum of RGB (Red+Green+Blue) = 252+195+171=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3AB is #033C54. Grayscale: #D1D1D1. Windows color (decimal): -212053 or 11256828. OLE color: 11256828.
HSL color Cylindrical-coordinate representation of color #FCC3AB: hue angle of 17.78º 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 #FCC3AB is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 171 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.01 |
| HSL | 17.78º | 0.93% | 0.83% | - |
| HSV(B) | 17.78º | 0.32% | 0.99% | - |
| XYZ | 67.01 | 62.67 | 47.09 | - |
| YUV | 209.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 171 | 0 | 0.23 | 0.32 | 0.01 | 17.78 | 0.93 | 0.83 |
| Hex | FC | C3 | AB | 0 | 17 | 20 | 1 | 12 | 5D | 53 |
| Octal | 374 | 303 | 253 | 0 | 27 | 40 | 1 | 22 | 135 | 123 |
| Binary | 11111100 | 11000011 | 10101011 | 0 | 10111 | 100000 | 1 | 10010 | 1011101 | 1010011 |
Color Harmonies of #FCC3AB
Complementary color
Monochromatic Colors of #FCC3AB
Black with #FCC3AB
Text Example
Text Example
White with #FCC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3AB; }
p { color: rgb(252,195,171); }
H1.HeaderClassName
{
color: #FCC3AB;
}
.AnyTagClassName
{
color: #FCC3AB;
}
</style>
background-color css
<style>
a { background-color: #FCC3AB; }
a { background-color: rgb(252,195,171); }
div.DivClassName
{
background-color: #FCC3AB;
}
.BgClassName
{
background-color: #FCC3AB;
}
</style>
border-color css
<style>
span { border-color: #FCC3AB; }
span { border-color: rgb(252,195,171); }
td.TdClassName
{
border-color: #FCC3AB;
}
.TagClassName
{
border-color: #FCC3AB;
}
</style>