Shades of Melon #FCB9A3
Tints of Melon #FCB9A3
RGB
CMYK
RGB Variations
Color information
#FCB9A3 (or 0xFCB9A3) is known color: Melon. HEX triplet: FC, B9 and A3. RGB value is (252,185,163). Sum of RGB (Red+Green+Blue) = 252+185+163=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 163 (64.06% from 255 or 27.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB9A3 is #03465C. Grayscale: #CACACA. Windows color (decimal): -214621 or 10729980. OLE color: 10729980.
HSL color Cylindrical-coordinate representation of color #FCB9A3: hue angle of 14.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB9A3 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 163 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.01 |
| HSL | 14.83º | 0.94% | 0.81% | - |
| HSV(B) | 14.83º | 0.35% | 0.99% | - |
| XYZ | 64.1 | 58.04 | 42.47 | - |
| YUV | 202.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 163 | 0 | 0.27 | 0.35 | 0.01 | 14.83 | 0.94 | 0.81 |
| Hex | FC | B9 | A3 | 0 | 1B | 23 | 1 | F | 5E | 51 |
| Octal | 374 | 271 | 243 | 0 | 33 | 43 | 1 | 17 | 136 | 121 |
| Binary | 11111100 | 10111001 | 10100011 | 0 | 11011 | 100011 | 1 | 1111 | 1011110 | 1010001 |
Color Harmonies of #FCB9A3
Complementary color
Monochromatic Colors of #FCB9A3
Black with #FCB9A3
Text Example
Text Example
White with #FCB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB9A3; }
p { color: rgb(252,185,163); }
H1.HeaderClassName
{
color: #FCB9A3;
}
.AnyTagClassName
{
color: #FCB9A3;
}
</style>
background-color css
<style>
a { background-color: #FCB9A3; }
a { background-color: rgb(252,185,163); }
div.DivClassName
{
background-color: #FCB9A3;
}
.BgClassName
{
background-color: #FCB9A3;
}
</style>
border-color css
<style>
span { border-color: #FCB9A3; }
span { border-color: rgb(252,185,163); }
td.TdClassName
{
border-color: #FCB9A3;
}
.TagClassName
{
border-color: #FCB9A3;
}
</style>