Shades of Melon #FFBCAA
Tints of Melon #FFBCAA
RGB
CMYK
RGB Variations
Color information
#FFBCAA (or 0xFFBCAA) is known color: Melon. HEX triplet: FF, BC and AA. RGB value is (255,188,170). Sum of RGB (Red+Green+Blue) = 255+188+170=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBCAA is #004355. Grayscale: #CECECE. Windows color (decimal): -17238 or 11189503. OLE color: 11189503.
HSL color Cylindrical-coordinate representation of color #FFBCAA: hue angle of 12.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFBCAA is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 170 | - |
| CMYK | 0 | 0.26 | 0.33 | 0 |
| HSL | 12.71º | 1% | 0.83% | - |
| HSV(B) | 12.71º | 0.33% | 1% | - |
| XYZ | 66.48 | 60.13 | 46.13 | - |
| YUV | 205.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 170 | 0 | 0.26 | 0.33 | 0 | 12.71 | 1 | 0.83 |
| Hex | FF | BC | AA | 0 | 1A | 21 | 0 | D | 64 | 53 |
| Octal | 377 | 274 | 252 | 0 | 32 | 41 | 0 | 15 | 144 | 123 |
| Binary | 11111111 | 10111100 | 10101010 | 0 | 11010 | 100001 | 0 | 1101 | 1100100 | 1010011 |
Color Harmonies of #FFBCAA
Complementary color
Monochromatic Colors of #FFBCAA
Black with #FFBCAA
Text Example
Text Example
White with #FFBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCAA; }
p { color: rgb(255,188,170); }
H1.HeaderClassName
{
color: #FFBCAA;
}
.AnyTagClassName
{
color: #FFBCAA;
}
</style>
background-color css
<style>
a { background-color: #FFBCAA; }
a { background-color: rgb(255,188,170); }
div.DivClassName
{
background-color: #FFBCAA;
}
.BgClassName
{
background-color: #FFBCAA;
}
</style>
border-color css
<style>
span { border-color: #FFBCAA; }
span { border-color: rgb(255,188,170); }
td.TdClassName
{
border-color: #FFBCAA;
}
.TagClassName
{
border-color: #FFBCAA;
}
</style>