Shades of Melon #FCBAB0
Tints of Melon #FCBAB0
RGB
CMYK
RGB Variations
Color information
#FCBAB0 (or 0xFCBAB0) is known color: Melon. HEX triplet: FC, BA and B0. RGB value is (252,186,176). Sum of RGB (Red+Green+Blue) = 252+186+176=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 176 (69.14% from 255 or 28.66% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAB0 is #03454F. Grayscale: #CCCCCC. Windows color (decimal): -214352 or 11582204. OLE color: 11582204.
HSL color Cylindrical-coordinate representation of color #FCBAB0: hue angle of 7.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCBAB0 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 176 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 7.89º | 0.93% | 0.84% | - |
| HSV(B) | 7.89º | 0.3% | 0.99% | - |
| XYZ | 65.54 | 58.95 | 49 | - |
| YUV | 204.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 176 | 0 | 0.26 | 0.30 | 0.01 | 7.89 | 0.93 | 0.84 |
| Hex | FC | BA | B0 | 0 | 1A | 1E | 1 | 8 | 5D | 54 |
| Octal | 374 | 272 | 260 | 0 | 32 | 36 | 1 | 10 | 135 | 124 |
| Binary | 11111100 | 10111010 | 10110000 | 0 | 11010 | 11110 | 1 | 1000 | 1011101 | 1010100 |
Color Harmonies of #FCBAB0
Complementary color
Monochromatic Colors of #FCBAB0
Black with #FCBAB0
Text Example
Text Example
White with #FCBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAB0; }
p { color: rgb(252,186,176); }
H1.HeaderClassName
{
color: #FCBAB0;
}
.AnyTagClassName
{
color: #FCBAB0;
}
</style>
background-color css
<style>
a { background-color: #FCBAB0; }
a { background-color: rgb(252,186,176); }
div.DivClassName
{
background-color: #FCBAB0;
}
.BgClassName
{
background-color: #FCBAB0;
}
</style>
border-color css
<style>
span { border-color: #FCBAB0; }
span { border-color: rgb(252,186,176); }
td.TdClassName
{
border-color: #FCBAB0;
}
.TagClassName
{
border-color: #FCBAB0;
}
</style>