Shades of Melon #FFC0B1
Tints of Melon #FFC0B1
RGB
CMYK
RGB Variations
Color information
#FFC0B1 (or 0xFFC0B1) is known color: Melon. HEX triplet: FF, C0 and B1. RGB value is (255,192,177). Sum of RGB (Red+Green+Blue) = 255+192+177=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0B1 is #003F4E. Grayscale: #D1D1D1. Windows color (decimal): -16207 or 11649279. OLE color: 11649279.
HSL color Cylindrical-coordinate representation of color #FFC0B1: hue angle of 11.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC0B1 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 177 | - |
| CMYK | 0 | 0.25 | 0.31 | 0 |
| HSL | 11.54º | 1% | 0.85% | - |
| HSV(B) | 11.54º | 0.31% | 1% | - |
| XYZ | 68.03 | 62.13 | 50 | - |
| YUV | 209.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 177 | 0 | 0.25 | 0.31 | 0 | 11.54 | 1 | 0.85 |
| Hex | FF | C0 | B1 | 0 | 19 | 1F | 0 | C | 64 | 55 |
| Octal | 377 | 300 | 261 | 0 | 31 | 37 | 0 | 14 | 144 | 125 |
| Binary | 11111111 | 11000000 | 10110001 | 0 | 11001 | 11111 | 0 | 1100 | 1100100 | 1010101 |
Color Harmonies of #FFC0B1
Complementary color
Monochromatic Colors of #FFC0B1
Black with #FFC0B1
Text Example
Text Example
White with #FFC0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC0B1; }
p { color: rgb(255,192,177); }
H1.HeaderClassName
{
color: #FFC0B1;
}
.AnyTagClassName
{
color: #FFC0B1;
}
</style>
background-color css
<style>
a { background-color: #FFC0B1; }
a { background-color: rgb(255,192,177); }
div.DivClassName
{
background-color: #FFC0B1;
}
.BgClassName
{
background-color: #FFC0B1;
}
</style>
border-color css
<style>
span { border-color: #FFC0B1; }
span { border-color: rgb(255,192,177); }
td.TdClassName
{
border-color: #FFC0B1;
}
.TagClassName
{
border-color: #FFC0B1;
}
</style>