Shades of Melon #FFBBAD
Tints of Melon #FFBBAD
RGB
CMYK
RGB Variations
Color information
#FFBBAD (or 0xFFBBAD) is known color: Melon. HEX triplet: FF, BB and AD. RGB value is (255,187,173). Sum of RGB (Red+Green+Blue) = 255+187+173=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBAD is #004452. Grayscale: #CDCDCD. Windows color (decimal): -17491 or 11385855. OLE color: 11385855.
HSL color Cylindrical-coordinate representation of color #FFBBAD: hue angle of 10.24º 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 #FFBBAD is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 173 | - |
| CMYK | 0 | 0.27 | 0.32 | 0 |
| HSL | 10.24º | 1% | 0.84% | - |
| HSV(B) | 10.24º | 0.32% | 1% | - |
| XYZ | 66.55 | 59.82 | 47.57 | - |
| YUV | 205.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 173 | 0 | 0.27 | 0.32 | 0 | 10.24 | 1 | 0.84 |
| Hex | FF | BB | AD | 0 | 1B | 20 | 0 | A | 64 | 54 |
| Octal | 377 | 273 | 255 | 0 | 33 | 40 | 0 | 12 | 144 | 124 |
| Binary | 11111111 | 10111011 | 10101101 | 0 | 11011 | 100000 | 0 | 1010 | 1100100 | 1010100 |
Color Harmonies of #FFBBAD
Complementary color
Monochromatic Colors of #FFBBAD
Black with #FFBBAD
Text Example
Text Example
White with #FFBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBAD; }
p { color: rgb(255,187,173); }
H1.HeaderClassName
{
color: #FFBBAD;
}
.AnyTagClassName
{
color: #FFBBAD;
}
</style>
background-color css
<style>
a { background-color: #FFBBAD; }
a { background-color: rgb(255,187,173); }
div.DivClassName
{
background-color: #FFBBAD;
}
.BgClassName
{
background-color: #FFBBAD;
}
</style>
border-color css
<style>
span { border-color: #FFBBAD; }
span { border-color: rgb(255,187,173); }
td.TdClassName
{
border-color: #FFBBAD;
}
.TagClassName
{
border-color: #FFBBAD;
}
</style>