Shades of Melon #FFB6B4
Tints of Melon #FFB6B4
RGB
CMYK
RGB Variations
Color information
#FFB6B4 (or 0xFFB6B4) is known color: Melon. HEX triplet: FF, B6 and B4. RGB value is (255,182,180). Sum of RGB (Red+Green+Blue) = 255+182+180=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B4 is #00494B. Grayscale: #CBCBCB. Windows color (decimal): -18764 or 11843327. OLE color: 11843327.
HSL color Cylindrical-coordinate representation of color #FFB6B4: hue angle of 1.6º 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 #FFB6B4 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 180 | - |
| CMYK | 0 | 0.29 | 0.29 | 0 |
| HSL | 1.6º | 1% | 0.85% | - |
| HSV(B) | 1.6º | 0.29% | 1% | - |
| XYZ | 66.21 | 58.01 | 50.89 | - |
| YUV | 203.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 180 | 0 | 0.29 | 0.29 | 0 | 1.6 | 1 | 0.85 |
| Hex | FF | B6 | B4 | 0 | 1D | 1D | 0 | 2 | 64 | 55 |
| Octal | 377 | 266 | 264 | 0 | 35 | 35 | 0 | 2 | 144 | 125 |
| Binary | 11111111 | 10110110 | 10110100 | 0 | 11101 | 11101 | 0 | 10 | 1100100 | 1010101 |
Color Harmonies of #FFB6B4
Complementary color
Monochromatic Colors of #FFB6B4
Black with #FFB6B4
Text Example
Text Example
White with #FFB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB6B4; }
p { color: rgb(255,182,180); }
H1.HeaderClassName
{
color: #FFB6B4;
}
.AnyTagClassName
{
color: #FFB6B4;
}
</style>
background-color css
<style>
a { background-color: #FFB6B4; }
a { background-color: rgb(255,182,180); }
div.DivClassName
{
background-color: #FFB6B4;
}
.BgClassName
{
background-color: #FFB6B4;
}
</style>
border-color css
<style>
span { border-color: #FFB6B4; }
span { border-color: rgb(255,182,180); }
td.TdClassName
{
border-color: #FFB6B4;
}
.TagClassName
{
border-color: #FFB6B4;
}
</style>