Shades of Melon #FFB9B4
Tints of Melon #FFB9B4
RGB
CMYK
RGB Variations
Color information
#FFB9B4 (or 0xFFB9B4) is known color: Melon. HEX triplet: FF, B9 and B4. RGB value is (255,185,180). Sum of RGB (Red+Green+Blue) = 255+185+180=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9B4 is #00464B. Grayscale: #CDCDCD. Windows color (decimal): -17996 or 11844095. OLE color: 11844095.
HSL color Cylindrical-coordinate representation of color #FFB9B4: hue angle of 4º 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 #FFB9B4 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 180 | - |
| CMYK | 0 | 0.27 | 0.29 | 0 |
| HSL | 4º | 1% | 0.85% | - |
| HSV(B) | 4º | 0.29% | 1% | - |
| XYZ | 66.83 | 59.25 | 51.09 | - |
| YUV | 205.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 180 | 0 | 0.27 | 0.29 | 0 | 4 | 1 | 0.85 |
| Hex | FF | B9 | B4 | 0 | 1B | 1D | 0 | 4 | 64 | 55 |
| Octal | 377 | 271 | 264 | 0 | 33 | 35 | 0 | 4 | 144 | 125 |
| Binary | 11111111 | 10111001 | 10110100 | 0 | 11011 | 11101 | 0 | 100 | 1100100 | 1010101 |
Color Harmonies of #FFB9B4
Complementary color
Monochromatic Colors of #FFB9B4
Black with #FFB9B4
Text Example
Text Example
White with #FFB9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9B4; }
p { color: rgb(255,185,180); }
H1.HeaderClassName
{
color: #FFB9B4;
}
.AnyTagClassName
{
color: #FFB9B4;
}
</style>
background-color css
<style>
a { background-color: #FFB9B4; }
a { background-color: rgb(255,185,180); }
div.DivClassName
{
background-color: #FFB9B4;
}
.BgClassName
{
background-color: #FFB9B4;
}
</style>
border-color css
<style>
span { border-color: #FFB9B4; }
span { border-color: rgb(255,185,180); }
td.TdClassName
{
border-color: #FFB9B4;
}
.TagClassName
{
border-color: #FFB9B4;
}
</style>