Shades of Melon #FFBAAD
Tints of Melon #FFBAAD
RGB
CMYK
RGB Variations
Color information
#FFBAAD (or 0xFFBAAD) is known color: Melon. HEX triplet: FF, BA and AD. RGB value is (255,186,173). Sum of RGB (Red+Green+Blue) = 255+186+173=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAD is #004552. Grayscale: #CDCDCD. Windows color (decimal): -17747 or 11385599. OLE color: 11385599.
HSL color Cylindrical-coordinate representation of color #FFBAAD: hue angle of 9.51º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFBAAD is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 173 | - |
| CMYK | 0 | 0.27 | 0.32 | 0 |
| HSL | 9.51º | 1% | 0.84% | - |
| HSV(B) | 9.51º | 0.32% | 1% | - |
| XYZ | 66.34 | 59.39 | 47.5 | - |
| YUV | 205.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 173 | 0 | 0.27 | 0.32 | 0 | 9.51 | 1 | 0.84 |
| Hex | FF | BA | AD | 0 | 1B | 20 | 0 | A | 64 | 54 |
| Octal | 377 | 272 | 255 | 0 | 33 | 40 | 0 | 12 | 144 | 124 |
| Binary | 11111111 | 10111010 | 10101101 | 0 | 11011 | 100000 | 0 | 1010 | 1100100 | 1010100 |
Color Harmonies of #FFBAAD
Complementary color
Monochromatic Colors of #FFBAAD
Black with #FFBAAD
Text Example
Text Example
White with #FFBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAAD; }
p { color: rgb(255,186,173); }
H1.HeaderClassName
{
color: #FFBAAD;
}
.AnyTagClassName
{
color: #FFBAAD;
}
</style>
background-color css
<style>
a { background-color: #FFBAAD; }
a { background-color: rgb(255,186,173); }
div.DivClassName
{
background-color: #FFBAAD;
}
.BgClassName
{
background-color: #FFBAAD;
}
</style>
border-color css
<style>
span { border-color: #FFBAAD; }
span { border-color: rgb(255,186,173); }
td.TdClassName
{
border-color: #FFBAAD;
}
.TagClassName
{
border-color: #FFBAAD;
}
</style>