Shades of Melon #FCBFB0
Tints of Melon #FCBFB0
RGB
CMYK
RGB Variations
Color information
#FCBFB0 (or 0xFCBFB0) is known color: Melon. HEX triplet: FC, BF and B0. RGB value is (252,191,176). Sum of RGB (Red+Green+Blue) = 252+191+176=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFB0 is #03404F. Grayscale: #CFCFCF. Windows color (decimal): -213072 or 11583484. OLE color: 11583484.
HSL color Cylindrical-coordinate representation of color #FCBFB0: hue angle of 11.84º 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 #FCBFB0 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 176 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.01 |
| HSL | 11.84º | 0.93% | 0.84% | - |
| HSV(B) | 11.84º | 0.3% | 0.99% | - |
| XYZ | 66.61 | 61.09 | 49.36 | - |
| YUV | 207.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 176 | 0 | 0.24 | 0.30 | 0.01 | 11.84 | 0.93 | 0.84 |
| Hex | FC | BF | B0 | 0 | 18 | 1E | 1 | C | 5D | 54 |
| Octal | 374 | 277 | 260 | 0 | 30 | 36 | 1 | 14 | 135 | 124 |
| Binary | 11111100 | 10111111 | 10110000 | 0 | 11000 | 11110 | 1 | 1100 | 1011101 | 1010100 |
Color Harmonies of #FCBFB0
Complementary color
Monochromatic Colors of #FCBFB0
Black with #FCBFB0
Text Example
Text Example
White with #FCBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFB0; }
p { color: rgb(252,191,176); }
H1.HeaderClassName
{
color: #FCBFB0;
}
.AnyTagClassName
{
color: #FCBFB0;
}
</style>
background-color css
<style>
a { background-color: #FCBFB0; }
a { background-color: rgb(252,191,176); }
div.DivClassName
{
background-color: #FCBFB0;
}
.BgClassName
{
background-color: #FCBFB0;
}
</style>
border-color css
<style>
span { border-color: #FCBFB0; }
span { border-color: rgb(252,191,176); }
td.TdClassName
{
border-color: #FCBFB0;
}
.TagClassName
{
border-color: #FCBFB0;
}
</style>