Shades of Melon #FFBCAE
Tints of Melon #FFBCAE
RGB
CMYK
RGB Variations
Color information
#FFBCAE (or 0xFFBCAE) is known color: Melon. HEX triplet: FF, BC and AE. RGB value is (255,188,174). Sum of RGB (Red+Green+Blue) = 255+188+174=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCAE is #004351. Grayscale: #CECECE. Windows color (decimal): -17234 or 11451647. OLE color: 11451647.
HSL color Cylindrical-coordinate representation of color #FFBCAE: hue angle of 10.37º 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 #FFBCAE is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 174 | - |
| CMYK | 0 | 0.26 | 0.32 | 0 |
| HSL | 10.37º | 1% | 0.84% | - |
| HSV(B) | 10.37º | 0.32% | 1% | - |
| XYZ | 66.86 | 60.28 | 48.16 | - |
| YUV | 206.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 174 | 0 | 0.26 | 0.32 | 0 | 10.37 | 1 | 0.84 |
| Hex | FF | BC | AE | 0 | 1A | 20 | 0 | A | 64 | 54 |
| Octal | 377 | 274 | 256 | 0 | 32 | 40 | 0 | 12 | 144 | 124 |
| Binary | 11111111 | 10111100 | 10101110 | 0 | 11010 | 100000 | 0 | 1010 | 1100100 | 1010100 |
Color Harmonies of #FFBCAE
Complementary color
Monochromatic Colors of #FFBCAE
Black with #FFBCAE
Text Example
Text Example
White with #FFBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCAE; }
p { color: rgb(255,188,174); }
H1.HeaderClassName
{
color: #FFBCAE;
}
.AnyTagClassName
{
color: #FFBCAE;
}
</style>
background-color css
<style>
a { background-color: #FFBCAE; }
a { background-color: rgb(255,188,174); }
div.DivClassName
{
background-color: #FFBCAE;
}
.BgClassName
{
background-color: #FFBCAE;
}
</style>
border-color css
<style>
span { border-color: #FFBCAE; }
span { border-color: rgb(255,188,174); }
td.TdClassName
{
border-color: #FFBCAE;
}
.TagClassName
{
border-color: #FFBCAE;
}
</style>