Shades of Melon #FCBCAB
Tints of Melon #FCBCAB
RGB
CMYK
RGB Variations
Color information
#FCBCAB (or 0xFCBCAB) is known color: Melon. HEX triplet: FC, BC and AB. RGB value is (252,188,171). Sum of RGB (Red+Green+Blue) = 252+188+171=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCAB is #034354. Grayscale: #CDCDCD. Windows color (decimal): -213845 or 11255036. OLE color: 11255036.
HSL color Cylindrical-coordinate representation of color #FCBCAB: hue angle of 12.59º 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 #FCBCAB is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 171 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.01 |
| HSL | 12.59º | 0.93% | 0.83% | - |
| HSV(B) | 12.59º | 0.32% | 0.99% | - |
| XYZ | 65.48 | 59.6 | 46.58 | - |
| YUV | 205.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 171 | 0 | 0.25 | 0.32 | 0.01 | 12.59 | 0.93 | 0.83 |
| Hex | FC | BC | AB | 0 | 19 | 20 | 1 | D | 5D | 53 |
| Octal | 374 | 274 | 253 | 0 | 31 | 40 | 1 | 15 | 135 | 123 |
| Binary | 11111100 | 10111100 | 10101011 | 0 | 11001 | 100000 | 1 | 1101 | 1011101 | 1010011 |
Color Harmonies of #FCBCAB
Complementary color
Monochromatic Colors of #FCBCAB
Black with #FCBCAB
Text Example
Text Example
White with #FCBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCAB; }
p { color: rgb(252,188,171); }
H1.HeaderClassName
{
color: #FCBCAB;
}
.AnyTagClassName
{
color: #FCBCAB;
}
</style>
background-color css
<style>
a { background-color: #FCBCAB; }
a { background-color: rgb(252,188,171); }
div.DivClassName
{
background-color: #FCBCAB;
}
.BgClassName
{
background-color: #FCBCAB;
}
</style>
border-color css
<style>
span { border-color: #FCBCAB; }
span { border-color: rgb(252,188,171); }
td.TdClassName
{
border-color: #FCBCAB;
}
.TagClassName
{
border-color: #FCBCAB;
}
</style>