Shades of Melon #FFB8B1
Tints of Melon #FFB8B1
RGB
CMYK
RGB Variations
Color information
#FFB8B1 (or 0xFFB8B1) is known color: Melon. HEX triplet: FF, B8 and B1. RGB value is (255,184,177). Sum of RGB (Red+Green+Blue) = 255+184+177=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB8B1 is #00474E. Grayscale: #CCCCCC. Windows color (decimal): -18255 or 11647231. OLE color: 11647231.
HSL color Cylindrical-coordinate representation of color #FFB8B1: hue angle of 5.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB8B1 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 177 | - |
| CMYK | 0 | 0.28 | 0.31 | 0 |
| HSL | 5.38º | 1% | 0.85% | - |
| HSV(B) | 5.38º | 0.31% | 1% | - |
| XYZ | 66.32 | 58.72 | 49.43 | - |
| YUV | 204.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 177 | 0 | 0.28 | 0.31 | 0 | 5.38 | 1 | 0.85 |
| Hex | FF | B8 | B1 | 0 | 1C | 1F | 0 | 5 | 64 | 55 |
| Octal | 377 | 270 | 261 | 0 | 34 | 37 | 0 | 5 | 144 | 125 |
| Binary | 11111111 | 10111000 | 10110001 | 0 | 11100 | 11111 | 0 | 101 | 1100100 | 1010101 |
Color Harmonies of #FFB8B1
Complementary color
Monochromatic Colors of #FFB8B1
Black with #FFB8B1
Text Example
Text Example
White with #FFB8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8B1; }
p { color: rgb(255,184,177); }
H1.HeaderClassName
{
color: #FFB8B1;
}
.AnyTagClassName
{
color: #FFB8B1;
}
</style>
background-color css
<style>
a { background-color: #FFB8B1; }
a { background-color: rgb(255,184,177); }
div.DivClassName
{
background-color: #FFB8B1;
}
.BgClassName
{
background-color: #FFB8B1;
}
</style>
border-color css
<style>
span { border-color: #FFB8B1; }
span { border-color: rgb(255,184,177); }
td.TdClassName
{
border-color: #FFB8B1;
}
.TagClassName
{
border-color: #FFB8B1;
}
</style>