Shades of Melon #FFB5B1
Tints of Melon #FFB5B1
RGB
CMYK
RGB Variations
Color information
#FFB5B1 (or 0xFFB5B1) is known color: Melon. HEX triplet: FF, B5 and B1. RGB value is (255,181,177). Sum of RGB (Red+Green+Blue) = 255+181+177=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB5B1 is #004A4E. Grayscale: #CACACA. Windows color (decimal): -19023 or 11646463. OLE color: 11646463.
HSL color Cylindrical-coordinate representation of color #FFB5B1: hue angle of 3.08º 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 #FFB5B1 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 177 | - |
| CMYK | 0 | 0.29 | 0.31 | 0 |
| HSL | 3.08º | 1% | 0.85% | - |
| HSV(B) | 3.08º | 0.31% | 1% | - |
| XYZ | 65.7 | 57.48 | 49.23 | - |
| YUV | 202.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 177 | 0 | 0.29 | 0.31 | 0 | 3.08 | 1 | 0.85 |
| Hex | FF | B5 | B1 | 0 | 1D | 1F | 0 | 3 | 64 | 55 |
| Octal | 377 | 265 | 261 | 0 | 35 | 37 | 0 | 3 | 144 | 125 |
| Binary | 11111111 | 10110101 | 10110001 | 0 | 11101 | 11111 | 0 | 11 | 1100100 | 1010101 |
Color Harmonies of #FFB5B1
Complementary color
Monochromatic Colors of #FFB5B1
Black with #FFB5B1
Text Example
Text Example
White with #FFB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5B1; }
p { color: rgb(255,181,177); }
H1.HeaderClassName
{
color: #FFB5B1;
}
.AnyTagClassName
{
color: #FFB5B1;
}
</style>
background-color css
<style>
a { background-color: #FFB5B1; }
a { background-color: rgb(255,181,177); }
div.DivClassName
{
background-color: #FFB5B1;
}
.BgClassName
{
background-color: #FFB5B1;
}
</style>
border-color css
<style>
span { border-color: #FFB5B1; }
span { border-color: rgb(255,181,177); }
td.TdClassName
{
border-color: #FFB5B1;
}
.TagClassName
{
border-color: #FFB5B1;
}
</style>