Shades of Melon #FCB6A8
Tints of Melon #FCB6A8
RGB
CMYK
RGB Variations
Color information
#FCB6A8 (or 0xFCB6A8) is known color: Melon. HEX triplet: FC, B6 and A8. RGB value is (252,182,168). Sum of RGB (Red+Green+Blue) = 252+182+168=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6A8 is #034957. Grayscale: #C9C9C9. Windows color (decimal): -215384 or 11056892. OLE color: 11056892.
HSL color Cylindrical-coordinate representation of color #FCB6A8: hue angle of 10º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCB6A8 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 168 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.01 |
| HSL | 10º | 0.93% | 0.82% | - |
| HSV(B) | 10º | 0.33% | 0.99% | - |
| XYZ | 63.94 | 56.98 | 44.67 | - |
| YUV | 201.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 168 | 0 | 0.28 | 0.33 | 0.01 | 10 | 0.93 | 0.82 |
| Hex | FC | B6 | A8 | 0 | 1C | 21 | 1 | A | 5D | 52 |
| Octal | 374 | 266 | 250 | 0 | 34 | 41 | 1 | 12 | 135 | 122 |
| Binary | 11111100 | 10110110 | 10101000 | 0 | 11100 | 100001 | 1 | 1010 | 1011101 | 1010010 |
Color Harmonies of #FCB6A8
Complementary color
Monochromatic Colors of #FCB6A8
Black with #FCB6A8
Text Example
Text Example
White with #FCB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6A8; }
p { color: rgb(252,182,168); }
H1.HeaderClassName
{
color: #FCB6A8;
}
.AnyTagClassName
{
color: #FCB6A8;
}
</style>
background-color css
<style>
a { background-color: #FCB6A8; }
a { background-color: rgb(252,182,168); }
div.DivClassName
{
background-color: #FCB6A8;
}
.BgClassName
{
background-color: #FCB6A8;
}
</style>
border-color css
<style>
span { border-color: #FCB6A8; }
span { border-color: rgb(252,182,168); }
td.TdClassName
{
border-color: #FCB6A8;
}
.TagClassName
{
border-color: #FCB6A8;
}
</style>