Shades of Melon #FBBAB2
Tints of Melon #FBBAB2
RGB
CMYK
RGB Variations
Color information
#FBBAB2 (or 0xFBBAB2) is known color: Melon. HEX triplet: FB, BA and B2. RGB value is (251,186,178). Sum of RGB (Red+Green+Blue) = 251+186+178=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAB2 is #04454D. Grayscale: #CCCCCC. Windows color (decimal): -279886 or 11713275. OLE color: 11713275.
HSL color Cylindrical-coordinate representation of color #FBBAB2: hue angle of 6.58º 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 #FBBAB2 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 178 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.02 |
| HSL | 6.58º | 0.9% | 0.84% | - |
| HSV(B) | 6.58º | 0.29% | 0.98% | - |
| XYZ | 65.38 | 58.84 | 50.03 | - |
| YUV | 204.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 178 | 0 | 0.26 | 0.29 | 0.02 | 6.58 | 0.9 | 0.84 |
| Hex | FB | BA | B2 | 0 | 1A | 1D | 2 | 7 | 5A | 54 |
| Octal | 373 | 272 | 262 | 0 | 32 | 35 | 2 | 7 | 132 | 124 |
| Binary | 11111011 | 10111010 | 10110010 | 0 | 11010 | 11101 | 10 | 111 | 1011010 | 1010100 |
Color Harmonies of #FBBAB2
Complementary color
Monochromatic Colors of #FBBAB2
Black with #FBBAB2
Text Example
Text Example
White with #FBBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAB2; }
p { color: rgb(251,186,178); }
H1.HeaderClassName
{
color: #FBBAB2;
}
.AnyTagClassName
{
color: #FBBAB2;
}
</style>
background-color css
<style>
a { background-color: #FBBAB2; }
a { background-color: rgb(251,186,178); }
div.DivClassName
{
background-color: #FBBAB2;
}
.BgClassName
{
background-color: #FBBAB2;
}
</style>
border-color css
<style>
span { border-color: #FBBAB2; }
span { border-color: rgb(251,186,178); }
td.TdClassName
{
border-color: #FBBAB2;
}
.TagClassName
{
border-color: #FBBAB2;
}
</style>