Shades of Melon #FCB7B2
Tints of Melon #FCB7B2
RGB
CMYK
RGB Variations
Color information
#FCB7B2 (or 0xFCB7B2) is known color: Melon. HEX triplet: FC, B7 and B2. RGB value is (252,183,178). Sum of RGB (Red+Green+Blue) = 252+183+178=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB7B2 is #03484D. Grayscale: #CBCBCB. Windows color (decimal): -215118 or 11712508. OLE color: 11712508.
HSL color Cylindrical-coordinate representation of color #FCB7B2: hue angle of 4.05º 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 #FCB7B2 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 178 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.01 |
| HSL | 4.05º | 0.93% | 0.84% | - |
| HSV(B) | 4.05º | 0.29% | 0.99% | - |
| XYZ | 65.11 | 57.78 | 49.84 | - |
| YUV | 203.06 | 113.86 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 178 | 0 | 0.27 | 0.29 | 0.01 | 4.05 | 0.93 | 0.84 |
| Hex | FC | B7 | B2 | 0 | 1B | 1D | 1 | 4 | 5C | 54 |
| Octal | 374 | 267 | 262 | 0 | 33 | 35 | 1 | 4 | 134 | 124 |
| Binary | 11111100 | 10110111 | 10110010 | 0 | 11011 | 11101 | 1 | 100 | 1011100 | 1010100 |
Color Harmonies of #FCB7B2
Complementary color
Monochromatic Colors of #FCB7B2
Black with #FCB7B2
Text Example
Text Example
White with #FCB7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7B2; }
p { color: rgb(252,183,178); }
H1.HeaderClassName
{
color: #FCB7B2;
}
.AnyTagClassName
{
color: #FCB7B2;
}
</style>
background-color css
<style>
a { background-color: #FCB7B2; }
a { background-color: rgb(252,183,178); }
div.DivClassName
{
background-color: #FCB7B2;
}
.BgClassName
{
background-color: #FCB7B2;
}
</style>
border-color css
<style>
span { border-color: #FCB7B2; }
span { border-color: rgb(252,183,178); }
td.TdClassName
{
border-color: #FCB7B2;
}
.TagClassName
{
border-color: #FCB7B2;
}
</style>