Shades of Melon #FCBBAC
Tints of Melon #FCBBAC
RGB
CMYK
RGB Variations
Color information
#FCBBAC (or 0xFCBBAC) is known color: Melon. HEX triplet: FC, BB and AC. RGB value is (252,187,172). Sum of RGB (Red+Green+Blue) = 252+187+172=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBBAC is #034453. Grayscale: #CCCCCC. Windows color (decimal): -214100 or 11320316. OLE color: 11320316.
HSL color Cylindrical-coordinate representation of color #FCBBAC: hue angle of 11.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCBBAC is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 172 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.01 |
| HSL | 11.25º | 0.93% | 0.83% | - |
| HSV(B) | 11.25º | 0.32% | 0.99% | - |
| XYZ | 65.36 | 59.21 | 47.01 | - |
| YUV | 204.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 172 | 0 | 0.26 | 0.32 | 0.01 | 11.25 | 0.93 | 0.83 |
| Hex | FC | BB | AC | 0 | 1A | 20 | 1 | B | 5D | 53 |
| Octal | 374 | 273 | 254 | 0 | 32 | 40 | 1 | 13 | 135 | 123 |
| Binary | 11111100 | 10111011 | 10101100 | 0 | 11010 | 100000 | 1 | 1011 | 1011101 | 1010011 |
Color Harmonies of #FCBBAC
Complementary color
Monochromatic Colors of #FCBBAC
Black with #FCBBAC
Text Example
Text Example
White with #FCBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBAC; }
p { color: rgb(252,187,172); }
H1.HeaderClassName
{
color: #FCBBAC;
}
.AnyTagClassName
{
color: #FCBBAC;
}
</style>
background-color css
<style>
a { background-color: #FCBBAC; }
a { background-color: rgb(252,187,172); }
div.DivClassName
{
background-color: #FCBBAC;
}
.BgClassName
{
background-color: #FCBBAC;
}
</style>
border-color css
<style>
span { border-color: #FCBBAC; }
span { border-color: rgb(252,187,172); }
td.TdClassName
{
border-color: #FCBBAC;
}
.TagClassName
{
border-color: #FCBBAC;
}
</style>