Shades of Melon #FBBAAC
Tints of Melon #FBBAAC
RGB
CMYK
RGB Variations
Color information
#FBBAAC (or 0xFBBAAC) is known color: Melon. HEX triplet: FB, BA and AC. RGB value is (251,186,172). Sum of RGB (Red+Green+Blue) = 251+186+172=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBBAAC is #044553. Grayscale: #CBCBCB. Windows color (decimal): -279892 or 11320059. OLE color: 11320059.
HSL color Cylindrical-coordinate representation of color #FBBAAC: hue angle of 10.63º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBBAAC is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 172 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.02 |
| HSL | 10.63º | 0.91% | 0.83% | - |
| HSV(B) | 10.63º | 0.31% | 0.98% | - |
| XYZ | 64.79 | 58.61 | 46.93 | - |
| YUV | 203.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 172 | 0 | 0.26 | 0.31 | 0.02 | 10.63 | 0.91 | 0.83 |
| Hex | FB | BA | AC | 0 | 1A | 1F | 2 | B | 5B | 53 |
| Octal | 373 | 272 | 254 | 0 | 32 | 37 | 2 | 13 | 133 | 123 |
| Binary | 11111011 | 10111010 | 10101100 | 0 | 11010 | 11111 | 10 | 1011 | 1011011 | 1010011 |
Color Harmonies of #FBBAAC
Complementary color
Monochromatic Colors of #FBBAAC
Black with #FBBAAC
Text Example
Text Example
White with #FBBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBAAC; }
p { color: rgb(251,186,172); }
H1.HeaderClassName
{
color: #FBBAAC;
}
.AnyTagClassName
{
color: #FBBAAC;
}
</style>
background-color css
<style>
a { background-color: #FBBAAC; }
a { background-color: rgb(251,186,172); }
div.DivClassName
{
background-color: #FBBAAC;
}
.BgClassName
{
background-color: #FBBAAC;
}
</style>
border-color css
<style>
span { border-color: #FBBAAC; }
span { border-color: rgb(251,186,172); }
td.TdClassName
{
border-color: #FBBAAC;
}
.TagClassName
{
border-color: #FBBAAC;
}
</style>