Shades of Melon #FCB9AC
Tints of Melon #FCB9AC
RGB
CMYK
RGB Variations
Color information
#FCB9AC (or 0xFCB9AC) is known color: Melon. HEX triplet: FC, B9 and AC. RGB value is (252,185,172). Sum of RGB (Red+Green+Blue) = 252+185+172=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9AC is #034653. Grayscale: #CBCBCB. Windows color (decimal): -214612 or 11319804. OLE color: 11319804.
HSL color Cylindrical-coordinate representation of color #FCB9AC: hue angle of 9.75º 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 #FCB9AC is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 172 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.01 |
| HSL | 9.75º | 0.93% | 0.83% | - |
| HSV(B) | 9.75º | 0.32% | 0.99% | - |
| XYZ | 64.94 | 58.37 | 46.87 | - |
| YUV | 203.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 172 | 0 | 0.27 | 0.32 | 0.01 | 9.75 | 0.93 | 0.83 |
| Hex | FC | B9 | AC | 0 | 1B | 20 | 1 | A | 5D | 53 |
| Octal | 374 | 271 | 254 | 0 | 33 | 40 | 1 | 12 | 135 | 123 |
| Binary | 11111100 | 10111001 | 10101100 | 0 | 11011 | 100000 | 1 | 1010 | 1011101 | 1010011 |
Color Harmonies of #FCB9AC
Complementary color
Monochromatic Colors of #FCB9AC
Black with #FCB9AC
Text Example
Text Example
White with #FCB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9AC; }
p { color: rgb(252,185,172); }
H1.HeaderClassName
{
color: #FCB9AC;
}
.AnyTagClassName
{
color: #FCB9AC;
}
</style>
background-color css
<style>
a { background-color: #FCB9AC; }
a { background-color: rgb(252,185,172); }
div.DivClassName
{
background-color: #FCB9AC;
}
.BgClassName
{
background-color: #FCB9AC;
}
</style>
border-color css
<style>
span { border-color: #FCB9AC; }
span { border-color: rgb(252,185,172); }
td.TdClassName
{
border-color: #FCB9AC;
}
.TagClassName
{
border-color: #FCB9AC;
}
</style>