Shades of Melon #FCBBA6
Tints of Melon #FCBBA6
RGB
CMYK
RGB Variations
Color information
#FCBBA6 (or 0xFCBBA6) is known color: Melon. HEX triplet: FC, BB and A6. RGB value is (252,187,166). Sum of RGB (Red+Green+Blue) = 252+187+166=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBA6 is #034459. Grayscale: #CCCCCC. Windows color (decimal): -214106 or 10927100. OLE color: 10927100.
HSL color Cylindrical-coordinate representation of color #FCBBA6: hue angle of 14.65º 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 #FCBBA6 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 166 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.01 |
| HSL | 14.65º | 0.93% | 0.82% | - |
| HSV(B) | 14.65º | 0.34% | 0.99% | - |
| XYZ | 64.8 | 58.99 | 44.05 | - |
| YUV | 204.04 | 106.53 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 166 | 0 | 0.26 | 0.34 | 0.01 | 14.65 | 0.93 | 0.82 |
| Hex | FC | BB | A6 | 0 | 1A | 22 | 1 | F | 5D | 52 |
| Octal | 374 | 273 | 246 | 0 | 32 | 42 | 1 | 17 | 135 | 122 |
| Binary | 11111100 | 10111011 | 10100110 | 0 | 11010 | 100010 | 1 | 1111 | 1011101 | 1010010 |
Color Harmonies of #FCBBA6
Complementary color
Monochromatic Colors of #FCBBA6
Black with #FCBBA6
Text Example
Text Example
White with #FCBBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBA6; }
p { color: rgb(252,187,166); }
H1.HeaderClassName
{
color: #FCBBA6;
}
.AnyTagClassName
{
color: #FCBBA6;
}
</style>
background-color css
<style>
a { background-color: #FCBBA6; }
a { background-color: rgb(252,187,166); }
div.DivClassName
{
background-color: #FCBBA6;
}
.BgClassName
{
background-color: #FCBBA6;
}
</style>
border-color css
<style>
span { border-color: #FCBBA6; }
span { border-color: rgb(252,187,166); }
td.TdClassName
{
border-color: #FCBBA6;
}
.TagClassName
{
border-color: #FCBBA6;
}
</style>