Shades of Melon #FCB6A2
Tints of Melon #FCB6A2
RGB
CMYK
RGB Variations
Color information
#FCB6A2 (or 0xFCB6A2) is known color: Melon. HEX triplet: FC, B6 and A2. RGB value is (252,182,162). Sum of RGB (Red+Green+Blue) = 252+182+162=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 162 (63.67% from 255 or 27.18% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6A2 is #03495D. Grayscale: #C8C8C8. Windows color (decimal): -215390 or 10663676. OLE color: 10663676.
HSL color Cylindrical-coordinate representation of color #FCB6A2: hue angle of 13.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCB6A2 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 162 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.01 |
| HSL | 13.33º | 0.94% | 0.81% | - |
| HSV(B) | 13.33º | 0.36% | 0.99% | - |
| XYZ | 63.39 | 56.76 | 41.8 | - |
| YUV | 200.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 162 | 0 | 0.28 | 0.36 | 0.01 | 13.33 | 0.94 | 0.81 |
| Hex | FC | B6 | A2 | 0 | 1C | 24 | 1 | D | 5E | 51 |
| Octal | 374 | 266 | 242 | 0 | 34 | 44 | 1 | 15 | 136 | 121 |
| Binary | 11111100 | 10110110 | 10100010 | 0 | 11100 | 100100 | 1 | 1101 | 1011110 | 1010001 |
Color Harmonies of #FCB6A2
Complementary color
Monochromatic Colors of #FCB6A2
Black with #FCB6A2
Text Example
Text Example
White with #FCB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6A2; }
p { color: rgb(252,182,162); }
H1.HeaderClassName
{
color: #FCB6A2;
}
.AnyTagClassName
{
color: #FCB6A2;
}
</style>
background-color css
<style>
a { background-color: #FCB6A2; }
a { background-color: rgb(252,182,162); }
div.DivClassName
{
background-color: #FCB6A2;
}
.BgClassName
{
background-color: #FCB6A2;
}
</style>
border-color css
<style>
span { border-color: #FCB6A2; }
span { border-color: rgb(252,182,162); }
td.TdClassName
{
border-color: #FCB6A2;
}
.TagClassName
{
border-color: #FCB6A2;
}
</style>