Shades of Melon #FFB7B7
Tints of Melon #FFB7B7
RGB
CMYK
RGB Variations
Color information
#FFB7B7 (or 0xFFB7B7) is known color: Melon. HEX triplet: FF, B7 and B7. RGB value is (255,183,183). Sum of RGB (Red+Green+Blue) = 255+183+183=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 183 (71.88% from 255 or 29.47% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7B7 is #004848. Grayscale: #CCCCCC. Windows color (decimal): -18505 or 12040191. OLE color: 12040191.
HSL color Cylindrical-coordinate representation of color #FFB7B7: hue angle of 0º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7B7 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 183 | - |
| CMYK | 0 | 0.28 | 0.28 | 0 |
| HSL | 0º | 1% | 0.86% | - |
| HSV(B) | 0º | 0.28% | 1% | - |
| XYZ | 66.72 | 58.55 | 52.58 | - |
| YUV | 204.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 183 | 0 | 0.28 | 0.28 | 0 | 0 | 1 | 0.86 |
| Hex | FF | B7 | B7 | 0 | 1C | 1C | 0 | 0 | 64 | 56 |
| Octal | 377 | 267 | 267 | 0 | 34 | 34 | 0 | 0 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10110111 | 0 | 11100 | 11100 | 0 | 0 | 1100100 | 1010110 |
Color Harmonies of #FFB7B7
Complementary color
Monochromatic Colors of #FFB7B7
Black with #FFB7B7
Text Example
Text Example
White with #FFB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7B7; }
p { color: rgb(255,183,183); }
H1.HeaderClassName
{
color: #FFB7B7;
}
.AnyTagClassName
{
color: #FFB7B7;
}
</style>
background-color css
<style>
a { background-color: #FFB7B7; }
a { background-color: rgb(255,183,183); }
div.DivClassName
{
background-color: #FFB7B7;
}
.BgClassName
{
background-color: #FFB7B7;
}
</style>
border-color css
<style>
span { border-color: #FFB7B7; }
span { border-color: rgb(255,183,183); }
td.TdClassName
{
border-color: #FFB7B7;
}
.TagClassName
{
border-color: #FFB7B7;
}
</style>