Shades of Melon #FFBBAC
Tints of Melon #FFBBAC
RGB
CMYK
RGB Variations
Color information
#FFBBAC (or 0xFFBBAC) is known color: Melon. HEX triplet: FF, BB and AC. RGB value is (255,187,172). Sum of RGB (Red+Green+Blue) = 255+187+172=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 172 (67.58% from 255 or 28.01% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAC is #004453. Grayscale: #CDCDCD. Windows color (decimal): -17492 or 11320319. OLE color: 11320319.
HSL color Cylindrical-coordinate representation of color #FFBBAC: hue angle of 10.84º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFBBAC is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 172 | - |
| CMYK | 0 | 0.27 | 0.33 | 0 |
| HSL | 10.84º | 1% | 0.84% | - |
| HSV(B) | 10.84º | 0.33% | 1% | - |
| XYZ | 66.46 | 59.78 | 47.07 | - |
| YUV | 205.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 172 | 0 | 0.27 | 0.33 | 0 | 10.84 | 1 | 0.84 |
| Hex | FF | BB | AC | 0 | 1B | 21 | 0 | B | 64 | 54 |
| Octal | 377 | 273 | 254 | 0 | 33 | 41 | 0 | 13 | 144 | 124 |
| Binary | 11111111 | 10111011 | 10101100 | 0 | 11011 | 100001 | 0 | 1011 | 1100100 | 1010100 |
Color Harmonies of #FFBBAC
Complementary color
Monochromatic Colors of #FFBBAC
Black with #FFBBAC
Text Example
Text Example
White with #FFBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBAC; }
p { color: rgb(255,187,172); }
H1.HeaderClassName
{
color: #FFBBAC;
}
.AnyTagClassName
{
color: #FFBBAC;
}
</style>
background-color css
<style>
a { background-color: #FFBBAC; }
a { background-color: rgb(255,187,172); }
div.DivClassName
{
background-color: #FFBBAC;
}
.BgClassName
{
background-color: #FFBBAC;
}
</style>
border-color css
<style>
span { border-color: #FFBBAC; }
span { border-color: rgb(255,187,172); }
td.TdClassName
{
border-color: #FFBBAC;
}
.TagClassName
{
border-color: #FFBBAC;
}
</style>