Shades of Melon #FFB6B5
Tints of Melon #FFB6B5
RGB
CMYK
RGB Variations
Color information
#FFB6B5 (or 0xFFB6B5) is known color: Melon. HEX triplet: FF, B6 and B5. RGB value is (255,182,181). Sum of RGB (Red+Green+Blue) = 255+182+181=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B5 is #00494A. Grayscale: #CBCBCB. Windows color (decimal): -18763 or 11908863. OLE color: 11908863.
HSL color Cylindrical-coordinate representation of color #FFB6B5: hue angle of 0.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6B5 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 181 | - |
| CMYK | 0 | 0.29 | 0.29 | 0 |
| HSL | 0.81º | 1% | 0.85% | - |
| HSV(B) | 0.81º | 0.29% | 1% | - |
| XYZ | 66.31 | 58.05 | 51.43 | - |
| YUV | 203.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 181 | 0 | 0.29 | 0.29 | 0 | 0.81 | 1 | 0.85 |
| Hex | FF | B6 | B5 | 0 | 1D | 1D | 0 | 1 | 64 | 55 |
| Octal | 377 | 266 | 265 | 0 | 35 | 35 | 0 | 1 | 144 | 125 |
| Binary | 11111111 | 10110110 | 10110101 | 0 | 11101 | 11101 | 0 | 1 | 1100100 | 1010101 |
Color Harmonies of #FFB6B5
Complementary color
Monochromatic Colors of #FFB6B5
Black with #FFB6B5
Text Example
Text Example
White with #FFB6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6B5; }
p { color: rgb(255,182,181); }
H1.HeaderClassName
{
color: #FFB6B5;
}
.AnyTagClassName
{
color: #FFB6B5;
}
</style>
background-color css
<style>
a { background-color: #FFB6B5; }
a { background-color: rgb(255,182,181); }
div.DivClassName
{
background-color: #FFB6B5;
}
.BgClassName
{
background-color: #FFB6B5;
}
</style>
border-color css
<style>
span { border-color: #FFB6B5; }
span { border-color: rgb(255,182,181); }
td.TdClassName
{
border-color: #FFB6B5;
}
.TagClassName
{
border-color: #FFB6B5;
}
</style>