Shades of Melon #FFBBAA
Tints of Melon #FFBBAA
RGB
CMYK
RGB Variations
Color information
#FFBBAA (or 0xFFBBAA) is known color: Melon. HEX triplet: FF, BB and AA. RGB value is (255,187,170). Sum of RGB (Red+Green+Blue) = 255+187+170=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAA is #004455. Grayscale: #CDCDCD. Windows color (decimal): -17494 or 11189247. OLE color: 11189247.
HSL color Cylindrical-coordinate representation of color #FFBBAA: hue angle of 12º 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 #FFBBAA is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 170 | - |
| CMYK | 0 | 0.27 | 0.33 | 0 |
| HSL | 12º | 1% | 0.83% | - |
| HSV(B) | 12º | 0.33% | 1% | - |
| XYZ | 66.27 | 59.7 | 46.06 | - |
| YUV | 205.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 170 | 0 | 0.27 | 0.33 | 0 | 12 | 1 | 0.83 |
| Hex | FF | BB | AA | 0 | 1B | 21 | 0 | C | 64 | 53 |
| Octal | 377 | 273 | 252 | 0 | 33 | 41 | 0 | 14 | 144 | 123 |
| Binary | 11111111 | 10111011 | 10101010 | 0 | 11011 | 100001 | 0 | 1100 | 1100100 | 1010011 |
Color Harmonies of #FFBBAA
Complementary color
Monochromatic Colors of #FFBBAA
Black with #FFBBAA
Text Example
Text Example
White with #FFBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBAA; }
p { color: rgb(255,187,170); }
H1.HeaderClassName
{
color: #FFBBAA;
}
.AnyTagClassName
{
color: #FFBBAA;
}
</style>
background-color css
<style>
a { background-color: #FFBBAA; }
a { background-color: rgb(255,187,170); }
div.DivClassName
{
background-color: #FFBBAA;
}
.BgClassName
{
background-color: #FFBBAA;
}
</style>
border-color css
<style>
span { border-color: #FFBBAA; }
span { border-color: rgb(255,187,170); }
td.TdClassName
{
border-color: #FFBBAA;
}
.TagClassName
{
border-color: #FFBBAA;
}
</style>