Shades of Melon #FFB7B3
Tints of Melon #FFB7B3
RGB
CMYK
RGB Variations
Color information
#FFB7B3 (or 0xFFB7B3) is known color: Melon. HEX triplet: FF, B7 and B3. RGB value is (255,183,179). Sum of RGB (Red+Green+Blue) = 255+183+179=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7B3 is #00484C. Grayscale: #CCCCCC. Windows color (decimal): -18509 or 11778047. OLE color: 11778047.
HSL color Cylindrical-coordinate representation of color #FFB7B3: hue angle of 3.16º 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 #FFB7B3 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 179 | - |
| CMYK | 0 | 0.28 | 0.30 | 0 |
| HSL | 3.16º | 1% | 0.85% | - |
| HSV(B) | 3.16º | 0.3% | 1% | - |
| XYZ | 66.31 | 58.38 | 50.42 | - |
| YUV | 204.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 179 | 0 | 0.28 | 0.30 | 0 | 3.16 | 1 | 0.85 |
| Hex | FF | B7 | B3 | 0 | 1C | 1E | 0 | 3 | 64 | 55 |
| Octal | 377 | 267 | 263 | 0 | 34 | 36 | 0 | 3 | 144 | 125 |
| Binary | 11111111 | 10110111 | 10110011 | 0 | 11100 | 11110 | 0 | 11 | 1100100 | 1010101 |
Color Harmonies of #FFB7B3
Complementary color
Monochromatic Colors of #FFB7B3
Black with #FFB7B3
Text Example
Text Example
White with #FFB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7B3; }
p { color: rgb(255,183,179); }
H1.HeaderClassName
{
color: #FFB7B3;
}
.AnyTagClassName
{
color: #FFB7B3;
}
</style>
background-color css
<style>
a { background-color: #FFB7B3; }
a { background-color: rgb(255,183,179); }
div.DivClassName
{
background-color: #FFB7B3;
}
.BgClassName
{
background-color: #FFB7B3;
}
</style>
border-color css
<style>
span { border-color: #FFB7B3; }
span { border-color: rgb(255,183,179); }
td.TdClassName
{
border-color: #FFB7B3;
}
.TagClassName
{
border-color: #FFB7B3;
}
</style>