Shades of Melon #FCBCB2
Tints of Melon #FCBCB2
RGB
CMYK
RGB Variations
Color information
#FCBCB2 (or 0xFCBCB2) is known color: Melon. HEX triplet: FC, BC and B2. RGB value is (252,188,178). Sum of RGB (Red+Green+Blue) = 252+188+178=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCB2 is #03434D. Grayscale: #CECECE. Windows color (decimal): -213838 or 11713788. OLE color: 11713788.
HSL color Cylindrical-coordinate representation of color #FCBCB2: hue angle of 8.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCBCB2 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 178 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.01 |
| HSL | 8.11º | 0.93% | 0.84% | - |
| HSV(B) | 8.11º | 0.29% | 0.99% | - |
| XYZ | 66.16 | 59.88 | 50.19 | - |
| YUV | 206 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 178 | 0 | 0.25 | 0.29 | 0.01 | 8.11 | 0.93 | 0.84 |
| Hex | FC | BC | B2 | 0 | 19 | 1D | 1 | 8 | 5C | 54 |
| Octal | 374 | 274 | 262 | 0 | 31 | 35 | 1 | 10 | 134 | 124 |
| Binary | 11111100 | 10111100 | 10110010 | 0 | 11001 | 11101 | 1 | 1000 | 1011100 | 1010100 |
Color Harmonies of #FCBCB2
Complementary color
Monochromatic Colors of #FCBCB2
Black with #FCBCB2
Text Example
Text Example
White with #FCBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCB2; }
p { color: rgb(252,188,178); }
H1.HeaderClassName
{
color: #FCBCB2;
}
.AnyTagClassName
{
color: #FCBCB2;
}
</style>
background-color css
<style>
a { background-color: #FCBCB2; }
a { background-color: rgb(252,188,178); }
div.DivClassName
{
background-color: #FCBCB2;
}
.BgClassName
{
background-color: #FCBCB2;
}
</style>
border-color css
<style>
span { border-color: #FCBCB2; }
span { border-color: rgb(252,188,178); }
td.TdClassName
{
border-color: #FCBCB2;
}
.TagClassName
{
border-color: #FCBCB2;
}
</style>