Shades of Melon #FBBAB4
Tints of Melon #FBBAB4
RGB
CMYK
RGB Variations
Color information
#FBBAB4 (or 0xFBBAB4) is known color: Melon. HEX triplet: FB, BA and B4. RGB value is (251,186,180). Sum of RGB (Red+Green+Blue) = 251+186+180=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBAB4 is #04454B. Grayscale: #CCCCCC. Windows color (decimal): -279884 or 11844347. OLE color: 11844347.
HSL color Cylindrical-coordinate representation of color #FBBAB4: hue angle of 5.07º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBBAB4 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 180 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.02 |
| HSL | 5.07º | 0.9% | 0.85% | - |
| HSV(B) | 5.07º | 0.28% | 0.98% | - |
| XYZ | 65.58 | 58.92 | 51.1 | - |
| YUV | 204.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 180 | 0 | 0.26 | 0.28 | 0.02 | 5.07 | 0.9 | 0.85 |
| Hex | FB | BA | B4 | 0 | 1A | 1C | 2 | 5 | 5A | 55 |
| Octal | 373 | 272 | 264 | 0 | 32 | 34 | 2 | 5 | 132 | 125 |
| Binary | 11111011 | 10111010 | 10110100 | 0 | 11010 | 11100 | 10 | 101 | 1011010 | 1010101 |
Color Harmonies of #FBBAB4
Complementary color
Monochromatic Colors of #FBBAB4
Black with #FBBAB4
Text Example
Text Example
White with #FBBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAB4; }
p { color: rgb(251,186,180); }
H1.HeaderClassName
{
color: #FBBAB4;
}
.AnyTagClassName
{
color: #FBBAB4;
}
</style>
background-color css
<style>
a { background-color: #FBBAB4; }
a { background-color: rgb(251,186,180); }
div.DivClassName
{
background-color: #FBBAB4;
}
.BgClassName
{
background-color: #FBBAB4;
}
</style>
border-color css
<style>
span { border-color: #FBBAB4; }
span { border-color: rgb(251,186,180); }
td.TdClassName
{
border-color: #FBBAB4;
}
.TagClassName
{
border-color: #FBBAB4;
}
</style>