Shades of Melon #FCB6AC
Tints of Melon #FCB6AC
RGB
CMYK
RGB Variations
Color information
#FCB6AC (or 0xFCB6AC) is known color: Melon. HEX triplet: FC, B6 and AC. RGB value is (252,182,172). Sum of RGB (Red+Green+Blue) = 252+182+172=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 182 (71.48% from 255 or 30.03% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6AC is #034953. Grayscale: #C9C9C9. Windows color (decimal): -215380 or 11319036. OLE color: 11319036.
HSL color Cylindrical-coordinate representation of color #FCB6AC: hue angle of 7.5º 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 #FCB6AC is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 172 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.01 |
| HSL | 7.5º | 0.93% | 0.83% | - |
| HSV(B) | 7.5º | 0.32% | 0.99% | - |
| XYZ | 64.32 | 57.13 | 46.67 | - |
| YUV | 201.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 172 | 0 | 0.28 | 0.32 | 0.01 | 7.5 | 0.93 | 0.83 |
| Hex | FC | B6 | AC | 0 | 1C | 20 | 1 | 8 | 5D | 53 |
| Octal | 374 | 266 | 254 | 0 | 34 | 40 | 1 | 10 | 135 | 123 |
| Binary | 11111100 | 10110110 | 10101100 | 0 | 11100 | 100000 | 1 | 1000 | 1011101 | 1010011 |
Color Harmonies of #FCB6AC
Complementary color
Monochromatic Colors of #FCB6AC
Black with #FCB6AC
Text Example
Text Example
White with #FCB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6AC; }
p { color: rgb(252,182,172); }
H1.HeaderClassName
{
color: #FCB6AC;
}
.AnyTagClassName
{
color: #FCB6AC;
}
</style>
background-color css
<style>
a { background-color: #FCB6AC; }
a { background-color: rgb(252,182,172); }
div.DivClassName
{
background-color: #FCB6AC;
}
.BgClassName
{
background-color: #FCB6AC;
}
</style>
border-color css
<style>
span { border-color: #FCB6AC; }
span { border-color: rgb(252,182,172); }
td.TdClassName
{
border-color: #FCB6AC;
}
.TagClassName
{
border-color: #FCB6AC;
}
</style>