Shades of Melon #FCBFB1
Tints of Melon #FCBFB1
RGB
CMYK
RGB Variations
Color information
#FCBFB1 (or 0xFCBFB1) is known color: Melon. HEX triplet: FC, BF and B1. RGB value is (252,191,177). Sum of RGB (Red+Green+Blue) = 252+191+177=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFB1 is #03404E. Grayscale: #CFCFCF. Windows color (decimal): -213071 or 11649020. OLE color: 11649020.
HSL color Cylindrical-coordinate representation of color #FCBFB1: hue angle of 11.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 #FCBFB1 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 177 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.01 |
| HSL | 11.2º | 0.93% | 0.84% | - |
| HSV(B) | 11.2º | 0.3% | 0.99% | - |
| XYZ | 66.71 | 61.13 | 49.88 | - |
| YUV | 207.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 177 | 0 | 0.24 | 0.30 | 0.01 | 11.2 | 0.93 | 0.84 |
| Hex | FC | BF | B1 | 0 | 18 | 1E | 1 | B | 5D | 54 |
| Octal | 374 | 277 | 261 | 0 | 30 | 36 | 1 | 13 | 135 | 124 |
| Binary | 11111100 | 10111111 | 10110001 | 0 | 11000 | 11110 | 1 | 1011 | 1011101 | 1010100 |
Color Harmonies of #FCBFB1
Complementary color
Monochromatic Colors of #FCBFB1
Black with #FCBFB1
Text Example
Text Example
White with #FCBFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFB1; }
p { color: rgb(252,191,177); }
H1.HeaderClassName
{
color: #FCBFB1;
}
.AnyTagClassName
{
color: #FCBFB1;
}
</style>
background-color css
<style>
a { background-color: #FCBFB1; }
a { background-color: rgb(252,191,177); }
div.DivClassName
{
background-color: #FCBFB1;
}
.BgClassName
{
background-color: #FCBFB1;
}
</style>
border-color css
<style>
span { border-color: #FCBFB1; }
span { border-color: rgb(252,191,177); }
td.TdClassName
{
border-color: #FCBFB1;
}
.TagClassName
{
border-color: #FCBFB1;
}
</style>