Shades of Melon #FBBBB2
Tints of Melon #FBBBB2
RGB
CMYK
RGB Variations
Color information
#FBBBB2 (or 0xFBBBB2) is known color: Melon. HEX triplet: FB, BB and B2. RGB value is (251,187,178). Sum of RGB (Red+Green+Blue) = 251+187+178=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBBB2 is #04444D. Grayscale: #CDCDCD. Windows color (decimal): -279630 or 11713531. OLE color: 11713531.
HSL color Cylindrical-coordinate representation of color #FBBBB2: hue angle of 7.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBBBB2 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 178 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.02 |
| HSL | 7.4º | 0.9% | 0.84% | - |
| HSV(B) | 7.4º | 0.29% | 0.98% | - |
| XYZ | 65.59 | 59.26 | 50.1 | - |
| YUV | 205.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 178 | 0 | 0.25 | 0.29 | 0.02 | 7.4 | 0.9 | 0.84 |
| Hex | FB | BB | B2 | 0 | 19 | 1D | 2 | 7 | 5A | 54 |
| Octal | 373 | 273 | 262 | 0 | 31 | 35 | 2 | 7 | 132 | 124 |
| Binary | 11111011 | 10111011 | 10110010 | 0 | 11001 | 11101 | 10 | 111 | 1011010 | 1010100 |
Color Harmonies of #FBBBB2
Complementary color
Monochromatic Colors of #FBBBB2
Black with #FBBBB2
Text Example
Text Example
White with #FBBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBB2; }
p { color: rgb(251,187,178); }
H1.HeaderClassName
{
color: #FBBBB2;
}
.AnyTagClassName
{
color: #FBBBB2;
}
</style>
background-color css
<style>
a { background-color: #FBBBB2; }
a { background-color: rgb(251,187,178); }
div.DivClassName
{
background-color: #FBBBB2;
}
.BgClassName
{
background-color: #FBBBB2;
}
</style>
border-color css
<style>
span { border-color: #FBBBB2; }
span { border-color: rgb(251,187,178); }
td.TdClassName
{
border-color: #FBBBB2;
}
.TagClassName
{
border-color: #FBBBB2;
}
</style>