Shades of Melon #FBBAB1
Tints of Melon #FBBAB1
RGB
CMYK
RGB Variations
Color information
#FBBAB1 (or 0xFBBAB1) is known color: Melon. HEX triplet: FB, BA and B1. RGB value is (251,186,177). Sum of RGB (Red+Green+Blue) = 251+186+177=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 177 (69.53% from 255 or 28.83% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAB1 is #04454E. Grayscale: #CCCCCC. Windows color (decimal): -279887 or 11647739. OLE color: 11647739.
HSL color Cylindrical-coordinate representation of color #FBBAB1: hue angle of 7.3º 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 #FBBAB1 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 177 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.02 |
| HSL | 7.3º | 0.9% | 0.84% | - |
| HSV(B) | 7.3º | 0.29% | 0.98% | - |
| XYZ | 65.28 | 58.8 | 49.5 | - |
| YUV | 204.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 177 | 0 | 0.26 | 0.29 | 0.02 | 7.3 | 0.9 | 0.84 |
| Hex | FB | BA | B1 | 0 | 1A | 1D | 2 | 7 | 5A | 54 |
| Octal | 373 | 272 | 261 | 0 | 32 | 35 | 2 | 7 | 132 | 124 |
| Binary | 11111011 | 10111010 | 10110001 | 0 | 11010 | 11101 | 10 | 111 | 1011010 | 1010100 |
Color Harmonies of #FBBAB1
Complementary color
Monochromatic Colors of #FBBAB1
Black with #FBBAB1
Text Example
Text Example
White with #FBBAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAB1; }
p { color: rgb(251,186,177); }
H1.HeaderClassName
{
color: #FBBAB1;
}
.AnyTagClassName
{
color: #FBBAB1;
}
</style>
background-color css
<style>
a { background-color: #FBBAB1; }
a { background-color: rgb(251,186,177); }
div.DivClassName
{
background-color: #FBBAB1;
}
.BgClassName
{
background-color: #FBBAB1;
}
</style>
border-color css
<style>
span { border-color: #FBBAB1; }
span { border-color: rgb(251,186,177); }
td.TdClassName
{
border-color: #FBBAB1;
}
.TagClassName
{
border-color: #FBBAB1;
}
</style>