Shades of Melon #FFBBB2
Tints of Melon #FFBBB2
RGB
CMYK
RGB Variations
Color information
#FFBBB2 (or 0xFFBBB2) is known color: Melon. HEX triplet: FF, BB and B2. RGB value is (255,187,178). Sum of RGB (Red+Green+Blue) = 255+187+178=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBBB2 is #00444D. Grayscale: #CECECE. Windows color (decimal): -17486 or 11713535. OLE color: 11713535.
HSL color Cylindrical-coordinate representation of color #FFBBB2: hue angle of 7.01º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFBBB2 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 178 | - |
| CMYK | 0 | 0.27 | 0.30 | 0 |
| HSL | 7.01º | 1% | 0.85% | - |
| HSV(B) | 7.01º | 0.3% | 1% | - |
| XYZ | 67.05 | 60.02 | 50.17 | - |
| YUV | 206.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 178 | 0 | 0.27 | 0.30 | 0 | 7.01 | 1 | 0.85 |
| Hex | FF | BB | B2 | 0 | 1B | 1E | 0 | 7 | 64 | 55 |
| Octal | 377 | 273 | 262 | 0 | 33 | 36 | 0 | 7 | 144 | 125 |
| Binary | 11111111 | 10111011 | 10110010 | 0 | 11011 | 11110 | 0 | 111 | 1100100 | 1010101 |
Color Harmonies of #FFBBB2
Complementary color
Monochromatic Colors of #FFBBB2
Black with #FFBBB2
Text Example
Text Example
White with #FFBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBB2; }
p { color: rgb(255,187,178); }
H1.HeaderClassName
{
color: #FFBBB2;
}
.AnyTagClassName
{
color: #FFBBB2;
}
</style>
background-color css
<style>
a { background-color: #FFBBB2; }
a { background-color: rgb(255,187,178); }
div.DivClassName
{
background-color: #FFBBB2;
}
.BgClassName
{
background-color: #FFBBB2;
}
</style>
border-color css
<style>
span { border-color: #FFBBB2; }
span { border-color: rgb(255,187,178); }
td.TdClassName
{
border-color: #FFBBB2;
}
.TagClassName
{
border-color: #FFBBB2;
}
</style>