Shades of Melon #FFBAAE
Tints of Melon #FFBAAE
RGB
CMYK
RGB Variations
Color information
#FFBAAE (or 0xFFBAAE) is known color: Melon. HEX triplet: FF, BA and AE. RGB value is (255,186,174). Sum of RGB (Red+Green+Blue) = 255+186+174=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBAAE is #004551. Grayscale: #CDCDCD. Windows color (decimal): -17746 or 11451135. OLE color: 11451135.
HSL color Cylindrical-coordinate representation of color #FFBAAE: hue angle of 8.89º 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 #FFBAAE is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 174 | - |
| CMYK | 0 | 0.27 | 0.32 | 0 |
| HSL | 8.89º | 1% | 0.84% | - |
| HSV(B) | 8.89º | 0.32% | 1% | - |
| XYZ | 66.44 | 59.43 | 48.01 | - |
| YUV | 205.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 174 | 0 | 0.27 | 0.32 | 0 | 8.89 | 1 | 0.84 |
| Hex | FF | BA | AE | 0 | 1B | 20 | 0 | 9 | 64 | 54 |
| Octal | 377 | 272 | 256 | 0 | 33 | 40 | 0 | 11 | 144 | 124 |
| Binary | 11111111 | 10111010 | 10101110 | 0 | 11011 | 100000 | 0 | 1001 | 1100100 | 1010100 |
Color Harmonies of #FFBAAE
Complementary color
Monochromatic Colors of #FFBAAE
Black with #FFBAAE
Text Example
Text Example
White with #FFBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBAAE; }
p { color: rgb(255,186,174); }
H1.HeaderClassName
{
color: #FFBAAE;
}
.AnyTagClassName
{
color: #FFBAAE;
}
</style>
background-color css
<style>
a { background-color: #FFBAAE; }
a { background-color: rgb(255,186,174); }
div.DivClassName
{
background-color: #FFBAAE;
}
.BgClassName
{
background-color: #FFBAAE;
}
</style>
border-color css
<style>
span { border-color: #FFBAAE; }
span { border-color: rgb(255,186,174); }
td.TdClassName
{
border-color: #FFBAAE;
}
.TagClassName
{
border-color: #FFBAAE;
}
</style>