Shades of Melon #FFBBAE
Tints of Melon #FFBBAE
RGB
CMYK
RGB Variations
Color information
#FFBBAE (or 0xFFBBAE) is known color: Melon. HEX triplet: FF, BB and AE. RGB value is (255,187,174). Sum of RGB (Red+Green+Blue) = 255+187+174=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAE is #004451. Grayscale: #CDCDCD. Windows color (decimal): -17490 or 11451391. OLE color: 11451391.
HSL color Cylindrical-coordinate representation of color #FFBBAE: hue angle of 9.63º 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 #FFBBAE is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 174 | - |
| CMYK | 0 | 0.27 | 0.32 | 0 |
| HSL | 9.63º | 1% | 0.84% | - |
| HSV(B) | 9.63º | 0.32% | 1% | - |
| XYZ | 66.65 | 59.86 | 48.09 | - |
| YUV | 205.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 174 | 0 | 0.27 | 0.32 | 0 | 9.63 | 1 | 0.84 |
| Hex | FF | BB | AE | 0 | 1B | 20 | 0 | A | 64 | 54 |
| Octal | 377 | 273 | 256 | 0 | 33 | 40 | 0 | 12 | 144 | 124 |
| Binary | 11111111 | 10111011 | 10101110 | 0 | 11011 | 100000 | 0 | 1010 | 1100100 | 1010100 |
Color Harmonies of #FFBBAE
Complementary color
Monochromatic Colors of #FFBBAE
Black with #FFBBAE
Text Example
Text Example
White with #FFBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBAE; }
p { color: rgb(255,187,174); }
H1.HeaderClassName
{
color: #FFBBAE;
}
.AnyTagClassName
{
color: #FFBBAE;
}
</style>
background-color css
<style>
a { background-color: #FFBBAE; }
a { background-color: rgb(255,187,174); }
div.DivClassName
{
background-color: #FFBBAE;
}
.BgClassName
{
background-color: #FFBBAE;
}
</style>
border-color css
<style>
span { border-color: #FFBBAE; }
span { border-color: rgb(255,187,174); }
td.TdClassName
{
border-color: #FFBBAE;
}
.TagClassName
{
border-color: #FFBBAE;
}
</style>