Shades of Melon #FCBAB1
Tints of Melon #FCBAB1
RGB
CMYK
RGB Variations
Color information
#FCBAB1 (or 0xFCBAB1) is known color: Melon. HEX triplet: FC, BA and B1. RGB value is (252,186,177). Sum of RGB (Red+Green+Blue) = 252+186+177=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBAB1 is #03454E. Grayscale: #CCCCCC. Windows color (decimal): -214351 or 11647740. OLE color: 11647740.
HSL color Cylindrical-coordinate representation of color #FCBAB1: hue angle of 7.2º 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 #FCBAB1 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 177 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.01 |
| HSL | 7.2º | 0.93% | 0.84% | - |
| HSV(B) | 7.2º | 0.3% | 0.99% | - |
| XYZ | 65.64 | 58.99 | 49.52 | - |
| YUV | 204.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 177 | 0 | 0.26 | 0.30 | 0.01 | 7.2 | 0.93 | 0.84 |
| Hex | FC | BA | B1 | 0 | 1A | 1E | 1 | 7 | 5D | 54 |
| Octal | 374 | 272 | 261 | 0 | 32 | 36 | 1 | 7 | 135 | 124 |
| Binary | 11111100 | 10111010 | 10110001 | 0 | 11010 | 11110 | 1 | 111 | 1011101 | 1010100 |
Color Harmonies of #FCBAB1
Complementary color
Monochromatic Colors of #FCBAB1
Black with #FCBAB1
Text Example
Text Example
White with #FCBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAB1; }
p { color: rgb(252,186,177); }
H1.HeaderClassName
{
color: #FCBAB1;
}
.AnyTagClassName
{
color: #FCBAB1;
}
</style>
background-color css
<style>
a { background-color: #FCBAB1; }
a { background-color: rgb(252,186,177); }
div.DivClassName
{
background-color: #FCBAB1;
}
.BgClassName
{
background-color: #FCBAB1;
}
</style>
border-color css
<style>
span { border-color: #FCBAB1; }
span { border-color: rgb(252,186,177); }
td.TdClassName
{
border-color: #FCBAB1;
}
.TagClassName
{
border-color: #FCBAB1;
}
</style>