Shades of Melon #FCBCB1
Tints of Melon #FCBCB1
RGB
CMYK
RGB Variations
Color information
#FCBCB1 (or 0xFCBCB1) is known color: Melon. HEX triplet: FC, BC and B1. RGB value is (252,188,177). Sum of RGB (Red+Green+Blue) = 252+188+177=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCB1 is #03434E. Grayscale: #CDCDCD. Windows color (decimal): -213839 or 11648252. OLE color: 11648252.
HSL color Cylindrical-coordinate representation of color #FCBCB1: hue angle of 8.8º 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 #FCBCB1 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 177 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.01 |
| HSL | 8.8º | 0.93% | 0.84% | - |
| HSV(B) | 8.8º | 0.3% | 0.99% | - |
| XYZ | 66.06 | 59.84 | 49.66 | - |
| YUV | 205.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 177 | 0 | 0.25 | 0.30 | 0.01 | 8.8 | 0.93 | 0.84 |
| Hex | FC | BC | B1 | 0 | 19 | 1E | 1 | 9 | 5D | 54 |
| Octal | 374 | 274 | 261 | 0 | 31 | 36 | 1 | 11 | 135 | 124 |
| Binary | 11111100 | 10111100 | 10110001 | 0 | 11001 | 11110 | 1 | 1001 | 1011101 | 1010100 |
Color Harmonies of #FCBCB1
Complementary color
Monochromatic Colors of #FCBCB1
Black with #FCBCB1
Text Example
Text Example
White with #FCBCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCB1; }
p { color: rgb(252,188,177); }
H1.HeaderClassName
{
color: #FCBCB1;
}
.AnyTagClassName
{
color: #FCBCB1;
}
</style>
background-color css
<style>
a { background-color: #FCBCB1; }
a { background-color: rgb(252,188,177); }
div.DivClassName
{
background-color: #FCBCB1;
}
.BgClassName
{
background-color: #FCBCB1;
}
</style>
border-color css
<style>
span { border-color: #FCBCB1; }
span { border-color: rgb(252,188,177); }
td.TdClassName
{
border-color: #FCBCB1;
}
.TagClassName
{
border-color: #FCBCB1;
}
</style>