Shades of Melon #FCBAAC
Tints of Melon #FCBAAC
RGB
CMYK
RGB Variations
Color information
#FCBAAC (or 0xFCBAAC) is known color: Melon. HEX triplet: FC, BA and AC. RGB value is (252,186,172). Sum of RGB (Red+Green+Blue) = 252+186+172=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAAC is #034553. Grayscale: #CCCCCC. Windows color (decimal): -214356 or 11320060. OLE color: 11320060.
HSL color Cylindrical-coordinate representation of color #FCBAAC: hue angle of 10.5º 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 #FCBAAC is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 172 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.01 |
| HSL | 10.5º | 0.93% | 0.83% | - |
| HSV(B) | 10.5º | 0.32% | 0.99% | - |
| XYZ | 65.15 | 58.79 | 46.94 | - |
| YUV | 204.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 172 | 0 | 0.26 | 0.32 | 0.01 | 10.5 | 0.93 | 0.83 |
| Hex | FC | BA | AC | 0 | 1A | 20 | 1 | A | 5D | 53 |
| Octal | 374 | 272 | 254 | 0 | 32 | 40 | 1 | 12 | 135 | 123 |
| Binary | 11111100 | 10111010 | 10101100 | 0 | 11010 | 100000 | 1 | 1010 | 1011101 | 1010011 |
Color Harmonies of #FCBAAC
Complementary color
Monochromatic Colors of #FCBAAC
Black with #FCBAAC
Text Example
Text Example
White with #FCBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAAC; }
p { color: rgb(252,186,172); }
H1.HeaderClassName
{
color: #FCBAAC;
}
.AnyTagClassName
{
color: #FCBAAC;
}
</style>
background-color css
<style>
a { background-color: #FCBAAC; }
a { background-color: rgb(252,186,172); }
div.DivClassName
{
background-color: #FCBAAC;
}
.BgClassName
{
background-color: #FCBAAC;
}
</style>
border-color css
<style>
span { border-color: #FCBAAC; }
span { border-color: rgb(252,186,172); }
td.TdClassName
{
border-color: #FCBAAC;
}
.TagClassName
{
border-color: #FCBAAC;
}
</style>