Shades of Melon #FBBAAB
Tints of Melon #FBBAAB
RGB
CMYK
RGB Variations
Color information
#FBBAAB (or 0xFBBAAB) is known color: Melon. HEX triplet: FB, BA and AB. RGB value is (251,186,171). Sum of RGB (Red+Green+Blue) = 251+186+171=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAB is #044554. Grayscale: #CBCBCB. Windows color (decimal): -279893 or 11254523. OLE color: 11254523.
HSL color Cylindrical-coordinate representation of color #FBBAAB: hue angle of 11.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBBAAB is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 171 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.02 |
| HSL | 11.25º | 0.91% | 0.83% | - |
| HSV(B) | 11.25º | 0.32% | 0.98% | - |
| XYZ | 64.69 | 58.57 | 46.42 | - |
| YUV | 203.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 171 | 0 | 0.26 | 0.32 | 0.02 | 11.25 | 0.91 | 0.83 |
| Hex | FB | BA | AB | 0 | 1A | 20 | 2 | B | 5B | 53 |
| Octal | 373 | 272 | 253 | 0 | 32 | 40 | 2 | 13 | 133 | 123 |
| Binary | 11111011 | 10111010 | 10101011 | 0 | 11010 | 100000 | 10 | 1011 | 1011011 | 1010011 |
Color Harmonies of #FBBAAB
Complementary color
Monochromatic Colors of #FBBAAB
Black with #FBBAAB
Text Example
Text Example
White with #FBBAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAAB; }
p { color: rgb(251,186,171); }
H1.HeaderClassName
{
color: #FBBAAB;
}
.AnyTagClassName
{
color: #FBBAAB;
}
</style>
background-color css
<style>
a { background-color: #FBBAAB; }
a { background-color: rgb(251,186,171); }
div.DivClassName
{
background-color: #FBBAAB;
}
.BgClassName
{
background-color: #FBBAAB;
}
</style>
border-color css
<style>
span { border-color: #FBBAAB; }
span { border-color: rgb(251,186,171); }
td.TdClassName
{
border-color: #FBBAAB;
}
.TagClassName
{
border-color: #FBBAAB;
}
</style>