Shades of Melon #FFC2B0
Tints of Melon #FFC2B0
RGB
CMYK
RGB Variations
Color information
#FFC2B0 (or 0xFFC2B0) is known color: Melon. HEX triplet: FF, C2 and B0. RGB value is (255,194,176). Sum of RGB (Red+Green+Blue) = 255+194+176=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2B0 is #003D4F. Grayscale: #D2D2D2. Windows color (decimal): -15696 or 11584255. OLE color: 11584255.
HSL color Cylindrical-coordinate representation of color #FFC2B0: hue angle of 13.67º 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 #FFC2B0 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 176 | - |
| CMYK | 0 | 0.24 | 0.31 | 0 |
| HSL | 13.67º | 1% | 0.85% | - |
| HSV(B) | 13.67º | 0.31% | 1% | - |
| XYZ | 68.37 | 62.98 | 49.63 | - |
| YUV | 210.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 176 | 0 | 0.24 | 0.31 | 0 | 13.67 | 1 | 0.85 |
| Hex | FF | C2 | B0 | 0 | 18 | 1F | 0 | E | 64 | 55 |
| Octal | 377 | 302 | 260 | 0 | 30 | 37 | 0 | 16 | 144 | 125 |
| Binary | 11111111 | 11000010 | 10110000 | 0 | 11000 | 11111 | 0 | 1110 | 1100100 | 1010101 |
Color Harmonies of #FFC2B0
Complementary color
Monochromatic Colors of #FFC2B0
Black with #FFC2B0
Text Example
Text Example
White with #FFC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2B0; }
p { color: rgb(255,194,176); }
H1.HeaderClassName
{
color: #FFC2B0;
}
.AnyTagClassName
{
color: #FFC2B0;
}
</style>
background-color css
<style>
a { background-color: #FFC2B0; }
a { background-color: rgb(255,194,176); }
div.DivClassName
{
background-color: #FFC2B0;
}
.BgClassName
{
background-color: #FFC2B0;
}
</style>
border-color css
<style>
span { border-color: #FFC2B0; }
span { border-color: rgb(255,194,176); }
td.TdClassName
{
border-color: #FFC2B0;
}
.TagClassName
{
border-color: #FFC2B0;
}
</style>