Shades of Melon #FFC1B2
Tints of Melon #FFC1B2
RGB
CMYK
RGB Variations
Color information
#FFC1B2 (or 0xFFC1B2) is known color: Melon. HEX triplet: FF, C1 and B2. RGB value is (255,193,178). Sum of RGB (Red+Green+Blue) = 255+193+178=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1B2 is #003E4D. Grayscale: #D1D1D1. Windows color (decimal): -15950 or 11715071. OLE color: 11715071.
HSL color Cylindrical-coordinate representation of color #FFC1B2: hue angle of 11.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFC1B2 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 178 | - |
| CMYK | 0 | 0.24 | 0.30 | 0 |
| HSL | 11.69º | 1% | 0.85% | - |
| HSV(B) | 11.69º | 0.3% | 1% | - |
| XYZ | 68.35 | 62.61 | 50.6 | - |
| YUV | 209.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 178 | 0 | 0.24 | 0.30 | 0 | 11.69 | 1 | 0.85 |
| Hex | FF | C1 | B2 | 0 | 18 | 1E | 0 | C | 64 | 55 |
| Octal | 377 | 301 | 262 | 0 | 30 | 36 | 0 | 14 | 144 | 125 |
| Binary | 11111111 | 11000001 | 10110010 | 0 | 11000 | 11110 | 0 | 1100 | 1100100 | 1010101 |
Color Harmonies of #FFC1B2
Complementary color
Monochromatic Colors of #FFC1B2
Black with #FFC1B2
Text Example
Text Example
White with #FFC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1B2; }
p { color: rgb(255,193,178); }
H1.HeaderClassName
{
color: #FFC1B2;
}
.AnyTagClassName
{
color: #FFC1B2;
}
</style>
background-color css
<style>
a { background-color: #FFC1B2; }
a { background-color: rgb(255,193,178); }
div.DivClassName
{
background-color: #FFC1B2;
}
.BgClassName
{
background-color: #FFC1B2;
}
</style>
border-color css
<style>
span { border-color: #FFC1B2; }
span { border-color: rgb(255,193,178); }
td.TdClassName
{
border-color: #FFC1B2;
}
.TagClassName
{
border-color: #FFC1B2;
}
</style>