Shades of Melon #FFBAB2
Tints of Melon #FFBAB2
RGB
CMYK
RGB Variations
Color information
#FFBAB2 (or 0xFFBAB2) is known color: Melon. HEX triplet: FF, BA and B2. RGB value is (255,186,178). Sum of RGB (Red+Green+Blue) = 255+186+178=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAB2 is #00454D. Grayscale: #CDCDCD. Windows color (decimal): -17742 or 11713279. OLE color: 11713279.
HSL color Cylindrical-coordinate representation of color #FFBAB2: hue angle of 6.23º 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 #FFBAB2 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 178 | - |
| CMYK | 0 | 0.27 | 0.30 | 0 |
| HSL | 6.23º | 1% | 0.85% | - |
| HSV(B) | 6.23º | 0.3% | 1% | - |
| XYZ | 66.83 | 59.59 | 50.1 | - |
| YUV | 205.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 178 | 0 | 0.27 | 0.30 | 0 | 6.23 | 1 | 0.85 |
| Hex | FF | BA | B2 | 0 | 1B | 1E | 0 | 6 | 64 | 55 |
| Octal | 377 | 272 | 262 | 0 | 33 | 36 | 0 | 6 | 144 | 125 |
| Binary | 11111111 | 10111010 | 10110010 | 0 | 11011 | 11110 | 0 | 110 | 1100100 | 1010101 |
Color Harmonies of #FFBAB2
Complementary color
Monochromatic Colors of #FFBAB2
Black with #FFBAB2
Text Example
Text Example
White with #FFBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAB2; }
p { color: rgb(255,186,178); }
H1.HeaderClassName
{
color: #FFBAB2;
}
.AnyTagClassName
{
color: #FFBAB2;
}
</style>
background-color css
<style>
a { background-color: #FFBAB2; }
a { background-color: rgb(255,186,178); }
div.DivClassName
{
background-color: #FFBAB2;
}
.BgClassName
{
background-color: #FFBAB2;
}
</style>
border-color css
<style>
span { border-color: #FFBAB2; }
span { border-color: rgb(255,186,178); }
td.TdClassName
{
border-color: #FFBAB2;
}
.TagClassName
{
border-color: #FFBAB2;
}
</style>