Shades of Melon #FFBAB4
Tints of Melon #FFBAB4
RGB
CMYK
RGB Variations
Color information
#FFBAB4 (or 0xFFBAB4) is known color: Melon. HEX triplet: FF, BA and B4. RGB value is (255,186,180). Sum of RGB (Red+Green+Blue) = 255+186+180=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAB4 is #00454B. Grayscale: #CECECE. Windows color (decimal): -17740 or 11844351. OLE color: 11844351.
HSL color Cylindrical-coordinate representation of color #FFBAB4: hue angle of 4.8º 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 #FFBAB4 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 180 | - |
| CMYK | 0 | 0.27 | 0.29 | 0 |
| HSL | 4.8º | 1% | 0.85% | - |
| HSV(B) | 4.8º | 0.29% | 1% | - |
| XYZ | 67.04 | 59.67 | 51.16 | - |
| YUV | 205.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 180 | 0 | 0.27 | 0.29 | 0 | 4.8 | 1 | 0.85 |
| Hex | FF | BA | B4 | 0 | 1B | 1D | 0 | 5 | 64 | 55 |
| Octal | 377 | 272 | 264 | 0 | 33 | 35 | 0 | 5 | 144 | 125 |
| Binary | 11111111 | 10111010 | 10110100 | 0 | 11011 | 11101 | 0 | 101 | 1100100 | 1010101 |
Color Harmonies of #FFBAB4
Complementary color
Monochromatic Colors of #FFBAB4
Black with #FFBAB4
Text Example
Text Example
White with #FFBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAB4; }
p { color: rgb(255,186,180); }
H1.HeaderClassName
{
color: #FFBAB4;
}
.AnyTagClassName
{
color: #FFBAB4;
}
</style>
background-color css
<style>
a { background-color: #FFBAB4; }
a { background-color: rgb(255,186,180); }
div.DivClassName
{
background-color: #FFBAB4;
}
.BgClassName
{
background-color: #FFBAB4;
}
</style>
border-color css
<style>
span { border-color: #FFBAB4; }
span { border-color: rgb(255,186,180); }
td.TdClassName
{
border-color: #FFBAB4;
}
.TagClassName
{
border-color: #FFBAB4;
}
</style>