Shades of Melon #FCBAA6
Tints of Melon #FCBAA6
RGB
CMYK
RGB Variations
Color information
#FCBAA6 (or 0xFCBAA6) is known color: Melon. HEX triplet: FC, BA and A6. RGB value is (252,186,166). Sum of RGB (Red+Green+Blue) = 252+186+166=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAA6 is #034559. Grayscale: #CBCBCB. Windows color (decimal): -214362 or 10926844. OLE color: 10926844.
HSL color Cylindrical-coordinate representation of color #FCBAA6: hue angle of 13.95º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCBAA6 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 166 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.01 |
| HSL | 13.95º | 0.93% | 0.82% | - |
| HSV(B) | 13.95º | 0.34% | 0.99% | - |
| XYZ | 64.59 | 58.57 | 43.98 | - |
| YUV | 203.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 166 | 0 | 0.26 | 0.34 | 0.01 | 13.95 | 0.93 | 0.82 |
| Hex | FC | BA | A6 | 0 | 1A | 22 | 1 | E | 5D | 52 |
| Octal | 374 | 272 | 246 | 0 | 32 | 42 | 1 | 16 | 135 | 122 |
| Binary | 11111100 | 10111010 | 10100110 | 0 | 11010 | 100010 | 1 | 1110 | 1011101 | 1010010 |
Color Harmonies of #FCBAA6
Complementary color
Monochromatic Colors of #FCBAA6
Black with #FCBAA6
Text Example
Text Example
White with #FCBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAA6; }
p { color: rgb(252,186,166); }
H1.HeaderClassName
{
color: #FCBAA6;
}
.AnyTagClassName
{
color: #FCBAA6;
}
</style>
background-color css
<style>
a { background-color: #FCBAA6; }
a { background-color: rgb(252,186,166); }
div.DivClassName
{
background-color: #FCBAA6;
}
.BgClassName
{
background-color: #FCBAA6;
}
</style>
border-color css
<style>
span { border-color: #FCBAA6; }
span { border-color: rgb(252,186,166); }
td.TdClassName
{
border-color: #FCBAA6;
}
.TagClassName
{
border-color: #FCBAA6;
}
</style>