Shades of Melon #FFB9B3
Tints of Melon #FFB9B3
RGB
CMYK
RGB Variations
Color information
#FFB9B3 (or 0xFFB9B3) is known color: Melon. HEX triplet: FF, B9 and B3. RGB value is (255,185,179). Sum of RGB (Red+Green+Blue) = 255+185+179=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9B3 is #00464C. Grayscale: #CDCDCD. Windows color (decimal): -17997 or 11778559. OLE color: 11778559.
HSL color Cylindrical-coordinate representation of color #FFB9B3: hue angle of 4.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB9B3 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 179 | - |
| CMYK | 0 | 0.27 | 0.30 | 0 |
| HSL | 4.74º | 1% | 0.85% | - |
| HSV(B) | 4.74º | 0.3% | 1% | - |
| XYZ | 66.73 | 59.21 | 50.56 | - |
| YUV | 205.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 179 | 0 | 0.27 | 0.30 | 0 | 4.74 | 1 | 0.85 |
| Hex | FF | B9 | B3 | 0 | 1B | 1E | 0 | 5 | 64 | 55 |
| Octal | 377 | 271 | 263 | 0 | 33 | 36 | 0 | 5 | 144 | 125 |
| Binary | 11111111 | 10111001 | 10110011 | 0 | 11011 | 11110 | 0 | 101 | 1100100 | 1010101 |
Color Harmonies of #FFB9B3
Complementary color
Monochromatic Colors of #FFB9B3
Black with #FFB9B3
Text Example
Text Example
White with #FFB9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9B3; }
p { color: rgb(255,185,179); }
H1.HeaderClassName
{
color: #FFB9B3;
}
.AnyTagClassName
{
color: #FFB9B3;
}
</style>
background-color css
<style>
a { background-color: #FFB9B3; }
a { background-color: rgb(255,185,179); }
div.DivClassName
{
background-color: #FFB9B3;
}
.BgClassName
{
background-color: #FFB9B3;
}
</style>
border-color css
<style>
span { border-color: #FFB9B3; }
span { border-color: rgb(255,185,179); }
td.TdClassName
{
border-color: #FFB9B3;
}
.TagClassName
{
border-color: #FFB9B3;
}
</style>