Shades of Melon #FFB7B6
Tints of Melon #FFB7B6
RGB
CMYK
RGB Variations
Color information
#FFB7B6 (or 0xFFB7B6) is known color: Melon. HEX triplet: FF, B7 and B6. RGB value is (255,183,182). Sum of RGB (Red+Green+Blue) = 255+183+182=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7B6 is #004849. Grayscale: #CCCCCC. Windows color (decimal): -18506 or 11974655. OLE color: 11974655.
HSL color Cylindrical-coordinate representation of color #FFB7B6: hue angle of 0.82º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB7B6 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 182 | - |
| CMYK | 0 | 0.28 | 0.29 | 0 |
| HSL | 0.82º | 1% | 0.86% | - |
| HSV(B) | 0.82º | 0.29% | 1% | - |
| XYZ | 66.62 | 58.5 | 52.04 | - |
| YUV | 204.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 182 | 0 | 0.28 | 0.29 | 0 | 0.82 | 1 | 0.86 |
| Hex | FF | B7 | B6 | 0 | 1C | 1D | 0 | 1 | 64 | 56 |
| Octal | 377 | 267 | 266 | 0 | 34 | 35 | 0 | 1 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10110110 | 0 | 11100 | 11101 | 0 | 1 | 1100100 | 1010110 |
Color Harmonies of #FFB7B6
Complementary color
Monochromatic Colors of #FFB7B6
Black with #FFB7B6
Text Example
Text Example
White with #FFB7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7B6; }
p { color: rgb(255,183,182); }
H1.HeaderClassName
{
color: #FFB7B6;
}
.AnyTagClassName
{
color: #FFB7B6;
}
</style>
background-color css
<style>
a { background-color: #FFB7B6; }
a { background-color: rgb(255,183,182); }
div.DivClassName
{
background-color: #FFB7B6;
}
.BgClassName
{
background-color: #FFB7B6;
}
</style>
border-color css
<style>
span { border-color: #FFB7B6; }
span { border-color: rgb(255,183,182); }
td.TdClassName
{
border-color: #FFB7B6;
}
.TagClassName
{
border-color: #FFB7B6;
}
</style>