Shades of Melon #FFB8B4
Tints of Melon #FFB8B4
RGB
CMYK
RGB Variations
Color information
#FFB8B4 (or 0xFFB8B4) is known color: Melon. HEX triplet: FF, B8 and B4. RGB value is (255,184,180). Sum of RGB (Red+Green+Blue) = 255+184+180=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B4 is #00474B. Grayscale: #CCCCCC. Windows color (decimal): -18252 or 11843839. OLE color: 11843839.
HSL color Cylindrical-coordinate representation of color #FFB8B4: hue angle of 3.2º 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 #FFB8B4 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 180 | - |
| CMYK | 0 | 0.28 | 0.29 | 0 |
| HSL | 3.2º | 1% | 0.85% | - |
| HSV(B) | 3.2º | 0.29% | 1% | - |
| XYZ | 66.62 | 58.84 | 51.03 | - |
| YUV | 204.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 180 | 0 | 0.28 | 0.29 | 0 | 3.2 | 1 | 0.85 |
| Hex | FF | B8 | B4 | 0 | 1C | 1D | 0 | 3 | 64 | 55 |
| Octal | 377 | 270 | 264 | 0 | 34 | 35 | 0 | 3 | 144 | 125 |
| Binary | 11111111 | 10111000 | 10110100 | 0 | 11100 | 11101 | 0 | 11 | 1100100 | 1010101 |
Color Harmonies of #FFB8B4
Complementary color
Monochromatic Colors of #FFB8B4
Black with #FFB8B4
Text Example
Text Example
White with #FFB8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8B4; }
p { color: rgb(255,184,180); }
H1.HeaderClassName
{
color: #FFB8B4;
}
.AnyTagClassName
{
color: #FFB8B4;
}
</style>
background-color css
<style>
a { background-color: #FFB8B4; }
a { background-color: rgb(255,184,180); }
div.DivClassName
{
background-color: #FFB8B4;
}
.BgClassName
{
background-color: #FFB8B4;
}
</style>
border-color css
<style>
span { border-color: #FFB8B4; }
span { border-color: rgb(255,184,180); }
td.TdClassName
{
border-color: #FFB8B4;
}
.TagClassName
{
border-color: #FFB8B4;
}
</style>