Shades of Melon #FCBCB6
Tints of Melon #FCBCB6
RGB
CMYK
RGB Variations
Color information
#FCBCB6 (or 0xFCBCB6) is known color: Melon. HEX triplet: FC, BC and B6. RGB value is (252,188,182). Sum of RGB (Red+Green+Blue) = 252+188+182=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCB6 is #034349. Grayscale: #CECECE. Windows color (decimal): -213834 or 11975932. OLE color: 11975932.
HSL color Cylindrical-coordinate representation of color #FCBCB6: hue angle of 5.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCBCB6 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 182 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.01 |
| HSL | 5.14º | 0.92% | 0.85% | - |
| HSV(B) | 5.14º | 0.28% | 0.99% | - |
| XYZ | 66.57 | 60.04 | 52.34 | - |
| YUV | 206.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 182 | 0 | 0.25 | 0.28 | 0.01 | 5.14 | 0.92 | 0.85 |
| Hex | FC | BC | B6 | 0 | 19 | 1C | 1 | 5 | 5C | 55 |
| Octal | 374 | 274 | 266 | 0 | 31 | 34 | 1 | 5 | 134 | 125 |
| Binary | 11111100 | 10111100 | 10110110 | 0 | 11001 | 11100 | 1 | 101 | 1011100 | 1010101 |
Color Harmonies of #FCBCB6
Complementary color
Monochromatic Colors of #FCBCB6
Black with #FCBCB6
Text Example
Text Example
White with #FCBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCB6; }
p { color: rgb(252,188,182); }
H1.HeaderClassName
{
color: #FCBCB6;
}
.AnyTagClassName
{
color: #FCBCB6;
}
</style>
background-color css
<style>
a { background-color: #FCBCB6; }
a { background-color: rgb(252,188,182); }
div.DivClassName
{
background-color: #FCBCB6;
}
.BgClassName
{
background-color: #FCBCB6;
}
</style>
border-color css
<style>
span { border-color: #FCBCB6; }
span { border-color: rgb(252,188,182); }
td.TdClassName
{
border-color: #FCBCB6;
}
.TagClassName
{
border-color: #FCBCB6;
}
</style>